[meta-xilinx] should elvis' meta-xilinx layer be synced with poky right now?
Robert P. J. Day
rpjday at crashcourse.ca
Thu Apr 18 04:36:27 PDT 2013
On Thu, 18 Apr 2013, Elvis Dowson wrote:
> Hi Robert,
>
> On Apr 17, 2013, at 8:29 PM, Robert P. J. Day wrote:
>
> > (wasn't sure i should post this or email elvis directly, hope this
> > is appropriate.)
> >
> > in the spirit of the ongoing layer discussion, i wanted to
> > experiment with just building a bootable u-boot for my zedboard so i
> > started with elvis' yocto meta-xilinx layer from here:
> >
> > git://git.yoctoproject.org/meta-xilinx
> >
> > according to the README, this layer needs poky HEAD so i added that to
> > bblayers.conf, then ran bitbake-env to check on the u-boot-xilinx
> > recipe and got:
> >
> > ERROR: No recipes available for:
> >
> > /home/rpjday/oe/dist/layers/xilinx/yocto-elvis/recipes-support/db/db_5.3.15.bbappend
> > /home/rpjday/oe/dist/layers/xilinx/yocto-elvis/recipes-devtools/gnu-config/gnu-config_20111111.bbappend
> > /home/rpjday/oe/dist/layers/xilinx/yocto-elvis/recipes-core/gettext/gettext_0.18.1.1.bbappend
> > /home/rpjday/oe/dist/layers/xilinx/yocto-elvis/recipes-core/util-linux/util-linux_2.21.2.bbappend
> > ERROR: Command execution failed: Exited with 1
> >
> > should this work? it sure looks like that xilinx layer is out of
> > date with respect to poky, which has newer recipes of all of the
> > above. am i doing something silly?
>
> You're right, it looks like it is currently out of sync with poky
> master, perhaps within the last 3 weeks.
>
> I'll try and update it to the current poky master, and test the build with the ZC702.
ok, i just wanted to make sure i wasn't doing anything stupid. i
took a quick look at those recipes and this appears to be the
situation:
db: upgrade to db_5.3.21, keep the patch, it still applies with a
little fuzz and offset adjustment
gettext: upgrade to 18.2, do you really need that additional line
EXTRA_OECONF += "LIBS=-lpthread"
it seems like gettext already has that covered in the source tree:
$ grep -r "LIBS.*pthread" *
gettext-runtime/configure:LIBS="-lpthread $LIBS"
gettext-runtime/configure:LIBS="-lpthread $LIBS"
gettext-tools/configure:LIBS="-lpthread $LIBS"
gettext-tools/configure:LIBS="-lpthread $LIBS"
$
gnu-config: upgrade to 20120814, patch still applies again with a
little fuzz and offset adjustment
util-linux: upgrade to 2.22, but the new version has renamed the
top-level directory "fdisk" to "fdisks" so you'll need to adjust your
patch accordingly.
all in all, pretty minor stuff.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the meta-xilinx
mailing list