[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-53-gf20a4ca
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2010-10-15 09:45:10
|
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 f20a4caef973f0feb6232437cd44d3f46c57eb13 (commit)
from 3213ae0d7e2619d576d7b1de51d002b0c8338153 (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 f20a4caef973f0feb6232437cd44d3f46c57eb13
Author: Jeremie Scheer <jer...@ar...>
Date: Fri Oct 15 11:44:30 2010 +0200
[BUILDROOT] Create patch 134-jffs2-add_board_name_to_binary_rootfs_name.patch to add board name to jffs2 binary file name in BR 2010.
-----------------------------------------------------------------------
Summary of changes:
...ffs2-add_board_name_to_binary_rootfs_name.patch | 28 ++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2010.05/134-jffs2-add_board_name_to_binary_rootfs_name.patch
diff --git a/patches/buildroot/2010.05/134-jffs2-add_board_name_to_binary_rootfs_name.patch b/patches/buildroot/2010.05/134-jffs2-add_board_name_to_binary_rootfs_name.patch
new file mode 100644
index 0000000..007950e
--- /dev/null
+++ b/patches/buildroot/2010.05/134-jffs2-add_board_name_to_binary_rootfs_name.patch
@@ -0,0 +1,28 @@
+Add BR2_BOARD_NAME to the jffs2 binary file name.
+
+Signed-off-by: Jérémie Scheer <jer...@ar...>
+
+Index: buildroot/fs/common.mk
+===================================================================
+--- buildroot.orig/fs/common.mk 2010-10-15 11:31:26.000000000 +0200
++++ buildroot/fs/common.mk 2010-10-15 11:33:23.000000000 +0200
+@@ -32,8 +32,8 @@
+
+ define ROOTFS_TARGET_INTERNAL
+
+-$(BINARIES_DIR)/rootfs.$(1): $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
+- @$(call MESSAGE,"Generating root filesystem image rootfs.$(1)")
++$(BINARIES_DIR)/$(BR2_BOARD_NAME)-rootfs.arm.$(1): $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
++ @$(call MESSAGE,"Generating root filesystem image $(BR2_BOARD_NAME)-rootfs.arm.$(1)")
+ $(foreach hook,$(ROOTFS_$(2)_PRE_GEN_HOOKS),$(call $(hook))$(sep))
+ rm -f $(FAKEROOT_SCRIPT)
+ touch $(BUILD_DIR)/.fakeroot.00000
+@@ -60,7 +60,7 @@
+ $(1)-root-show-depends:
+ @echo $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
+
+-$(1)-root: $(BINARIES_DIR)/rootfs.$(1)
++$(1)-root: $(BINARIES_DIR)/$(BR2_BOARD_NAME)-rootfs.arm.$(1)
+
+ ifeq ($$(BR2_TARGET_ROOTFS_$(2)),y)
+ TARGETS += $(1)-root
hooks/post-receive
--
armadeus
|