diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-01-28 10:18:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-10 16:06:22 +0000 |
commit | 7b459be4bdb7586c58ebcd471deb9647c516b173 (patch) | |
tree | 634a2416b3b5393a5cdf3202b8855ea7a45dbb7a /meta/classes | |
parent | 24326a983bd5822860906d6ee8d5792a1b69685a (diff) | |
download | poky-7b459be4bdb7586c58ebcd471deb9647c516b173.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/testimage.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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): | |||
290 | target.stop() | 290 | target.stop() |
291 | 291 | ||
292 | testimage_main[vardepsexclude] =+ "BB_ORIGENV" | 292 | testimage_main[vardepsexclude] =+ "BB_ORIGENV" |
293 | |||
294 | inherit testsdk | ||