mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
populate_sdk_base.bbclass: add execution permission for self-extracting archive
[ CQID: WIND00392947 ] It is not good user experience that the self-extracting archive (.sh file) has no execution permission by default. (From OE-Core rev: 3d6537f6ab1ce98075461b9a5d49885c2454417f) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82b2679d2c
commit
fa6c12da8c
@@ -257,6 +257,9 @@ exit 0
|
|||||||
|
|
||||||
MARKER:
|
MARKER:
|
||||||
EOF
|
EOF
|
||||||
|
# add execution permission
|
||||||
|
chmod +x ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.sh
|
||||||
|
|
||||||
# append the SDK tarball
|
# append the SDK tarball
|
||||||
cat ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 >> ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.sh
|
cat ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 >> ${SDK_DEPLOY}/${TOOLCHAIN_OUTPUTNAME}.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user