]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
testexport: Use IMAGE_CLASSES for testimage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Aug 2022 15:39:02 +0000 (16:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2022 10:46:11 +0000 (11:46 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass

index b503c8d3578333c624e512c705d337bfae00680d..98468c96fd1a0c9056acddc05124c0ed1835e452 100644 (file)
@@ -178,4 +178,4 @@ def testexport_create_tarball(d, tar_name, src_dir):
     tar.close()
     os.chdir(current_dir)
 
-inherit testimage
+IMAGE_CLASSES += "testimage"