summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-01-17 17:08:39 -0600
committerMark Hatle <mark.hatle@amd.com>2024-01-18 12:55:48 -0600
commit6dd621351e317b3328690efc34690b49b6c2ec8a (patch)
treeb7231250028a0527ac63d6f73d59a66f6f625b3a /meta-xilinx-core/conf
parentc31982ff273d0a997a359bdfa4cc7e880b701c86 (diff)
downloadmeta-xilinx-6dd621351e317b3328690efc34690b49b6c2ec8a.tar.gz
Revert "meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-{hdmi,dp}"
This reverts commit d26f98b857e30992f43f182c2a07f4b6ef6b3068. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 59dceb1e..9c8e6b94 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -76,6 +76,3 @@ 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-hdmi] = "Does not currently build with Linux 6.6"
81SKIP_RECIPE[kernel-module-dp] = "Does not currenty build with Linux 6.6"