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

Bashisms in g-ether-*.sh scripts installed by gadget-init.bb #13

Open
Anguel opened this issue Oct 15, 2013 · 0 comments
Open

Bashisms in g-ether-*.sh scripts installed by gadget-init.bb #13

Anguel opened this issue Oct 15, 2013 · 0 comments

Comments

@Anguel
Copy link

Anguel commented Oct 15, 2013

Bashisms in
https://github.com/beagleboard/meta-beagleboard/blob/master/meta-beagleboard-extras/recipes-support/usb-gadget/gadget-init/g-ether-load.sh

and

https://github.com/beagleboard/meta-beagleboard/blob/master/meta-beagleboard-extras/recipes-support/usb-gadget/gadget-init/g-ether-start-service.sh

prevent the scripts from running correctly.

Solution for g-ether-load.sh:
remove all "function" keywords from script (line 3, 8, 25)

Solution for g-ether-start-service.sh:
in line 2 replace "-a" with "-e"

Thanks for the support go to bluelightning and rburton in the OpenEmbedded IRC channel.

Anguel

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

No branches or pull requests

1 participant