All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: yocto@yoctoproject.org
Subject: Re: wrong version of busybox after adding new layers.
Date: Mon, 18 Nov 2013 04:51:22 -0700	[thread overview]
Message-ID: <5289FF3A.7020600@mlbassoc.com> (raw)
In-Reply-To: <CANwz6nykaRgLf+4TUDUe3WGpfPpn35d-kO2O5XidzM5nYquQpg@mail.gmail.com>

On 2013-11-17 17:17, Edward Vidal 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 <http://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
> <http://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 <http://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 <http://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
> <http://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 <http://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 <http://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@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

Refresh your meta-oe layer - this recipe has been updated to match oe-core.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


  reply	other threads:[~2013-11-18 11:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18  0:17 wrong version of busybox after adding new layers Edward Vidal
2013-11-18 11:51 ` Gary Thomas [this message]
2013-11-18 20:09 ` Edward Vidal
2013-11-18 23:10   ` Edward Vidal
2013-11-19  1:07     ` Edward Vidal
2013-11-19  4:34 ` Edward Vidal
2013-11-20 23:36   ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5289FF3A.7020600@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.