diff mbox series

[meta-raspberrypi,3/7] u-boot_%.bbappend: WORKDIR -> UNPACKDIR transition

Message ID 20240528025412.2417168-3-changqing.li@windriver.com
State New
Headers show
Series [meta-raspberrypi,1/7] gpio-shutdown: WORKDIR -> UNPACKDIR transition | expand

Commit Message

Changqing Li May 28, 2024, 2:54 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 recipes-bsp/u-boot/u-boot_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 78b3e48..ff57fb1 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -10,7 +10,7 @@  DEPENDS:append:rpi = " u-boot-default-script"
 
 do_install:append:rpi () {
     install -d ${D}${sysconfdir}
-    install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
+    install -m 0644 ${UNPACKDIR}/fw_env.config ${D}${sysconfdir}/fw_env.config
 }
 
 # Temporary avoid Raspberry Pi 5 because U-Boot has not been ported yet