Khem Raj
2018-10-21 15:27:43 UTC
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 <***@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
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 <***@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
--
2.19.1
--