From 6a8307c35705bf6c9f49c368dd730deef3d2ae15 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 21 Nov 2013 14:54:31 +0000 Subject: poky.conf: enable ptest distro feature Poky is the reference distribution for testing, so it should build the -ptest packages for on-target testing. (From meta-yocto rev: 9381b2d2bddf9f67cf57b0718cf99e45805125fa) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index bac20bd9e9..d0dbbdb57b 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" -- cgit v1.2.3-54-g00ecf