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 <dmitry.baryshkov@linaro.org>
  • Loading branch information
lumag committed May 24, 2024
1 parent 34d3f2c commit ee47d96
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 ee47d96

Please # to comment.