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

Silence warnings in Yocto build #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

olafmandel
Copy link

When compiling the Yocto build, silence many bitbake warnings and allow building with sh=dash.

There is a bit of code in the Angstrom layer to guard against
having /bin/sh symlinked to /bin/dash, instead it tries to
enforce /bin/bash. This does not seem to be necessary, so
remove this guard.
Patch all these warnings:

 - meta-dominion contains no recipes for this machine: remove it
 - remove some *.bbappend files without matching *.bb file
 - remove all deprecated PRINC statements
 - append some automatically found package DEPENDS and RDEPENDS
 - set some PREFERRED_PROVIDER and PREFERRED_VERSION
 - set a license name alias
 - remove two non-existing files from two SRC_URI
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