diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-11 16:39:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:46:26 +0100 |
commit | f14e3f3a31aca23412ab73ac66d423ef6e019e0a (patch) | |
tree | ade9e3701fe07a71bd658ea02c4b8595d39d2535 /meta | |
parent | e8de01e7989ae3e89397b3cdb3b3e8caa8957364 (diff) | |
download | poky-f14e3f3a31aca23412ab73ac66d423ef6e019e0a.tar.gz |
testexport: Use IMAGE_CLASSES for testimage
(From OE-Core rev: 506346e1c98619eb04a196d80f032d71677dd2a2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/testexport.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index b503c8d357..98468c96fd 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass | |||
@@ -178,4 +178,4 @@ def testexport_create_tarball(d, tar_name, src_dir): | |||
178 | tar.close() | 178 | tar.close() |
179 | os.chdir(current_dir) | 179 | os.chdir(current_dir) |
180 | 180 | ||
181 | inherit testimage | 181 | IMAGE_CLASSES += "testimage" |