summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 2b0ce4a988..eb192057c2 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -252,8 +252,8 @@ fakeroot python do_rootfs () {
252 252
253 progress_reporter.finish() 253 progress_reporter.finish()
254} 254}
255do_rootfs[dirs] = "${TOPDIR}" 255do_rootfs[dirs] = "${IMAGE_ROOTFS} ${IMGDEPLOYDIR} ${TOPDIR}"
256do_rootfs[cleandirs] += "${S} ${IMGDEPLOYDIR}" 256do_rootfs[cleandirs] += "${IMAGE_ROOTFS} ${IMGDEPLOYDIR} ${S}"
257do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}" 257do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
258addtask rootfs after do_prepare_recipe_sysroot 258addtask rootfs after do_prepare_recipe_sysroot
259 259