summaryrefslogtreecommitdiffstats
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-19 17:49:15 +0000
commitc4f4cbc48ee3acb770788bd0b38a84a72e6cd44f (patch)
treeb60d868c9471e8926f59ee98859801c2d5674648
parente06e900aa5044eeed2846af3c459905a6b581340 (diff)
downloadmeta-xilinx-c4f4cbc48ee3acb770788bd0b38a84a72e6cd44f.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>
-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 0bcbf848..5441fd96 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -69,4 +69,6 @@ PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVa
69 69
70# Add support to eSDK for gen-machine-conf if it exists 70# Add support to eSDK for gen-machine-conf if it exists
71PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" 71PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts"
72BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH"
73
72IMAGE_CLASSES += "gen-machine-conf" 74IMAGE_CLASSES += "gen-machine-conf"