]> code.ossystems Code Review - openembedded-core.git/commitdiff
classes/testimage: Add defeault inherit for testsdk.
authorAníbal Limón <anibal.limon@linux.intel.com>
Thu, 28 Jan 2016 16:18:11 +0000 (10:18 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:02 +0000 (15:51 +0000)
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 <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass

index 956fb3fa0c074fe821555f4deeedf5e7dc1f9192..6eea3f8a27222a13827af173b527943a5b8513e5 100644 (file)
@@ -290,3 +290,5 @@ def testimage_main(d):
             target.stop()
 
 testimage_main[vardepsexclude] =+ "BB_ORIGENV"
+
+inherit testsdk