From d26f98b857e30992f43f182c2a07f4b6ef6b3068 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 15 Jan 2024 11:34:31 -0700 Subject: meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-{hdmi,dp} These two modules do not currently compile with Linux 6.6. Disable until they do work. Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xilinx-core/conf') diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 6b5ae6d5..6510b3cd 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf @@ -76,3 +76,6 @@ PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" IMAGE_CLASSES += "gen-machine-conf" + +SKIP_RECIPE[kernel-module-hdmi] = "Does not currently build with Linux 6.6" +SKIP_RECIPE[kernel-module-dp] = "Does not currenty build with Linux 6.6" -- cgit v1.2.3-54-g00ecf