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

bundle.bbclass: use IMAGE_NAME_SUFFIX instead of hard-coded '.rootfs' #300

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

ejoerns
Copy link
Member

@ejoerns ejoerns commented Jan 16, 2024

.rootfs is just the default for IMAGE_NAME_SUFFIX but could be changed by users.

Inherit image-artifact-names class where the variable is defined.

Fixes #299

.rootfs is just the default for IMAGE_NAME_SUFFIX but could be changed
by users.

Inherit image-artifact-names class where the variable is defined.

Signed-off-by: Enrico Jorns <[email protected]>
@ejoerns ejoerns added the master label Feb 1, 2024
@ejoerns ejoerns merged commit 3e96177 into rauc:master Feb 1, 2024
2 checks passed
@ejoerns ejoerns deleted the image-name-suffix branch February 1, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When IMAGE_NAME_SUFFIX is non standard a bundle will "fail to find sources"
2 participants