Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken Yocto build since /bin/sh by default for container user #130

Open
Paullgk opened this issue Aug 28, 2024 · 0 comments · May be fixed by #128
Open

Broken Yocto build since /bin/sh by default for container user #130

Paullgk opened this issue Aug 28, 2024 · 0 comments · May be fixed by #128

Comments

@Paullgk
Copy link

Paullgk commented Aug 28, 2024

Hello,
The commit 0051142 changed the default shell for container users from /bin/bash to /bin/sh. This change can cause issues with Yocto builds, as Bitbake expects Bash rather than sh. While reverting this commit would resolve the issue, it might be more beneficial to allow users to choose their default shell.

deribaucourt added a commit that referenced this issue Sep 5, 2024
The default shell used to be /bin/bash. This was changed to /bin/sh
arbitrarily in commit 0051142 which broke builds for users relying
on bash-specific features. Notably running bitbake.

See Issue #130
@deribaucourt deribaucourt linked a pull request Sep 5, 2024 that will close this issue
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 a pull request may close this issue.

1 participant