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

Closed jdelbefoss closed 4 months ago

jdelbefoss commented 4 months ago

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

ejoerns commented 4 months ago

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.