[poky] [PATCH] poky.conf: enable ptest distro feature
Ross Burton
ross.burton at intel.com
Thu Nov 21 06:54:31 PST 2013
Poky is the reference distribution for testing, so it should build the -ptest
packages for on-target testing.
Signed-off-by: Ross Burton <ross.burton at intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index bac20bd..d0dbbdb 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -13,7 +13,7 @@ LOCALCONF_VERSION = "1"
LAYER_CONF_VERSION ?= "6"
# Override these in poky based distros
-POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch wayland"
+POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl ptest multiarch wayland"
POKY_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot"
POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
--
1.7.10.4
More information about the poky
mailing list