diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 14:28:35 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-01-22 14:28:35 -0600 |
commit | e7caaf9739e4075721e44f602b7dd44ccb585666 (patch) | |
tree | 393d58972c0e7093000a9425d6f2c17447345600 | |
parent | 8494e2dfb9cefc379241762de7c3a490db4d1e9c (diff) | |
download | meta-xilinx-e7caaf9739e4075721e44f602b7dd44ccb585666.tar.gz |
Revert "meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-dp"
This reverts commit 6fd65d4b54258e3fe10c8d960fe33af51504f9d4.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index fbfe0a6d..9c8e6b94 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -76,5 +76,3 @@ 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" | ||