mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
ptest: add recommends to ptest-runner
If you're installing ptest packages into an image there's a good chance you want to run the tests. Assist with this by recommending ptest-runner in the -ptest packages. (From OE-Core rev: a9eededcb33b2ee41a061298610126436dfc2c11) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3ddd99d2c8
commit
87de892d68
@@ -12,6 +12,7 @@ PTEST_ENABLED_class-nativesdk = ""
|
|||||||
PTEST_ENABLED_class-cross-canadian = ""
|
PTEST_ENABLED_class-cross-canadian = ""
|
||||||
RDEPENDS_${PN}-ptest_class-native = ""
|
RDEPENDS_${PN}-ptest_class-native = ""
|
||||||
RDEPENDS_${PN}-ptest_class-nativesdk = ""
|
RDEPENDS_${PN}-ptest_class-nativesdk = ""
|
||||||
|
RRECOMMENDS_${PN}-ptest += "ptest-runner"
|
||||||
|
|
||||||
PACKAGES =+ "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}"
|
PACKAGES =+ "${@bb.utils.contains('PTEST_ENABLED', '1', '${PN}-ptest', '', d)}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user