mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
|
|||||||
require conf/include/ptest-packagelists-meta-oe.inc
|
require conf/include/ptest-packagelists-meta-oe.inc
|
||||||
|
|
||||||
# Include the full set of ptests
|
# Include the full set of ptests
|
||||||
PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE} ${PTESTS_PROBLEMS_META_OE}"
|
PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}"
|
||||||
|
|
||||||
do_testimage[noexec] = "1"
|
do_testimage[noexec] = "1"
|
||||||
do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"
|
do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"
|
||||||
|
|||||||
Reference in New Issue
Block a user