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

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>
This commit is contained in:
Richard Purdie
2016-01-06 22:57:49 +00:00
parent 0a4e1f968a
commit 3341f3fbee
8 changed files with 17 additions and 13 deletions
+5 -1
View File
@@ -67,6 +67,10 @@ do_rm_work () {
i=dummy
break
;;
*do_image*)
i=dummy
break
;;
*do_build*)
i=dummy
break
@@ -108,7 +112,7 @@ rm_work_populatesdk () {
}
rm_work_populatesdk[cleandirs] = "${WORKDIR}/sdk"
do_rootfs[postfuncs] += "rm_work_rootfs"
do_image_complete[postfuncs] += "rm_work_rootfs"
rm_work_rootfs () {
:
}