From 309a02931779f32d1139cc1169a039cbe4638706 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Jun 2018 10:30:24 +0100 Subject: bitbake.conf/testimage: Add in compatiblity hacks The testimage changes break the autobuilder. The plan is to revert these hacks but due to various changes happening with the autobuilder, we need these for now to keep things working until we can move to the new autobuilder codebase. Signed-off-by: Richard Purdie --- meta/classes/testimage.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes') diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index eb2181309e..6fa901b6a6 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -391,3 +391,5 @@ python () { if oe.types.boolean(d.getVar("TESTIMAGE_AUTO") or "False"): bb.build.addtask("testimage", "do_build", "do_image_complete", d) } + +inherit testsdk -- cgit 1.2.3-korg