From: Richard Purdie Date: Thu, 11 Aug 2022 15:39:02 +0000 (+0100) Subject: testexport: Use IMAGE_CLASSES for testimage X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506346e1c98619eb04a196d80f032d71677dd2a2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git testexport: Use IMAGE_CLASSES for testimage Signed-off-by: Richard Purdie --- diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index b503c8d3578..98468c96fd1 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass @@ -178,4 +178,4 @@ def testexport_create_tarball(d, tar_name, src_dir): tar.close() os.chdir(current_dir) -inherit testimage +IMAGE_CLASSES += "testimage"