scripts: Enable set -x

This commit is contained in:
Johan Gunnarsson 2021-07-20 20:05:45 +02:00
parent 404cd487cb
commit a8ea80301e
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ CHIP_ID="${2}" # For example "allwinner-a10"
DEFCONFIG="${3}" # For example "Bananapi_defconfig"
TUPLE="${4}" # For example "arm-linux-gnueabihf"
set -e
set -ex
# Create fresh empty directory
TMP=$(mktemp -d tmp.XXXXXX)

View File

@ -6,7 +6,7 @@ CHIP_ID="${2}" # For example "allwinner-a10"
DEFCONFIG="${3}" # For example "Bananapi_defconfig"
TUPLE="${4}" # For example "arm-linux-gnueabihf"
set -e
set -ex
build-u_boot "${DEFCONFIG}" "${TUPLE}"

View File

@ -6,7 +6,7 @@ CHIP_ID="${2}" # For example "allwinner-a10"
DEFCONFIG="${3}" # For example "Bananapi_defconfig"
TUPLE="${4}" # For example "arm-linux-gnueabihf"
set -e
set -ex
case "${CHIP_ID}" in
rk3328|rk3368|rk3399)

View File

@ -6,7 +6,7 @@ CHIP_ID="${2}" # For example "allwinner-a10"
DEFCONFIG="${3}" # For example "Bananapi_defconfig"
TUPLE="${4}" # For example "arm-linux-gnueabihf"
set -e
set -ex
build-u_boot "${DEFCONFIG}" "${TUPLE}"

View File

@ -6,7 +6,7 @@ CHIP_ID="${2}" # For example "allwinner-a10"
DEFCONFIG="${3}" # For example "Bananapi_defconfig"
TUPLE="${4}" # For example "arm-linux-gnueabihf"
set -e
set -ex
case "${CHIP_ID}" in
*a64|*h5)