[yocto] wrong version of busybox after adding new layers.

Edward Vidal vidal.develone at gmail.com
Mon Nov 18 12:09:33 PST 2013


Hello,
Gary Thomas recommended that I do a refresh meta-oe.
I did git pull on poky & meta-oe.both of these are dylan branch
poky
commit 4e399f08d596197859214fdb3b06403b87bf8789
Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Fri Aug 30 10:31:42 2013 +0800
meta-oe
commit 44754206632dd5b0725aeb43e99e4ff9e0245dca
Author: Javier Viguera <javier.viguera at digi.com>
Date:   Thu Sep 5 14:49:01 2013 +0000

now with MACHINE=beagleboard bitbake core-image-sato I am getting the
following error.
 ERROR: Task 3660
(virtual:native:/home/vidal/POKY/dylan_build/poky/meta/recipes-core/dbus/
dbus-glib_0.100.2.bb, do_compile) failed with exit code '1'

My last successful build was
poky
commit 64273e53f2789d2ea8393fc80909ac7086f168a7
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Mon Jul 8 10:17:51 2013 +0100
meta-oe
commit ed84e64d22400595b68da4e75b48ab7ecc342aa9
Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 11 18:44:22 2013 +0200
When I try a build on my custom-image (added packages to
core-image-sato-sdk) I get the following errors.
ERROR: Task 5762
(virtual:native:/home/vidal/POKY/dylan_build/poky/meta/recipes-core/dbus/
dbus-glib_0.100.2.bb, do_compile) failed with exit code '1'
ERROR: Function failed: do_compile (see
/home/vidal/POKY/dylan_build/poky/build/tmp/work/x86_64-linux/python-pygobject-native/2.27.91-r6/temp/log.do_compile.952
for further information)
ERROR: Logfile of failure stored in:
/home/vidal/POKY/dylan_build/poky/build/tmp/work/x86_64-linux/python-pygobject-native/2.27.91-r6/temp/log.do_compile.952



Any and all help will be appreciated.
thanks


On Sun, Nov 17, 2013 at 5:17 PM, Edward Vidal <vidal.develone at gmail.com>wrote:

> Hello,
> MACHINE=zedboard bitbake core-image-sato builds okay.
>
> Build Configuration:
> BB_VERSION        = "1.19.1"
> BUILD_SYS         = "x86_64-linux"
> NATIVELSBSTRING   = "Fedora-18"
> TARGET_SYS        = "arm-poky-linux-gnueabi"
> MACHINE           = "zedboard"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.4+snapshot-20131117"
> TUNE_FEATURES     = " armv7a vfp neon zynq"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "wkg:3dee534f1e25109e0bdb681de0746c336f4b8840"
> meta-xilinx
> meta-kc705
> meta-zc702
> meta-zedboard     = "wkg:46f4c79d6d55b556a90bb0fd89c2c09acf2aebff"
> meta-yocto-bsp    = "wkg:3dee534f1e25109e0bdb681de0746c336f4b8840"
>
> NOTE: Running noexec task 5589 of 5595 (ID: 3428,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-multimedia/gstreamer/
> gst-meta-base_0.10.bb, do_build)
> NOTE: Running noexec task 5590 of 5595 (ID: 3103,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-multimedia/gstreamer/
> gst-plugins-good_0.10.31.bb, do_build)
> NOTE: Running noexec task 5591 of 5595 (ID: 2804,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-sato/owl-video-widget/
> libowl-av_git.bb, do_build)
> NOTE: Running noexec task 5592 of 5595 (ID: 1583,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-sato/gaku/
> gaku_git.bb, do_build)
> NOTE: Running noexec task 5593 of 5595 (ID: 313,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-sato/packagegroups/
> packagegroup-core-x11-sato.bb, do_build)
> NOTE: Running task 5594 of 5595 (ID: 7,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-sato/images/
> core-image-sato.bb, do_rootfs)
> NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Started
> NOTE: recipe core-image-sato-1.0-r0: task do_rootfs: Succeeded
> NOTE: Running noexec task 5595 of 5595 (ID: 12,
> /home/vidal/POKY/build111613_zedboard/poky/meta/recipes-sato/images/
> core-image-sato.bb, do_build)
> NOTE: Tasks Summary: Attempted 5595 tasks of which 404 didn't need to be
> rerun and all succeeded.
>
> busybox:
>   meta                 1.21.1
> was used.
>
> After adding these 2 lines to bblayers.conf
>   /home/vidal/POKY/build111613_zedboard/poky/meta-oe/meta-oe \
>   /home/vidal/POKY/build111613_zedboard/poky/meta-oe/meta-multimedia \
>
> bitbake-layers show-layers
> layer                 path                                      priority
> ==========================================================================
> meta                  /home/vidal/POKY/build111613_zedboard/poky/meta  5
> meta-yocto
> /home/vidal/POKY/build111613_zedboard/poky/meta-yocto  5
> meta-oe
> /home/vidal/POKY/build111613_zedboard/poky/meta-oe/meta-oe  6
> meta-multimedia
> /home/vidal/POKY/build111613_zedboard/poky/meta-oe/meta-multimedia  6
> meta-xilinx
> /home/vidal/POKY/build111613_zedboard/poky/meta-xilinx  8
> meta-kc705
> /home/vidal/POKY/build111613_zedboard/poky/meta-xilinx/meta-kc705  8
> meta-zc702
> /home/vidal/POKY/build111613_zedboard/poky/meta-xilinx/meta-zc702  8
> meta-zedboard
> /home/vidal/POKY/build111613_zedboard/poky/meta-xilinx/meta-zedboard  8
> meta-yocto-bsp
> /home/vidal/POKY/build111613_zedboard/poky/meta-yocto-bsp  5
> [vidal at ws009 build]$ bitbake-layers show-recipes
> Parsing recipes..ERROR: No recipes available for:
>
> /home/vidal/POKY/build111613_zedboard/poky/meta-oe/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend
> What is the procedure to us busybox_1.20.2 with the new layers?
> Any and all help is appreciated.
> Thanks
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20131118/cba3f069/attachment.html>


More information about the yocto mailing list