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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-11-21 14:54:31 +00:00 committed by Richard Purdie
parent 9d7f8e2a20
commit 6a8307c357
1 changed files with 1 additions and 1 deletions

View File

@ -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"