agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
505 stars 395 forks source link

rpi-u-boot-scr: WORKDIR -> UNPACKDIR transition #1343

Open leon-anavi opened 1 week ago

leon-anavi commented 1 week ago

This adapts to the oe-core rework to enforce a separate directory for unpacking local sources (UNPACKDIR) instead of directly using WORKDIR.

Follows the preliminary guideline from: https://lists.openembedded.org/g/openembedded-architecture/message/2007

- What I did

Fixed issues with the S variable in newer Yocto and OpenEmbedded versions.

- How I did it

By following the guideline: https://lists.openembedded.org/g/openembedded-architecture/message/2007