Skip to content

Commit

Permalink
Merge pull request #101 from leon-anavi/workdir-unpackdir
Browse files Browse the repository at this point in the history
Raspberry Pi: WORKDIR -> UNPACKDIR transition
  • Loading branch information
ejoerns authored Jun 21, 2024
2 parents 6161209 + aa69631 commit 8e34f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
}
2 changes: 1 addition & 1 deletion meta-rauc-raspberrypi/recipes-core/rauc/rauc_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RDEPENDS:${PN}-grow-data-part += "parted"

do_install:append() {
install -d ${D}${systemd_unitdir}/system/
install -m 0644 ${WORKDIR}/rauc-grow-data-partition.service ${D}${systemd_unitdir}/system/
install -m 0644 ${UNPACKDIR}/rauc-grow-data-partition.service ${D}${systemd_unitdir}/system/
}

0 comments on commit 8e34f29

Please sign in to comment.