summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage-auto.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-06 22:57:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-11 23:26:29 +0000
commit3341f3fbee818a0bd62620b8bc34230b03c0689c (patch)
tree40b07685cb19f5afb62066f837689d24e55cfbce /meta/classes/testimage-auto.bbclass
parent0a4e1f968ada5099e3270ed06404d2827e9729aa (diff)
downloadpoky-3341f3fbee818a0bd62620b8bc34230b03c0689c.tar.gz
classes: Fix do_rootfs references
After the separation of do_rootfs, some rootfs references need changing to image_complete. (From OE-Core rev: 59a5f596ca29b1eb8283706e3c60fbb39f9c2c23) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testimage-auto.bbclass')
-rw-r--r--meta/classes/testimage-auto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/testimage-auto.bbclass b/meta/classes/testimage-auto.bbclass
index 860599d2b5..e0a22b773c 100644
--- a/meta/classes/testimage-auto.bbclass
+++ b/meta/classes/testimage-auto.bbclass
@@ -18,6 +18,6 @@ inherit testimage
18python do_testimage_auto() { 18python do_testimage_auto() {
19 testimage_main(d) 19 testimage_main(d)
20} 20}
21addtask testimage_auto before do_build after do_rootfs 21addtask testimage_auto before do_build after do_image_complete
22do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}" 22do_testimage_auto[depends] += "${TESTIMAGEDEPENDS}"
23do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}" 23do_testimage_auto[lockfiles] += "${TESTIMAGELOCK}"