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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
