Browse Source

board/freescale/common/imx/post-image.sh: make it verbose on error

Add set -e at the top of the script to make it verbose on error.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Giulio Benetti 1 month ago
parent
commit
b3b22564d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      board/freescale/common/imx/post-image.sh

+ 2 - 0
board/freescale/common/imx/post-image.sh

@@ -1,5 +1,7 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 
 
+set -e
+
 #
 #
 # dtb_list extracts the list of DTB files from BR2_LINUX_KERNEL_INTREE_DTS_NAME
 # dtb_list extracts the list of DTB files from BR2_LINUX_KERNEL_INTREE_DTS_NAME
 # in ${BR_CONFIG}, then prints the corresponding list of file names for the
 # in ${BR_CONFIG}, then prints the corresponding list of file names for the