Skip to content

General fixes to meta-sgl-core - #60

Open
robwoolley wants to merge 3 commits into
elisa-tech:mainfrom
robwoolley:sgl-core-updates
Open

robwoolley wants to merge 3 commits into
elisa-tech:mainfrom
robwoolley:sgl-core-updates

Conversation

@robwoolley

Copy link
Copy Markdown
Contributor

These are 3 simple fixes to meta-sgl-core:

  • Remove DISTRO_FEATURES_DEFAULT from DISTRO_FEATURES in sgl.conf to avoid warnings being produced by BitBake for every recipe
  • Comment out the BBFILE* variables from sgl.conf to avoid warnings about not matching any recipes. Restore the variables later if recipes or append files are added.
  • Add wrynose as a compatible release for the layer to enable adding support for Wrynose

This variable is intended as a default for bitbake.conf in case
the distro does not set DISTRO_FEATURES.

Newer releases of BitBake will throw an error if it is
used to set DISTRO_FEATURES.

  WARNING: /path/to/recipename_0.0.bb: Unexpanded variable ${DISTRO_FEATURES_DEFAULT} in DISTRO_FEATURES is not recommended

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
BitBake gives a warning if BBFILES is set but there are no
matching bitbake recipes or append files are found.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
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