From 765d311481c802da4d7db033f7b63dd0f1a3b612 Mon Sep 17 00:00:00 2001 From: Christian Kohn Date: Mon, 11 Nov 2024 18:37:45 -0800 Subject: 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 Signed-off-by: Mark Hatle --- .../vek280-pl-bram-uart-gpio-fw_1.0-2024.2.bb | 3 +-- .../recipes-firmware/zcu104-pl-vcu-fw/zcu104-pl-vcu-fw_1.0-2024.2.bb | 3 +-- 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. SRC_URI[sha256sum] = "0c31d5595368ae796c7aac0344e084225fb9abe3ecf4c2f17583191a8196aed4" -COMPATIBLE_MACHINE:versal-vek280-sdt-seg = "${MACHINE}" -COMPATIBLE_MACHINE:versal-vek280-sdt-seg-ospi = "${MACHINE}" +COMPATIBLE_MACHINE = "${MACHINE}" # When do_upack is exectuted it will extract tar file with original directory # 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. SRC_URI[sha256sum] = "c4457697a50ecf70f5008797932feb55db18d8afbd5592e3a7ed2cc9ee9fac31" - -COMPATIBLE_MACHINE:zynqmp-zcu104-sdt-full = "${MACHINE}" +COMPATIBLE_MACHINE = "${MACHINE}" # When do_upack is exectuted it will extract tar file with original directory # name so set the FW_DIR pointing to pdi and dtsi files. -- cgit v1.2.3-54-g00ecf