diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-10-21 09:38:55 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
| commit | b2d1cb50e0dd7c43cd58e705d6e0a35719655f3f (patch) | |
| tree | be730c895f1d0c20dae86f212974d70b0b3c2adf | |
| parent | 656fc7be2a0a51d0935a7f8b35602fe50a41e5e9 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/hdmi21/kernel-module-hdmi21_2024.2.bb | 1 |
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 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | COMPATIBLE_MACHINE = "^$" | ||
| 18 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | 19 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" |
| 19 | COMPATIBLE_MACHINE:versal = "versal" | 20 | COMPATIBLE_MACHINE:versal = "versal" |
| 20 | 21 | ||
