[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-72-g5e0c42b
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2014-01-24 15:12:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 5e0c42b3eef8c7bcd329b8d3eed8ca61d43f7667 (commit)
from b81c67e3186d8e215f8b6fc89bb113a44579a96f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5e0c42b3eef8c7bcd329b8d3eed8ca61d43f7667
Author: Eric Jarrige <eri...@ar...>
Date: Fri Jan 24 16:12:31 2014 +0100
[BUILD] do not delete final firmware and uboot binary images
-----------------------------------------------------------------------
Summary of changes:
.../device/armadeus/rootfs/post_image_creation.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/post_image_creation.sh b/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
index f8a067a..ca64cb8 100755
--- a/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
+++ b/buildroot/target/device/armadeus/rootfs/post_image_creation.sh
@@ -22,7 +22,10 @@ if [ "$2" != "" ]; then
# New BR
# Cleanup if previous build
- rm -f $1/$2*
+ rm -f $1/$2-rootfs.*
+ rm -f $1/$2-linux.bin
+ rm -f $1/$2.dtb
+
# rootfs
for rootfstype in ubi ubifs tar jffs2; do
symlink_image $1 rootfs.$rootfstype $2-rootfs.$rootfstype
hooks/post-receive
--
armadeus
|