mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
classes: Drop now unneeded umask flags
Now that 022 is the default in BB_DEFAULT_UMASK in bitbake.conf, we don't need any of these task flags, clean up. (From OE-Core rev: 816fca781943a7dbf40391d9db34c7bf12711962) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -56,7 +56,6 @@ python do_rootfs(){
|
||||
|
||||
# Assure binaries, manifest and qemubootconf are populated on DEPLOY_DIR_IMAGE
|
||||
do_image_complete[dirs] = "${TOPDIR}"
|
||||
do_image_complete[umask] = "022"
|
||||
SSTATETASKS += "do_image_complete"
|
||||
SSTATE_SKIP_CREATION_task-image-complete = '1'
|
||||
do_image_complete[sstate-inputdirs] = "${IMGDEPLOYDIR}"
|
||||
|
||||
Reference in New Issue
Block a user