diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-01-15 11:34:31 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-16 08:53:11 -0600 |
commit | d26f98b857e30992f43f182c2a07f4b6ef6b3068 (patch) | |
tree | 9295ee350080c0eca67c6c8e975f4df373a363c6 /meta-xilinx-core/conf | |
parent | ea11906ff5a86873771ce10ec528845486a07372 (diff) | |
download | meta-xilinx-d26f98b857e30992f43f182c2a07f4b6ef6b3068.tar.gz |
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 <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
76 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | 76 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" |
77 | 77 | ||
78 | IMAGE_CLASSES += "gen-machine-conf" | 78 | IMAGE_CLASSES += "gen-machine-conf" |
79 | |||
80 | SKIP_RECIPE[kernel-module-hdmi] = "Does not currently build with Linux 6.6" | ||
81 | SKIP_RECIPE[kernel-module-dp] = "Does not currenty build with Linux 6.6" | ||