summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-10-21 09:38:55 -0500
committerMark Hatle <mark.hatle@amd.com>2024-10-23 10:45:12 -0500
commitb2d1cb50e0dd7c43cd58e705d6e0a35719655f3f (patch)
treebe730c895f1d0c20dae86f212974d70b0b3c2adf /meta-xilinx-core
parent656fc7be2a0a51d0935a7f8b35602fe50a41e5e9 (diff)
downloadmeta-xilinx-b2d1cb50e0dd7c43cd58e705d6e0a35719655f3f.tar.gz
kernel-module-hdmi21: Fix compatible machines
We only want to build for select AMD FPGAs. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb b/meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb
index 9b98d791..806d2515 100644
--- a/meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb
+++ b/meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb
@@ -15,6 +15,7 @@ SRCREV = "26a1d40723c58783f7aedba028a208ab9410df5f"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18COMPATIBLE_MACHINE = "^$"
18COMPATIBLE_MACHINE:zynqmp = "zynqmp" 19COMPATIBLE_MACHINE:zynqmp = "zynqmp"
19COMPATIBLE_MACHINE:versal = "versal" 20COMPATIBLE_MACHINE:versal = "versal"
20 21