[Buildroot] [PATCH 4/4] board/acmesystems/arietta-g25: update genimage.cfg and delete post-image.sh

Biagio Montaruli biagio.hkr at gmail.com
Sun Aug 11 14:58:56 UTC 2019


* Update name of the AT91bootstrap output file since it has been bumped to v3.8.13
* Remove post-image.sh since we now use the default one provided by Buildroot
  (support/scripts/genimage.sh)

Signed-off-by: Biagio Montaruli <biagio.hkr at gmail.com>
---
 board/acmesystems/arietta-g25/genimage.cfg  |  2 +-
 board/acmesystems/arietta-g25/post-image.sh | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)
 delete mode 100755 board/acmesystems/arietta-g25/post-image.sh

diff --git a/board/acmesystems/arietta-g25/genimage.cfg b/board/acmesystems/arietta-g25/genimage.cfg
index 420f1b6be5..7c3112dd56 100644
--- a/board/acmesystems/arietta-g25/genimage.cfg
+++ b/board/acmesystems/arietta-g25/genimage.cfg
@@ -11,7 +11,7 @@ image boot.vfat {
 		}
 		
 		file boot.bin {
-			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.8.6.bin"
+			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.8.13.bin"
 		} 
 	}
 	size = 16M
diff --git a/board/acmesystems/arietta-g25/post-image.sh b/board/acmesystems/arietta-g25/post-image.sh
deleted file mode 100755
index 2846f56d72..0000000000
--- a/board/acmesystems/arietta-g25/post-image.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-BOARD_DIR="$(dirname $0)"
-GENIMAGE_CFG="${BOARD_DIR}/genimage.cfg"
-GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"
-
-rm -rf "${GENIMAGE_TMP}"
-
-genimage  \
-	--rootpath "${TARGET_DIR}"     \
-	--tmppath "${GENIMAGE_TMP}"    \
-	--inputpath "${BINARIES_DIR}"  \
-	--outputpath "${BINARIES_DIR}" \
-	--config "${GENIMAGE_CFG}"
-- 
2.17.1




More information about the buildroot mailing list