From 1028de7a9aea2c1e80cc19c239cc3a3874bed39f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 22 Oct 2024 11:43:15 -0500 Subject: 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 --- meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb | 1 - meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'meta-xilinx-core') 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}" COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:zynqmp = "zynqmp" COMPATIBLE_MACHINE:versal = "versal" -COMPATIBLE_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}" COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:zynqmp = "zynqmp" COMPATIBLE_MACHINE:versal = "versal" -COMPATIBLE_MACHINE:versal-net = "versal-net" -- cgit v1.2.3-54-g00ecf