mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add VENDOR color to BSP and artifacts hashing
This commit is contained in:
@@ -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
|
||||
"VENDORCOLOR: ${VENDORCOLOR}" # /etc/armbian-release
|
||||
"OVERLAY_DIR: ${OVERLAY_DIR}" # /etc/armbian-release
|
||||
"KERNEL_TARGET: ${KERNEL_TARGET}" # /etc/armbian-release
|
||||
"KERNEL_TEST_TARGET: ${KERNEL_TEST_TARGET}" # /etc/armbian-release
|
||||
|
||||
@@ -110,6 +110,7 @@ function compile_armbian-bsp-cli() {
|
||||
FORCE_UBOOT_UPDATE=$FORCE_UBOOT_UPDATE
|
||||
OVERLAY_DIR="$OVERLAY_DIR"
|
||||
VENDOR="$VENDOR"
|
||||
VENDORCOLOR="$VENDORCOLOR"
|
||||
VENDORDOCS="$VENDORDOCS"
|
||||
VENDORURL="$VENDORURL"
|
||||
VENDORSUPPORT="$VENDORSUPPORT"
|
||||
|
||||
Reference in New Issue
Block a user