From 0d8ed3fbd126df065c385311c497105487c88825 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 16 Sep 2024 07:43:15 +0200 Subject: [PATCH] Adding OVERLAYDIR variable to hash calculating mechanisms This will force rebuild package in case this variable gets changed --- lib/functions/artifacts/artifact-armbian-bsp-cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/artifacts/artifact-armbian-bsp-cli.sh b/lib/functions/artifacts/artifact-armbian-bsp-cli.sh index ee028d52f6..c5020ee297 100644 --- a/lib/functions/artifacts/artifact-armbian-bsp-cli.sh +++ b/lib/functions/artifacts/artifact-armbian-bsp-cli.sh @@ -60,6 +60,7 @@ function artifact_armbian-bsp-cli_prepare_version() { "INITRD_ARCH: ${INITRD_ARCH}" # /etc/armbian-release "KERNEL_IMAGE_TYPE: ${KERNEL_IMAGE_TYPE}" # /etc/armbian-release "VENDOR: ${VENDOR}" # /etc/armbian-release + "OVERLAYDIR: ${OVERLAYDIR}" # /etc/armbian-release "BOOT_SOC: ${BOOT_SOC}" # /etc/armbian-release # See https://github.com/armbian/build/pull/6411 "hash_vars_no_normalize: ${hash_vars_no_normalize}" # The non-normalized part, above )