mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Add umask task control
Bitbake now allows the umask to be specified per task. The following tasks will have a umask of 022 set by default: do_configure do_compile do_install do_package do_populate_sysroot do_rootfs do_configure and do_compile need a umask of 022 set because -many- recipes directly copy generated files out of recipe's build directory. Instead of fixing each existing and future recipe, it was shown to be much easier to just set the umask. (From OE-Core rev: 0cfa7ebcf661aa0645c6d4d858b04946ebacb7e4) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b320f558ed
commit
477f685ce0
@@ -54,6 +54,8 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
|
||||
file://opkg/conf/opkg-sdk-i686.conf \
|
||||
"
|
||||
|
||||
do_deploy[umask] = 022
|
||||
|
||||
fakeroot do_deploy () {
|
||||
cd ${WORKDIR}
|
||||
mkdir -p ${ADT_DEPLOY}
|
||||
|
||||
Reference in New Issue
Block a user