rauc / meta-rauc

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework
MIT License
158 stars 89 forks source link

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

Closed ejoerns closed 6 months ago

ejoerns commented 7 months ago

.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