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

Edward Vidal vidal.develone at gmail.com
Mon Nov 18 17:07:19 PST 2013


Hello
Still was getting error.  Thinking it might be my download area. Started
with a
clean down load area and new work area.
Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-18"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "zedboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.4.2"
TUNE_FEATURES     = " armv7a vfp neon zynq"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "dylan:4e399f08d596197859214fdb3b06403b87bf8789"
meta-oe
meta-multimedia   = "dylan:44754206632dd5b0725aeb43e99e4ff9e0245dca"
meta-xilinx
meta-kc705
meta-zc702
meta-zedboard     = "dylan:cf9571203be0af5fc654952d3f00e0a7e0fb1174"
meta-yocto-bsp    = "dylan:4e399f08d596197859214fdb3b06403b87bf8789"

ERROR: Function failed: Fetcher failure for URL: '
http://files.ettus.com/binaries/uhd_stable/releases/uhd_003.005.002-release/uhd-images_003.005.002-release.tar.gz'.
Unable to fetch URL from any source.

uhd-images_003.005.002-release.tar.gz_bad-checksum_2912c1c7cde099f2671f2f8f24879b82
Downloaded manually and in fact the md5sum is shown below

Can someone please pass to meta-oe since this site is currently blocked to
new u
sers.
md5sum uhd-images_003.005.002-release.tar.gz

2912c1c7cde099f2671f2f8f24879b82  uhd-images_003.005.002-release.tar.gz
Any and all help is appreciated.
Thanks


On Mon, Nov 18, 2013 at 4:10 PM, Edward Vidal <vidal.develone at gmail.com>wrote:

> Hello,
> This is the first time that I have used the git bisect.  I hope this helps
> git bisect start
> git bisect good 64273e53f2789d2ea8393fc80909ac7086f168a7
> git bisect bad 4e399f08d596197859214fdb3b06403b87bf8789
> secting: 43 revisions left to test after this (roughly 6 steps)
> [7a3b4c55410b49a02945c72b554102a483095405] gst-plugins-base: add missing
> dependency on glib-2.0-native
>
> git bisect bad
> Bisecting: 21 revisions left to test after this (roughly 5 steps)
> [b4ba3269102424b614d91ca8be10501176042f62] external-sourcery: add missing
> providers
>
> git bisect bad
> Bisecting: 10 revisions left to test after this (roughly 3 steps)
> [4d47a1e6445b2a4839bae7c3ba8fa69f1b32f602] gst-plugins-good: add
> PACKAGECONFIG for jack
>
> git bisect bad
> Bisecting: 4 revisions left to test after this (roughly 2 steps)
> [dea3e6964949c2d7269570d2f19c74033e54200e] mesa: fix EGL compilation
> without X11 headers
>
> git bisect isecting: 2 revisions left to test after this (roughly 1 step)
> [d6d12689c0628f11a282c2b54ebcb8aa3ab8c673] populate_sdk_base: fix bashism
>
> git bisect bad
> Bisecting: 0 revisions left to test after this (roughly 0 steps)
> [eb5ec8899d41d2df7fb9d9918d2d93042a678d97] populate_sdk_base,
> adt_installer: abort install if path contains spaces
>
> git bisect bad
> eb5ec8899d41d2df7fb9d9918d2d93042a678d97 is the first bad commit
> commit eb5ec8899d41d2df7fb9d9918d2d93042a678d97
> Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
> Date:   Tue Jun 25 14:59:05 2013 +0300
>
>     populate_sdk_base, adt_installer: abort install if path contains spaces
>
>     Spaces are not handled properly in some parts of oe-core and it's safer
>     to abort toolchain installation if path contains spaces. Even though
>     we fix space handling in the toolchain installation script, there are
>     various other parts in the toolchain (perl scripts, sysroot path
> passed to
>     toolchain binaries, shebang lines) that would need special handling.
> So,
>     for now, just bail out if path contains spaces.
>
>     The checking for spaces in the path is done after expanding relative
>     paths to absolute and tilde conversion.
>
>     [YOCTO #4488]
>     (From OE-Core master rev: 8c35ba2d3048ce69f74f72cb2676e4bc162cfb63)
>
>     (From OE-Core rev: 407e57879ea2f931bff32993b850c9d59d228303)
>
>     Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
>     Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
>
> :040000 040000 d48370d500ce89a9b3ba7194b5e5beda216a926d
> db6100743070999967f3882a9faabb342fe2a541 M      meta
> I hope this helps.
> As always all help is appreciated.
> Thanks
>
>
> On Mon, Nov 18, 2013 at 1:09 PM, Edward Vidal <vidal.develone at gmail.com>wrote:
>
>> 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/5927e4ca/attachment.html>


More information about the yocto mailing list