From: Khem Raj Date: Sat, 20 Nov 2021 17:57:19 +0000 (-0800) Subject: core-image-ptest-all,core-image-ptest-fast: Depend on core-image class X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acbe8901aa150c9442887c6826dbb64dc610f7fd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-ptest-all,core-image-ptest-fast: Depend on core-image class Use the default packages as mentioned in core-image-base without splash since many machines ( e.g. raspberrypi ) add packages to enable wifi/bt via MACHINE_EXTRA_RRECOMMENDS which are essential to boot the system without errors, otherwise there are errors about BT firmware not being found etc. which is then marked as failure and also services like btuart fail to start and it marked as failure in system logs Using default base package groups addresses this issue amicably Signed-off-by: Khem Raj --- diff --git a/meta/recipes-core/images/core-image-ptest-all.bb b/meta/recipes-core/images/core-image-ptest-all.bb index 1472451675e..8edd9a2b886 100644 --- a/meta/recipes-core/images/core-image-ptest-all.bb +++ b/meta/recipes-core/images/core-image-ptest-all.bb @@ -1,7 +1,6 @@ -inherit features_check +inherit core-image features_check REQUIRED_DISTRO_FEATURES = "ptest" -require core-image-minimal.bb require conf/distro/include/ptest-packagelists.inc DESCRIPTION += "Also includes ptest packages." diff --git a/meta/recipes-core/images/core-image-ptest-fast.bb b/meta/recipes-core/images/core-image-ptest-fast.bb index 40df274c4c1..286f20e547c 100644 --- a/meta/recipes-core/images/core-image-ptest-fast.bb +++ b/meta/recipes-core/images/core-image-ptest-fast.bb @@ -1,7 +1,6 @@ -inherit features_check +inherit core-image features_check REQUIRED_DISTRO_FEATURES = "ptest" -require core-image-minimal.bb require conf/distro/include/ptest-packagelists.inc # Include only fast (< 30 sec) ptests