diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-10-22 11:43:15 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
| commit | 1028de7a9aea2c1e80cc19c239cc3a3874bed39f (patch) | |
| tree | 53b90bc4f5974c7b4b5e7e33fa8707edc737a191 | |
| parent | 770c06a27701a9271bd76f0ec915945f8552dee7 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/dp/kernel-module-dp_6.6.10.bb | 1 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-kernel/hdmi/kernel-module-hdmi_6.6.40.bb | 1 |
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}" | |||
| 23 | COMPATIBLE_MACHINE = "^$" | 23 | COMPATIBLE_MACHINE = "^$" |
| 24 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | 24 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" |
| 25 | COMPATIBLE_MACHINE:versal = "versal" | 25 | COMPATIBLE_MACHINE:versal = "versal" |
| 26 | 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}" | |||
| 23 | COMPATIBLE_MACHINE = "^$" | 23 | COMPATIBLE_MACHINE = "^$" |
| 24 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | 24 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" |
| 25 | COMPATIBLE_MACHINE:versal = "versal" | 25 | COMPATIBLE_MACHINE:versal = "versal" |
| 26 | COMPATIBLE_MACHINE:versal-net = "versal-net" | ||
