summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kohn <chris.kohn@amd.com>2024-11-11 18:37:45 -0800
committerMark Hatle <mark.hatle@amd.com>2025-03-30 11:14:08 -0600
commit765d311481c802da4d7db033f7b63dd0f1a3b612 (patch)
tree8d4c86d783568debd3190190e4eb53df66a9fac4
parent1cadf7c760ebf9c467e516e63ed6d2653bd1f13e (diff)
downloadmeta-xilinx-765d311481c802da4d7db033f7b63dd0f1a3b612.tar.gz
firmware: Update COMPATIBLE_MACHINE
Allow any machine to build and install firmware recipes. Rather than checking compatibility at build-time, defer this task to run-time software to support inclusion of firmware in common images. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb3
-rw-r--r--meta-xilinx-demos/recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb3
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb b/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb
index 7a144446..5e3435e2 100644
--- a/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb
+++ b/meta-xilinx-demos/recipes-firmware/vek280-pl-bram-uart-gpio-fw/vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb
@@ -9,8 +9,7 @@ SRC_URI = "https://petalinux.xilinx.com/sswreleases/rel-v2024.2/sdt/2024.2/2024.
9 9
10SRC_URI[sha256sum] = "0c31d5595368ae796c7aac0344e084225fb9abe3ecf4c2f17583191a8196aed4" 10SRC_URI[sha256sum] = "0c31d5595368ae796c7aac0344e084225fb9abe3ecf4c2f17583191a8196aed4"
11 11
12COMPATIBLE_MACHINE:versal-vek280-sdt-seg = "${MACHINE}" 12COMPATIBLE_MACHINE = "${MACHINE}"
13COMPATIBLE_MACHINE:versal-vek280-sdt-seg-ospi = "${MACHINE}"
14 13
15# When do_upack is exectuted it will extract tar file with original directory 14# When do_upack is exectuted it will extract tar file with original directory
16# name so set the FW_DIR pointing to pdi and dtsi files. 15# name so set the FW_DIR pointing to pdi and dtsi files.
diff --git a/meta-xilinx-demos/recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb b/meta-xilinx-demos/recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb
index f7ece0ff..31148f66 100644
--- a/meta-xilinx-demos/recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb
+++ b/meta-xilinx-demos/recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb
@@ -9,8 +9,7 @@ SRC_URI = "https://petalinux.xilinx.com/sswreleases/rel-v2024.2/sdt/2024.2/2024.
9 9
10SRC_URI[sha256sum] = "c4457697a50ecf70f5008797932feb55db18d8afbd5592e3a7ed2cc9ee9fac31" 10SRC_URI[sha256sum] = "c4457697a50ecf70f5008797932feb55db18d8afbd5592e3a7ed2cc9ee9fac31"
11 11
12 12COMPATIBLE_MACHINE = "${MACHINE}"
13COMPATIBLE_MACHINE:zynqmp-zcu104-sdt-full = "${MACHINE}"
14 13
15# When do_upack is exectuted it will extract tar file with original directory 14# When do_upack is exectuted it will extract tar file with original directory
16# name so set the FW_DIR pointing to pdi and dtsi files. 15# name so set the FW_DIR pointing to pdi and dtsi files.