]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
authorKhem Raj <raj.khem@gmail.com>
Sat, 20 Nov 2021 17:57:19 +0000 (09:57 -0800)
committerKhem Raj <raj.khem@gmail.com>
Mon, 8 Aug 2022 15:50:10 +0000 (08:50 -0700)
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 <raj.khem@gmail.com>
meta/recipes-core/images/core-image-ptest-all.bb
meta/recipes-core/images/core-image-ptest-fast.bb

index 1472451675e41f8af83cc598ed34e2f5c6c67807..8edd9a2b88674c0eb6ace626e8dab8dbb9d414de 100644 (file)
@@ -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."
index 40df274c4c1587edb510ffe574d4f1053a164925..286f20e547c20dddb35c3aeaecff0fb00dffe05a 100644 (file)
@@ -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