From 06e1a7ec3fd41b33f7243f03b8b2018f484c5c46 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(+) (limited to 'meta-xilinx-core/conf/layer.conf') 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 # 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