summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-08-19 17:49:11 +0000
committerMark Hatle <mark.hatle@amd.com>2023-08-24 16:04:25 -0600
commit06e1a7ec3fd41b33f7243f03b8b2018f484c5c46 (patch)
tree51e77f672e2d5f08b25735af64e19aea0228c05a /meta-xilinx-core/conf/layer.conf
parent1bf1bf3591e5d71725b5db8bbff07032c543cc89 (diff)
downloadmeta-xilinx-06e1a7ec3fd41b33f7243f03b8b2018f484c5c46.tar.gz
meta-xilinx-core: conf/layer.conf: Skip PLNX_SCRIPTS_PATH in hash
The PLNX_SCRIPTS_PATH is being embedded into various hashes, but this does not affect the output of the build in any way. Avoid including this various in the hash for recipes. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-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 6dd43ebc..b9523224 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -74,4 +74,6 @@ PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVa
74 74
75# Add support to eSDK for gen-machine-conf if it exists 75# Add support to eSDK for gen-machine-conf if it exists
76PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" 76PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts"
77BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH"
78
77IMAGE_CLASSES += "gen-machine-conf" 79IMAGE_CLASSES += "gen-machine-conf"