diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-30 10:16:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-31 23:40:50 +0100 |
commit | 8b70d4b2863f48e843fb6ac9e4a939ae63338093 (patch) | |
tree | d2bf90c6e8d4b475365a1d24d80023aced545899 /meta-yocto/conf/distro/poky-tiny.conf | |
parent | f1b41b901988eeb9e76f68e305443741b917cf76 (diff) | |
download | poky-8b70d4b2863f48e843fb6ac9e4a939ae63338093.tar.gz |
poky-tiny: Set native DISTRO_FEATURES
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']
(From meta-yocto rev: 171e3df2ddfe8b30657fd5957f2fe1bc3fb3648b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro/poky-tiny.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky-tiny.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf index 335049103f..27cbfe6323 100644 --- a/meta-yocto/conf/distro/poky-tiny.conf +++ b/meta-yocto/conf/distro/poky-tiny.conf | |||
@@ -91,6 +91,8 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \ | |||
91 | # Enable LFS - see bug YOCTO #5865 | 91 | # Enable LFS - see bug YOCTO #5865 |
92 | DISTRO_FEATURES_append_libc-uclibc = " largefile" | 92 | DISTRO_FEATURES_append_libc-uclibc = " largefile" |
93 | 93 | ||
94 | DISTRO_FEATURES_class-native = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}" | ||
95 | |||
94 | # Use tmpdevfs and the busybox runtime services | 96 | # Use tmpdevfs and the busybox runtime services |
95 | VIRTUAL-RUNTIME_dev_manager = "" | 97 | VIRTUAL-RUNTIME_dev_manager = "" |
96 | VIRTUAL-RUNTIME_login_manager = "" | 98 | VIRTUAL-RUNTIME_login_manager = "" |