scripts: Enable set -x
This commit is contained in:
parent
404cd487cb
commit
a8ea80301e
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue