]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky-tiny: Set native DISTRO_FEATURES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Aug 2014 09:16:20 +0000 (10:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Aug 2014 22:40:08 +0000 (23:40 +0100)
This should resolve failures like:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'libxext-native' (but virtual:native:/home/pokybuild/yocto-autobuilder/yocto-worker/poky-tiny/build/meta/recipes-devtools/qemu/qemu_2.1.0.bb DEPENDS on or otherwise requires it)
ERROR: libxext-native was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES)
NOTE: Runtime target 'qemu-native' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['qemu-native', 'libxext-native']

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-tiny.conf

index 335049103f46ee75488f6d671adfa5503b9ec0d4..27cbfe63235b1dda1e39d5c08732fa0787b310a2 100644 (file)
@@ -91,6 +91,8 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \
 # Enable LFS - see bug YOCTO #5865
 DISTRO_FEATURES_append_libc-uclibc = " largefile"
 
+DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
+
 # Use tmpdevfs and the busybox runtime services
 VIRTUAL-RUNTIME_dev_manager = ""
 VIRTUAL-RUNTIME_login_manager = ""