Skip to content

Commit

Permalink
rpi-u-boot-scr: WORKDIR -> UNPACKDIR transition
Browse files Browse the repository at this point in the history
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

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi authored and agherzan committed Jul 17, 2024
1 parent cc529a8 commit 6387fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-bsp/rpi-u-boot-scr/rpi-u-boot-scr.bb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ do_compile() {

inherit kernel-arch deploy nopackages

S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"

do_deploy() {
install -d ${DEPLOYDIR}
install -m 0644 boot.scr ${DEPLOYDIR}
Expand Down

0 comments on commit 6387fb2

Please sign in to comment.