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

yocto/init_ws: set LINUX_VERSION in environment for rolling-stable #111

Open
wants to merge 1 commit into
base: kirkstone
Choose a base branch
from

Conversation

quitschbo
Copy link
Member

Check current upstream git to set LINUX_VERSION from the Makefile. This allows to set LINUX_VERSION needed for proper package version (PV) in rolling-stable release. To let this through to the corresponding bitbake recipe set BB_ENV_PASSTHROUGH_ADDITIONS to include LINUX_VERSION. Do this only for DEVICE genericx86_64. An alias for bitbake is used to set this before each call to bitbake.

Check current upstream git to set LINUX_VERSION from the Makefile.
This allows to set LINUX_VERSION needed for proper package version
(PV) in rolling-stable release. To let this through to the
corresponding bitbake recipe set BB_ENV_PASSTHROUGH_ADDITIONS to
include LINUX_VERSION. Do this only for DEVICE genericx86_64.
An alias for bitbake is used to set this before each call to bitbake.

Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
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.

None yet

2 participants