mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:23:14 +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:
parent
90383092e1
commit
540aae8b3f
@ -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()])}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user