diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-08-19 17:49:11 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-19 17:49:15 +0000 |
commit | c4f4cbc48ee3acb770788bd0b38a84a72e6cd44f (patch) | |
tree | b60d868c9471e8926f59ee98859801c2d5674648 | |
parent | e06e900aa5044eeed2846af3c459905a6b581340 (diff) | |
download | meta-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.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 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 |
71 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" | 71 | PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" |
72 | BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" | ||
73 | |||
72 | IMAGE_CLASSES += "gen-machine-conf" | 74 | IMAGE_CLASSES += "gen-machine-conf" |