rauc / meta-rauc

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

When IMAGE_NAME_SUFFIX is non standard a bundle will "fail to find sources" #299

Closed Gerry546 closed 6 months ago

Gerry546 commented 7 months ago

Currently bundle.bbclass assumes that IMAGE_NAME_SUFFIX is using the default value of .rootfs. If you change IMAGE_NAME_SUFFIX to something else an error will be reported when building the bundle.

ejoerns commented 7 months ago

@Gerry546 You're right, I've created #300 to address this. Thanks!