Skip to content

Fix bitbake error in module/security/build.sh#1

Open
steelswords wants to merge 1 commit intosynaptics-astra:kirkstone_5.15_v1.7.0from
steelswords:fix/kirkstone-use-dot-not-source
Open

Fix bitbake error in module/security/build.sh#1
steelswords wants to merge 1 commit intosynaptics-astra:kirkstone_5.15_v1.7.0from
steelswords:fix/kirkstone-use-dot-not-source

Conversation

@steelswords
Copy link

Even though the module/security/build.sh has a shebang for /bin/bash, bitbake executes shell commands using POSIX sh, not bash. This change fixes failed builds when a bitbake do_compile step calls clean=0 . build/module/security/build.sh, thus causing this file to be sourced from a POSIX sh process.

Even though the module/security/build.sh has a shebang for /bin/bash,
bitbake executes shell commands using POSIX sh, not bash. This change
fixes failed builds when a bitbake `do_compile` step calls
`clean=0 . build/module/security/build.sh`, thus causing this file to be
sourced from a POSIX sh process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant