From 36b9e0c65643198a5e4532a08d680d5656716dbd Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Thu, 7 May 2020 13:46:41 +0200 Subject: [PATCH] u-boot-fw-utils: fix path where fw_env.config is located Commit fb2e7e37f49d placed the fw_env.config in a subfolder ${STORAGE_MEDIA}. Signed-off-by: Hector Palacios --- meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend index 89808665f..649bd470f 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend @@ -32,7 +32,7 @@ UBOOT_CONFIG[sandbox] = "sandbox_defconfig" do_install_append() { install -d ${D}${includedir}/libubootenv install -m 0644 ${S}/tools/env/ubootenv.h ${D}${includedir}/libubootenv/ - install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/ + install -m 0644 ${WORKDIR}/${STORAGE_MEDIA}/fw_env.config ${D}${sysconfdir}/ } pkg_postinst_ontarget_${PN}() {