[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-460-g9b5ce6a
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-09-26 08:14:19
|
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 9b5ce6a56f19d55af28d18cf449ef141bf7b3ef4 (commit)
from ddca74369c6ff3ac216070da1e963db1fbb3b73e (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 9b5ce6a56f19d55af28d18cf449ef141bf7b3ef4
Author: Eric Jarrige <eri...@ar...>
Date: Thu Sep 26 10:26:21 2013 +0200
[BUILDROOT] Fix rootfs name for the apf boards
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index 786646c..c4c8711 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -95,4 +95,11 @@ endef
LINUX_POST_INSTALL_TARGET_HOOKS += LINUX_POST_INSTALL_TARGET_ACTION
+$(BINARIES_DIR)/$(BOARD_NAME)-rootfs.%: $(BINARIES_DIR)/rootfs.%
+ mv -f $< $@
+
+ROOTFS_JFFS2_POST_TARGETS += $(BINARIES_DIR)/$(BOARD_NAME)-rootfs.jffs2
+ROOTFS_UBI_POST_TARGETS += $(BINARIES_DIR)/$(BOARD_NAME)-rootfs.ubi
+ROOTFS_TAR_POST_TARGETS += $(BINARIES_DIR)/$(BOARD_NAME)-rootfs.tar
+
endif
hooks/post-receive
--
armadeus
|