[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2422-g947357b
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2011-07-25 19:22:52
|
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 947357b0be407ffeae9abe5d2d8acf7b788e9850 (commit)
via b0ecd40b40d76eba922cad2dd58d7feb2134b77f (commit)
from b6f0502f2636609f5b4be76fcc87bde2d4248983 (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 947357b0be407ffeae9abe5d2d8acf7b788e9850
Author: Eric Jarrige <jo...@ar...>
Date: Mon Jul 25 21:27:22 2011 +0200
[BUILDROOT] Fix the exported variable ARMADEUS_ROOTFS_TAR since the naming rules changed with BUILDROOT-2010.11
commit b0ecd40b40d76eba922cad2dd58d7feb2134b77f
Author: Eric Jarrige <jo...@ar...>
Date: Mon Jul 25 21:23:18 2011 +0200
[BUILDROOT][APF9328] do not generate u-boot.brec file anymore - deprecated as u-boot recover script is now standard for all platforms
-----------------------------------------------------------------------
Summary of changes:
Makefile.in | 2 +-
.../target/device/armadeus/apf9328/Makefile.in | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 4ae61e9..c589c85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -36,7 +36,7 @@ BUILDROOT_TOOLCHAIN_BUILD_DIR:=$(BUILDROOT_DIR)/output/toolchain
BUILDROOT_BUILD_DIR:=$(BUILDROOT_DIR)/output/build
ARMADEUS_BINARIES:=$(BUILDROOT_DIR)/output/images
ARMADEUS_ROOTFS_DIR:=$(BUILDROOT_DIR)/output/target
-ARMADEUS_ROOTFS_TAR:=$(ARMADEUS_BINARIES)/$(ARMADEUS_BOARD_NAME)-rootfs.arm.tar
+ARMADEUS_ROOTFS_TAR:=$(ARMADEUS_BINARIES)/$(ARMADEUS_BOARD_NAME)-rootfs.tar
ARMADEUS_LINUX_DIR:=$(BUILDROOT_PROJECT_BUILD_DIR)/linux-$(ARMADEUS_LINUX_VERSION)
ARMADEUS_LINUX_PATCH_DIR:=$(BUILDROOT_DIR)/target/device/armadeus/linux/kernel-patches/$(ARMADEUS_LINUX_VERSION)
diff --git a/buildroot/target/device/armadeus/apf9328/Makefile.in b/buildroot/target/device/armadeus/apf9328/Makefile.in
index f3f0eb4..ca82cd7 100644
--- a/buildroot/target/device/armadeus/apf9328/Makefile.in
+++ b/buildroot/target/device/armadeus/apf9328/Makefile.in
@@ -1,3 +1,2 @@
-TARGETS+=u-boot-brec
U_BOOT_BIN=u-boot.bin
U_BOOT_TARGET_BIN:=$(BOARD_NAME)-u-boot.bin
hooks/post-receive
--
armadeus
|