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_MACHINE_SUFFIX instead of hard-coded '-${MACHINE}' #312

Merged
merged 1 commit into from
Apr 16, 2024
Merged

bundle.bbclass: use IMAGE_MACHINE_SUFFIX instead of hard-coded '-${MACHINE}' #312

merged 1 commit into from
Apr 16, 2024

Conversation

jdelbefoss
Copy link
Contributor

Similar to #299, when changing the default IMAGE_MACHINE_SUFFIX the bundle build fails (error in do_configure()).
The fix is identical to #300.

…CHINE}'

-${MACHINE} is just the default for IMAGE_MACHINE_SUFFIX and can be
changed by users.

This is similar to commit 3e96177 ("bundle.bbclass: use
IMAGE_NAME_SUFFIX instead of hard-coded '.rootfs'").

Signed-off-by: Julien Delbergue <[email protected]>
@ejoerns
Copy link
Member

ejoerns commented Apr 15, 2024

FTR: IMAGE_MACHINE_SUFFIX was introduced in https://git.yoctoproject.org/poky/commit/?id=c0df9c9e92b56c33952fa3e6c050f1e4c53b66d9 and is only available since mickledore. Thus no LTS backporting is required.

Copy link
Member

@ejoerns ejoerns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdelbefoss Thank you for fixing!

@ejoerns ejoerns merged commit 3fee961 into rauc:master Apr 16, 2024
2 checks passed
@ejoerns ejoerns added the fix label Apr 16, 2024
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.

2 participants