This commit is contained in:
jbnadal
2017-03-29 18:32:06 +02:00
parent 2f049e0ce4
commit 6d0c7637b4
8 changed files with 301 additions and 138 deletions

View File

@@ -19,7 +19,8 @@ echo "BR_STAGING: ${BR_STAGING}"
echo "BR_PROJECT: " ${BR_PROJECT}
# Generate uboot scripts
if [ -d ${AW_PROJECT}/uboot/ ]; then
if [ -d ${BR_PROJECT}/uboot/ ]; then
for cmd_file in `ls ${BR_PROJECT}/uboot/*.cmd`
do
echo "uboot script: $cmd_file"