summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-10-22 11:43:15 -0500
committerMark Hatle <mark.hatle@amd.com>2024-10-23 10:45:12 -0500
commit1028de7a9aea2c1e80cc19c239cc3a3874bed39f (patch)
tree53b90bc4f5974c7b4b5e7e33fa8707edc737a191 /meta-xilinx-core
parent770c06a27701a9271bd76f0ec915945f8552dee7 (diff)
downloadmeta-xilinx-1028de7a9aea2c1e80cc19c239cc3a3874bed39f.tar.gz
kernel-module-{dp,hdmi}: Not supported on versal-net
These are not supported on versal-net at this time, remove the COMPATIBLE_MACHINE. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb1
-rw-r--r--meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
index 22f363c9..3aaac030 100644
--- a/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
+++ b/meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb
@@ -23,4 +23,3 @@ EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}"
23COMPATIBLE_MACHINE = "^$" 23COMPATIBLE_MACHINE = "^$"
24COMPATIBLE_MACHINE:zynqmp = "zynqmp" 24COMPATIBLE_MACHINE:zynqmp = "zynqmp"
25COMPATIBLE_MACHINE:versal = "versal" 25COMPATIBLE_MACHINE:versal = "versal"
26COMPATIBLE_MACHINE:versal-net = "versal-net"
diff --git a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
index 56975c9c..d6b4d565 100644
--- a/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
+++ b/meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb
@@ -23,4 +23,3 @@ EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}"
23COMPATIBLE_MACHINE = "^$" 23COMPATIBLE_MACHINE = "^$"
24COMPATIBLE_MACHINE:zynqmp = "zynqmp" 24COMPATIBLE_MACHINE:zynqmp = "zynqmp"
25COMPATIBLE_MACHINE:versal = "versal" 25COMPATIBLE_MACHINE:versal = "versal"
26COMPATIBLE_MACHINE:versal-net = "versal-net"