Skip to content

Commit

Permalink
rauc-conf.bbappend: 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 committed Jun 20, 2024
1 parent 79705c9 commit aa69631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-rauc-raspberrypi/recipes-core/rauc/rauc-conf.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append := " file://ca.cert.pem "

do_install:prepend() {
sed -i "s/@@MACHINE@@/${MACHINE}/g" ${WORKDIR}/system.conf
sed -i "s/@@MACHINE@@/${MACHINE}/g" ${S}/system.conf
}

0 comments on commit aa69631

Please sign in to comment.