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-18 12:55:48 -0600 |
commit | 6fd65d4b54258e3fe10c8d960fe33af51504f9d4 (patch) | |
tree | 85978263ab2a9083c4e7322548d5eb16aa2371e3 | |
parent | 6dd621351e317b3328690efc34690b49b6c2ec8a (diff) | |
download | meta-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.conf | 2 |
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" | |||
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-dp] = "Does not currenty build with Linux 6.6" | ||