rauc / meta-rauc

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

classes-recipe: bundle: add ".rootfs" to default image search path #277

Closed ejoerns closed 1 year ago

ejoerns commented 1 year ago

Since oe-core commit openembedded/openembedded-core@26d97acc71379ab6702fa54a23b6542a3f51779c ("image-artifact-names: include ${IMAGE_NAME_SUFFIX} directly in both ${IMAGE_NAME} and ${IMAGE_LINK_NAME}"), now also image symlinks contain the '.rootfs' suffix that images already had.

Adapt to this change by adding ".rootfs" to the default search path for rootfs images (i.e. their symlinks).