Adding OVERLAYDIR variable to hash calculating mechanisms

This will force rebuild package in case this variable gets changed
This commit is contained in:
Igor Pecovnik 2024-09-16 07:43:15 +02:00 committed by Igor
parent cbc7982846
commit 0d8ed3fbd1

View File

@ -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
)