summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-01-15 11:34:31 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-18 12:55:48 -0600
commit6fd65d4b54258e3fe10c8d960fe33af51504f9d4 (patch)
tree85978263ab2a9083c4e7322548d5eb16aa2371e3
parent6dd621351e317b3328690efc34690b49b6c2ec8a (diff)
downloadmeta-xilinx-6fd65d4b54258e3fe10c8d960fe33af51504f9d4.tar.gz
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 <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
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"
76BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" 76BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH"
77 77
78IMAGE_CLASSES += "gen-machine-conf" 78IMAGE_CLASSES += "gen-machine-conf"
79
80SKIP_RECIPE[kernel-module-dp] = "Does not currenty build with Linux 6.6"