mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
classes/testimage: Add defeault inherit for testsdk.
For compatibility adds default inherit of the new class testsdk for now, we need to review the code base. (From OE-Core rev: a9861f6a0fd10c2a56129f2f0a7cdd806912290f) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> 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
24326a983b
commit
7b459be4bd
@@ -290,3 +290,5 @@ def testimage_main(d):
|
||||
target.stop()
|
||||
|
||||
testimage_main[vardepsexclude] =+ "BB_ORIGENV"
|
||||
|
||||
inherit testsdk
|
||||
|
||||
Reference in New Issue
Block a user