From c4f4cbc48ee3acb770788bd0b38a84a72e6cd44f Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 19 Aug 2023 17:49:11 +0000 Subject: 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 --- meta-xilinx-core/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) 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 # Add support to eSDK for gen-machine-conf if it exists PLNX_SCRIPTS_PATH = "${LAYERDIR}/gen-machine-conf/gen-machine-scripts" +BB_HASHEXCLUDE_COMMON:append = " PLNX_SCRIPTS_PATH" + IMAGE_CLASSES += "gen-machine-conf" -- cgit v1.2.3-54-g00ecf