Skip to content

Commit

Permalink
rpb-boot-initramfs: follow up UNPACKDIR introduction
Browse files Browse the repository at this point in the history
With the introduction of UNPACKDIR the files were moved from WORKDIR to
UNPACKDIR. Adjust the recipe accordingly.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed May 25, 2024
1 parent a038cbb commit 9206fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes-samples/initrdscripts/rpb-boot-initramfs_1.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda

SRC_URI = "file://init.sh"

S = "${UNPACKDIR}"

do_install() {
install -m 0755 ${WORKDIR}/init.sh ${D}/init
install -m 0755 ${UNPACKDIR}/init.sh ${D}/init
}

inherit allarch
Expand Down

0 comments on commit 9206fc3

Please sign in to comment.