From: Ross Burton Date: Thu, 21 Nov 2013 14:54:31 +0000 (+0000) Subject: poky.conf: enable ptest distro feature X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9381b2d2bddf9f67cf57b0718cf99e45805125fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: enable ptest distro feature Poky is the reference distribution for testing, so it should build the -ptest packages for on-target testing. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index bac20bd9e97..d0dbbdb57bb 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"