Hi, thanks for your quick reply.
I switched to yocto and now unfortunately it still breaks. I get the following messages from bitbake: Build Configuration: BB_VERSION = "1.19.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "i586-poky-linux" MACHINE = "crownbay" DISTRO = "poky" DISTRO_VERSION = "1.3+snapshot-20130508" TUNE_FEATURES = "m32 core2" TARGET_FPU = "" meta = "master:9895d2c074156fee338d91aed7cfb0800477c622" meta-intel meta-crownbay = "master:3cd1c31a9db21f9deb395c3929d8f9a16ef8e3f3" meta-yocto meta-yocto-bsp = "master:9895d2c074156fee338d91aed7cfb0800477c622" NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks Currently 5 running tasks (220 of 5211): ssue: ELF binary '/mnt/exthdb/E6xx/poky/build/tmp/work/core2-poky-linux/gst-ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer-0.10/libgstffmpegscale.so' has relocations in .text WARNING: QA Issue: ELF binary '/mnt/exthdb/E6xx/poky/build/tmp/work/core2-poky-linux/gst-ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer-0.10/libgstffmpeg.so' has relocations in .text WARNING: QA Issue: ELF binary '/mnt/exthdb/E6xx/poky/build/tmp/work/core2-poky-linux/gst-ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer-0.10/libgstpostproc.so' has relocations in .text ERROR: Function failed: do_rootfs (see /mnt/exthdb/E6xx/poky/build/tmp/work/crownbay-poky-linux/core-image-x11/1.0-r0/temp/log.do_rootfs.1549 for further information) ERROR: Logfile of failure stored in: /mnt/exthdb/E6xx/poky/build/tmp/work/crownbay-poky-linux/core-image-x11/1.0-r0/temp/log.do_rootfs.1549 Log data follows: | DEBUG: Executing shell function do_rootfs | Note: configuring RPM platform settings | Note: configuring RPM system provides | Note: configuring RPM DB settings | Note: configuring Smart settings | | | | | | | Note: adding Smart channel crownbay (55) | | | Note: adding Smart channel core2 (50) | | | Note: adding Smart channel all (10) | | | Note: configuring RPM cross-install scriptlet_wrapper | | Updating cache... ######################################## [100%] | | Saving cache... | | Note: adding Smart RPM DB channel | | Note: to be installed: psplash@core2 packagegroup-core-x11-base@allsmartpm@core2packagegroup-base-extended@crownbayrpm@core2packagegroup-core-boot@crownbaylocale-base-en-us@core2locale-base-en-gb@core2 | Loading cache... | Updating cache... ######################################## [100%] | | Computing transaction...error: Can't install emgd-driver-video-1.16-r0@core2: no package provides libva.so.1 | | Saving cache... | | ERROR: Function failed: do_rootfs (see /mnt/exthdb/E6xx/poky/build/tmp/work/crownbay-poky-linux/core-image-x11/1.0-r0/temp/log.do_rootfs.1549 for further information) ERROR: Task 7 (/mnt/exthdb/E6xx/poky/meta/recipes-graphics/images/ core-image-x11.bb, do_rootfs) failed with exit code '1' NOTE: Tasks Summary: Attempted 5209 tasks of which 493 didn't need to be rerun and 1 failed. No currently running tasks (5209 of 5211) Summary: 1 task failed: /mnt/exthdb/E6xx/poky/meta/recipes-graphics/images/core-image-x11.bb, do_rootfs Summary: There were 3 WARNING messages shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code. Here is my bblayers.conf BBLAYERS ?= " \ /mnt/exthdb/E6xx/poky/meta \ /mnt/exthdb/E6xx/meta-intel \ /mnt/exthdb/E6xx/meta-intel/meta-crownbay \ /mnt/exthdb/E6xx/poky/meta-yocto \ /mnt/exthdb/E6xx/poky/meta-yocto-bsp \ " BBLAYERS_NON_REMOVABLE ?= " \ /mnt/exthdb/E6xx/poky/meta \ /mnt/exthdb/E6xx/poky/meta-yocto \ " My local.conf looks like this: BB_NUMBER_THREADS = "8" PARALLEL_MAKE = "-j 4" MACHINE ??= "crownbay" LICENSE_FLAGS_WHITELIST += "license_emgd-driver-bin commercial" #VA_FEATURES ?= "va-intel" The VA_FEATURES was not commented on my first build. I tried both, with VA_FEATURES and without it. Thanks Falk 2013/5/7 Kamble, Nitin A <[email protected]> > Falk, > I notice you are using layers from OE, can you try oe-core layer from > yocto project (git://git.yoctoproject.org/poky) instead? > Thanks, > Nitin > > > > > > -----Original Message----- > > From: Zanussi, Tom > > Sent: Tuesday, May 07, 2013 8:50 AM > > To: Falk Niebuhr > > Cc: [email protected]; Kamble, Nitin A > > Subject: Re: [meta-intel] Crownbay (with EMGD) dependency problem with > > packagegroup-core-x11-base > > > > Hi, > > > > Please cc: the BSP maintainer when referencing problems with a specific > BSP > > (see the MAINTAINERS file at the top level of meta-intel). > > > > I'm not seeing any similar problems here - can you please send the > output of > > your build as below, so we know what exactly the errors are and what the > > exact commits you're building are? > > > > Thanks, > > > > Tom > > > > Build Configuration: > > BB_VERSION = "1.19.0" > > BUILD_SYS = "x86_64-linux" > > NATIVELSBSTRING = "Ubuntu-11.10" > > TARGET_SYS = "i586-poky-linux" > > MACHINE = "crownbay" > > DISTRO = "poky" > > DISTRO_VERSION = "1.3+snapshot-20130507" > > TUNE_FEATURES = "m32 core2" > > TARGET_FPU = "" > > meta > > meta-yocto > > meta-yocto-bsp = > > "master23:9895d2c074156fee338d91aed7cfb0800477c622" > > meta-intel > > meta-crownbay = > > "master14:3cd1c31a9db21f9deb395c3929d8f9a16ef8e3f3" > > > > NOTE: Resolving any missing task queue dependencies > > NOTE: Preparing runqueue > > NOTE: Executing SetScene Tasks > > NOTE: Executing RunQueue Tasks > > WARNING: Failed to fetch URL > > http://downloads.sourceforge.net/project/libpng/libpng16/1.6.1/libpng- > > 1.6.1.tar.xz, attempting MIRRORS if available > > NOTE: validating kernel config, see log.do_kernel_configcheck for details > > WARNING: QA Issue: ELF binary > > '/usr/local/dev/yocto/nitin-test/build/tmp/work/core2-poky-linux/gst- > > ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer- > > 0.10/libgstpostproc.so' has relocations in .text > > WARNING: QA Issue: ELF binary > > '/usr/local/dev/yocto/nitin-test/build/tmp/work/core2-poky-linux/gst- > > ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer- > > 0.10/libgstffmpegscale.so' has relocations in .text > > WARNING: QA Issue: ELF binary > > '/usr/local/dev/yocto/nitin-test/build/tmp/work/core2-poky-linux/gst- > > ffmpeg/0.10.13-r4/packages-split/gst-ffmpeg/usr/lib/gstreamer- > > 0.10/libgstffmpeg.so' has relocations in .text > > NOTE: Tasks Summary: Attempted 5874 tasks of which 538 didn't need to be > > rerun and all succeeded. > > > > Summary: There were 4 WARNING messages shown. > > > > On Tue, 2013-05-07 at 08:31 +0200, Falk Niebuhr wrote: > > > Hello, > > > > > > I'm new to yocto/openembedded and try to build the meta-crownbay BSP > > > layer. > > > Unfortunately I have some problems with the dependencies of the > > > packagegroup-core-x11-base package, the build always breaks with > > > unresolvable dependencies. > > > > > > Collected errors: > > > * satisfy_dependencies_for: Cannot satisfy the following dependencies > > > for packagegroup-core-x11-base: > > > * xserver-xorg-extension-glx * xserver-xorg-extension-dri * > > > xserver-xorg-extension-dri2 * > > > > > > My trees are up-to-date and the target core-image-minimal builds fine. > > > > > > These are my settings: > > > local.conf: > > > MACHINE ?= "crownbay" > > > > > > LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin commercial" > > > > > > > > > bblayer.conf > > > BBLAYERS = " \ > > > /build/openembedded-core/meta \ > > > /build/openembedded-core/meta-hob \ > > > /build/meta-intel \ > > > /build/meta-intel/meta-crownbay \ > > > " > > > > > > > > > Thanks for any help > > > Falk > > > > > > > > > > > > > > > _______________________________________________ > > > meta-intel mailing list > > > [email protected] > > > https://lists.yoctoproject.org/listinfo/meta-intel > > > >
_______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
