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: use native paths instead of target paths #295

Closed mqqc closed 7 months ago

mqqc commented 8 months ago

Any recipe using the bundle bbclass will fail if either:

This PR corrects this by using ${prefix_native} and ${STAGING_BINDIR_NATIVE} where appropriate.