labgrid-project / meta-labgrid

OpenEmbedded layer for integrating the labgrid exporter on a device
MIT License
11 stars 12 forks source link

recipes: follow WORKDIR -> UNPACKDIR transition #51

Closed ejoerns closed 3 months ago

ejoerns commented 3 months ago

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

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

For this, we need to break compatibility with all releases before master/styhead.

ejoerns commented 3 months ago

Rebased onto master to fix conflicts with #47