* wrong version of busybox after adding new layers.
@ 2013-11-18 0:17 Edward Vidal
2013-11-18 11:51 ` Gary Thomas
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Edward Vidal @ 2013-11-18 0:17 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 3426 bytes --]
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@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
[-- Attachment #2: Type: text/html, Size: 4133 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-18 0:17 wrong version of busybox after adding new layers Edward Vidal
@ 2013-11-18 11:51 ` Gary Thomas
2013-11-18 20:09 ` Edward Vidal
2013-11-19 4:34 ` Edward Vidal
2 siblings, 0 replies; 7+ messages in thread
From: Gary Thomas @ 2013-11-18 11:51 UTC (permalink / raw)
To: yocto
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
------------------------------------------------------------
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-18 0:17 wrong version of busybox after adding new layers Edward Vidal
2013-11-18 11:51 ` Gary Thomas
@ 2013-11-18 20:09 ` Edward Vidal
2013-11-18 23:10 ` Edward Vidal
2013-11-19 4:34 ` Edward Vidal
2 siblings, 1 reply; 7+ messages in thread
From: Edward Vidal @ 2013-11-18 20:09 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 5331 bytes --]
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@windriver.com>
Date: Fri Aug 30 10:31:42 2013 +0800
meta-oe
commit 44754206632dd5b0725aeb43e99e4ff9e0245dca
Author: Javier Viguera <javier.viguera@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@axis.com>
Date: Mon Jul 8 10:17:51 2013 +0100
meta-oe
commit ed84e64d22400595b68da4e75b48ab7ecc342aa9
Author: Martin Jansa <Martin.Jansa@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@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@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
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 6778 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-18 20:09 ` Edward Vidal
@ 2013-11-18 23:10 ` Edward Vidal
2013-11-19 1:07 ` Edward Vidal
0 siblings, 1 reply; 7+ messages in thread
From: Edward Vidal @ 2013-11-18 23:10 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 8194 bytes --]
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@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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@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@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@windriver.com>
> Date: Fri Aug 30 10:31:42 2013 +0800
> meta-oe
> commit 44754206632dd5b0725aeb43e99e4ff9e0245dca
> Author: Javier Viguera <javier.viguera@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@axis.com>
> Date: Mon Jul 8 10:17:51 2013 +0100
> meta-oe
> commit ed84e64d22400595b68da4e75b48ab7ecc342aa9
> Author: Martin Jansa <Martin.Jansa@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@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@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
>>
>>
>>
>>
>
[-- Attachment #2: Type: text/html, Size: 10303 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-18 23:10 ` Edward Vidal
@ 2013-11-19 1:07 ` Edward Vidal
0 siblings, 0 replies; 7+ messages in thread
From: Edward Vidal @ 2013-11-19 1:07 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 9949 bytes --]
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@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@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@intel.com>
> Signed-off-by: Richard Purdie <richard.purdie@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@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@windriver.com>
>> Date: Fri Aug 30 10:31:42 2013 +0800
>> meta-oe
>> commit 44754206632dd5b0725aeb43e99e4ff9e0245dca
>> Author: Javier Viguera <javier.viguera@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@axis.com>
>> Date: Mon Jul 8 10:17:51 2013 +0100
>> meta-oe
>> commit ed84e64d22400595b68da4e75b48ab7ecc342aa9
>> Author: Martin Jansa <Martin.Jansa@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@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@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
>>>
>>>
>>>
>>>
>>
>
[-- Attachment #2: Type: text/html, Size: 12601 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-18 0:17 wrong version of busybox after adding new layers Edward Vidal
2013-11-18 11:51 ` Gary Thomas
2013-11-18 20:09 ` Edward Vidal
@ 2013-11-19 4:34 ` Edward Vidal
2013-11-20 23:36 ` Martin Jansa
2 siblings, 1 reply; 7+ messages in thread
From: Edward Vidal @ 2013-11-19 4:34 UTC (permalink / raw)
To: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4633 bytes --]
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@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@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
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 6021 bytes --]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: wrong version of busybox after adding new layers.
2013-11-19 4:34 ` Edward Vidal
@ 2013-11-20 23:36 ` Martin Jansa
0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2013-11-20 23:36 UTC (permalink / raw)
To: Edward Vidal; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 5389 bytes --]
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@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@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
[-- Attachment #2: Type: text/html, Size: 7737 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-11-20 23:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18 0:17 wrong version of busybox after adding new layers Edward Vidal
2013-11-18 11:51 ` Gary Thomas
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
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.