[poky] [PATCH v3 3/3] conf/distro/poky-tiny.conf: Add default install of ptest-runner 1.0

Aníbal Limón anibal.limon at linux.intel.com
Mon Jan 4 10:29:17 PST 2016


ptest-runner 2.0 depends on python that is too big for poky tiny distro,
so install the ptest-runner 1.0 that only depends on shell.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 meta-yocto/conf/distro/poky-tiny.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index b0227de..6bc4e15 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -39,6 +39,10 @@ DISTRO = "poky-tiny"
 PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
 PREFERRED_VERSION_linux-yocto-tiny ?= "3.19%"
 
+# ptest-runner 2.0 depends on python that is too big for poky tiny distro, so install
+# the ptest-runner 1.0 that only depends on shell
+PREFERRED_VERSION_ptest-runner ?= "1.0"
+
 # We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
 #POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
 # Drop kernel-module-af-packet from RRECOMMENDS
-- 
2.1.4



More information about the poky mailing list