mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Revert "Store list of preinstalled extensions EXTENSIONS and add VENDORPRETTYNAME to image fingerprint"
This reverts commit 9af94d5977.
This commit is contained in:
@@ -97,7 +97,6 @@ function compile_armbian-bsp-cli() {
|
||||
BOARDFAMILY=${BOARDFAMILY}
|
||||
BUILD_REPOSITORY_URL=${BUILD_REPOSITORY_URL}
|
||||
BUILD_REPOSITORY_COMMIT=${BUILD_REPOSITORY_COMMIT}
|
||||
EXTENSIONS=${ENABLE_EXTENSIONS}
|
||||
LINUXFAMILY=$LINUXFAMILY
|
||||
ARCH=$ARCHITECTURE
|
||||
BOOT_SOC=$BOOT_SOC
|
||||
@@ -108,7 +107,6 @@ function compile_armbian-bsp-cli() {
|
||||
FORCE_BOOTSCRIPT_UPDATE=$FORCE_BOOTSCRIPT_UPDATE
|
||||
FORCE_UBOOT_UPDATE=$FORCE_UBOOT_UPDATE
|
||||
VENDOR="$VENDOR"
|
||||
VENDORPRETTYNAME="$VENDORPRETTYNAME"
|
||||
VENDORDOCS="$VENDORDOCS"
|
||||
VENDORURL="$VENDORURL"
|
||||
VENDORSUPPORT="$VENDORSUPPORT"
|
||||
|
||||
@@ -40,7 +40,6 @@ function do_main_configuration() {
|
||||
|
||||
# Armbian image is set as unofficial if build manually or without declaring from outside
|
||||
[[ -z $VENDOR ]] && VENDOR="Armbian-unofficial"
|
||||
[[ -z $VENDORPRETTYNAME ]] && VENDORPRETTYNAME="${VENDOR}"
|
||||
|
||||
# Use framework defaults for community Armbian images and unsupported distribution when building Armbian distribution
|
||||
if [[ ${VENDOR} == "Armbian" ]] && [[ ${BOARD_TYPE} != "conf" || $(cat $SRC/config/distributions/$RELEASE/support) != "supported" ]]; then
|
||||
|
||||
@@ -23,7 +23,6 @@ function fingerprint_image() {
|
||||
Build date: $(date +'%d.%m.%Y')
|
||||
Sources: ${BUILD_REPOSITORY_URL}
|
||||
Sources rev: ${BUILD_REPOSITORY_COMMIT}
|
||||
Extensions: ${ENABLE_EXTENSIONS}
|
||||
Authors: https://www.armbian.com/authors
|
||||
Maintainer: ${MAINTAINER} <$MAINTAINERMAIL>
|
||||
Support: ${VENDORSUPPORT}
|
||||
|
||||
Reference in New Issue
Block a user