From: Aníbal Limón Date: Thu, 28 Jan 2016 16:18:11 +0000 (-0600) Subject: classes/testimage: Add defeault inherit for testsdk. X-Git-Tag: 2016-4~1045 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9861f6a0fd10c2a56129f2f0a7cdd806912290f;p=openembedded-core.git 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. Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton --- diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 956fb3fa0c..6eea3f8a27 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -290,3 +290,5 @@ def testimage_main(d): target.stop() testimage_main[vardepsexclude] =+ "BB_ORIGENV" + +inherit testsdk