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

Martin Jansa martin.jansa at gmail.com
Wed Nov 20 15:36:31 PST 2013


uhd was moved to separate layer

http://cgit.openembedded.org/meta-openembedded/commit/?id=381c941594752465d08967f3567c7a63e4cc3170

send patch there.

If you want it fixed in dora, you need to find old tarball, compare content
to see that there wasn't something nasty added to it and then you can send
patch for dora release with the diff shown in commit message.


On Tue, Nov 19, 2013 at 5:34 AM, Edward Vidal <vidal.develone at gmail.com>wrote:

> Hello,
> This fixed 1 error. Please pass to meta-oe group
> git diff
> diff --git a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bbb/meta
> index 3afae27..7fc0574 100644
> --- a/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb
> +++ b/meta-oe/recipes-connectivity/uhd/uhd-firmware_003.005.002.bb
> @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://share/uhd/images/
> usrp_e100_fpga_v2.bi
>  inherit allarch
>
>  SRC_URI = "
> http://files.ettus.com/binaries/uhd_stable/releases/uhd_${PV}-releas
> -SRC_URI[md5sum] = "2dbb7e2fb0c774e5ea2372bac25102e5"
> -SRC_URI[sha256sum] =
> "217efa814fb031ad136bd3dcf89ca219dd6d7ee01aa7e65c56c56b773
> +SRC_URI[md5sum] = "2912c1c7cde099f2671f2f8f24879b82"
> +SRC_URI[sha256sum] =
> "6c3c70158e74754f29d9709a7668eff6238a5cd5bf31e35b31bbeaaee
>
>  S = "${WORKDIR}/uhd-images_${PV}-release
> I still have several ERRORS will continue in the morning trying to find
> fixes
> 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
>>
>>
>>
>>
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20131121/2bf5aef1/attachment.html>


More information about the yocto mailing list