1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

testexport: Use IMAGE_CLASSES for testimage

(From OE-Core rev: 506346e1c98619eb04a196d80f032d71677dd2a2)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2022-08-11 16:39:02 +01:00
parent e8de01e798
commit f14e3f3a31
+1 -1
View 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"