From 6fd65d4b54258e3fe10c8d960fe33af51504f9d4 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-dp This module does not currently compile with Linux 6.6. Disable until it works. Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xilinx-core/conf') diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 9c8e6b94..fbfe0a6d 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf @@ -76,3 +76,5 @@ 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-dp] = "Does not currenty build with Linux 6.6" -- cgit v1.2.3-54-g00ecf