We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: