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.bbclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 3239d5cf5e..cda866cc81 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -248,7 +248,6 @@ fakeroot python do_rootfs () {
248} 248}
249do_rootfs[dirs] = "${TOPDIR}" 249do_rootfs[dirs] = "${TOPDIR}"
250do_rootfs[cleandirs] += "${S} ${IMGDEPLOYDIR}" 250do_rootfs[cleandirs] += "${S} ${IMGDEPLOYDIR}"
251do_rootfs[umask] = "022"
252do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}" 251do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
253addtask rootfs after do_prepare_recipe_sysroot 252addtask rootfs after do_prepare_recipe_sysroot
254 253
@@ -261,7 +260,6 @@ fakeroot python do_image () {
261 execute_pre_post_process(d, pre_process_cmds) 260 execute_pre_post_process(d, pre_process_cmds)
262} 261}
263do_image[dirs] = "${TOPDIR}" 262do_image[dirs] = "${TOPDIR}"
264do_image[umask] = "022"
265addtask do_image after do_rootfs 263addtask do_image after do_rootfs
266 264
267fakeroot python do_image_complete () { 265fakeroot python do_image_complete () {
@@ -272,7 +270,6 @@ fakeroot python do_image_complete () {
272 execute_pre_post_process(d, post_process_cmds) 270 execute_pre_post_process(d, post_process_cmds)
273} 271}
274do_image_complete[dirs] = "${TOPDIR}" 272do_image_complete[dirs] = "${TOPDIR}"
275do_image_complete[umask] = "022"
276SSTATETASKS += "do_image_complete" 273SSTATETASKS += "do_image_complete"
277SSTATE_SKIP_CREATION_task-image-complete = '1' 274SSTATE_SKIP_CREATION_task-image-complete = '1'
278do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}" 275do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}"