scripts/image: export more variables to scripts/mkimage for use

within project specific bootloader/mkimage scripts
This commit is contained in:
Adam Green 2017-12-12 23:03:01 +00:00
parent 5fc0b1087e
commit 5c07717d25
No known key found for this signature in database
GPG Key ID: 52B701B6EF2F2E58

View File

@ -344,8 +344,10 @@ if [ "$1" = "release" -o "$1" = "mkimage" -o "$1" = "amlpkg" -o "$1" = "noobs" ]
DISTRO="$DISTRO" \
TARGET_IMG="$TARGET_IMG" \
IMAGE_NAME="$IMAGE_NAME" \
INSTALL_SRC_DIR="$INSTALL_SRC_DIR" \
BOOTLOADER="$BOOTLOADER" \
KERNEL_NAME="$KERNEL_NAME" \
TARGET_KERNEL_ARCH="$TARGET_KERNEL_ARCH" \
RELEASE_DIR=$RELEASE_DIR \
UUID_STORAGE="$(uuidgen)" \
UBOOT_SYSTEM="$UBOOT_SYSTEM" \