mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
ptest-image: Switch to using core-image-minimal
Keeps the dependencies really to minimum.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d8d5444c25)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
inherit features_check
|
inherit features_check
|
||||||
REQUIRED_DISTRO_FEATURES = "ptest"
|
REQUIRED_DISTRO_FEATURES = "ptest"
|
||||||
|
|
||||||
require recipes-core/images/core-image-base.bb
|
require recipes-core/images/core-image-minimal.bb
|
||||||
require conf/include/ptest-packagelists-meta-oe.inc
|
require conf/include/ptest-packagelists-meta-oe.inc
|
||||||
|
|
||||||
SUMMARY = "meta-oe ptest test image"
|
SUMMARY = "meta-oe ptest test image"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ REQUIRED_DISTRO_FEATURES += "ptest"
|
|||||||
|
|
||||||
SUMMARY = "meta-perl build ptest image"
|
SUMMARY = "meta-perl build ptest image"
|
||||||
|
|
||||||
require recipes-core/images/core-image-base.bb
|
require recipes-core/images/core-image-minimal.bb
|
||||||
require conf/include/ptest-packagelists-meta-perl.inc
|
require conf/include/ptest-packagelists-meta-perl.inc
|
||||||
|
|
||||||
DESCRIPTION += "Also including the ${MCNAME} ptest package."
|
DESCRIPTION += "Also including the ${MCNAME} ptest package."
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
inherit features_check
|
inherit features_check
|
||||||
REQUIRED_DISTRO_FEATURES = "ptest"
|
REQUIRED_DISTRO_FEATURES = "ptest"
|
||||||
|
|
||||||
require recipes-core/images/core-image-base.bb
|
require recipes-core/images/core-image-minimal.bb
|
||||||
require conf/include/ptest-packagelists-meta-python.inc
|
require conf/include/ptest-packagelists-meta-python.inc
|
||||||
|
|
||||||
SUMMARY = "meta-python ptest test image"
|
SUMMARY = "meta-python ptest test image"
|
||||||
|
|||||||
Reference in New Issue
Block a user