[meta-freescale] [3rdparty][PATCH] u-boot-boundary-fw-utils: Define a dummy fw_env.config

Khem Raj raj.khem at gmail.com
Sun Oct 21 08:27:43 PDT 2018


When building the cross recipe it complains about missing file
especially on non arm/aarch64 targets

Fixes
WARNING:
/mnt/a/yoe/sources/meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-boundary-fw-utils_2018.07.bb:
Unable to get checksum for u-boot-boundary-fw-utils-cross SRC_URI entry
fw_env.config: file could not be found

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config

diff --git a/recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config b/recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config
new file mode 100644
index 0000000..8af3596
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-boundary-fw-utils/fw_env.config
@@ -0,0 +1,2 @@
+# This is a dummy file. If this is being used that means it is missing for the machine/arch
+# which is being compiled here
-- 
2.19.1



More information about the meta-freescale mailing list