From 5c07717d2508e7f6056ed71e52c52fa94682958d Mon Sep 17 00:00:00 2001 From: Adam Green Date: Tue, 12 Dec 2017 23:03:01 +0000 Subject: [PATCH] scripts/image: export more variables to scripts/mkimage for use within project specific bootloader/mkimage scripts --- scripts/image | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/image b/scripts/image index 1cbaca640f..7715e8435a 100755 --- a/scripts/image +++ b/scripts/image @@ -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" \