[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-25-g9ebcfdb
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2009-08-09 16:47:11
|
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 9ebcfdb5ae84a15d88353f2c028847efcd47bfe6 (commit)
from 6ef9c15ba571c226707519cdfc408f496008a6bd (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 9ebcfdb5ae84a15d88353f2c028847efcd47bfe6
Author: nicolas colombain <nic...@ar...>
Date: Sun Aug 9 18:45:09 2009 +0200
[BUILDROOT] launch ubinize tool if ubifs selected
-----------------------------------------------------------------------
Summary of changes:
patches/076-buildroot-ubifs.diff | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/patches/076-buildroot-ubifs.diff b/patches/076-buildroot-ubifs.diff
index ab7da8d..b357c06 100644
--- a/patches/076-buildroot-ubifs.diff
+++ b/patches/076-buildroot-ubifs.diff
@@ -11,6 +11,20 @@
MKFS_UBIFS_SOURCE:=mkfs.ubifs-$(MKFS_UBIFS_VERSION).tar.gz
MKFS_UBIFS_DIR:= $(BUILD_DIR)/mkfs-ubifs-$(MKFS_UBIFS_VERSION)
MKFS_UBIFS_CAT:=$(ZCAT)
+@@ -107,6 +107,13 @@ endif
+ chmod a+x $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(UBIFS_TARGET))
+ $(STAGING_DIR)/usr/bin/fakeroot -- $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(UBIFS_TARGET))
+ -@rm -f $(PROJECT_BUILD_DIR)/_fakeroot.$(notdir $(UBIFS_TARGET))
++ cp target/device/armadeus/$(BR2_BOARD_NAME)/ubinize.cfg .
++ cp $(BINARIES_DIR)/$(BR2_BOARD_NAME)-rootfs.arm.ubifs .
++ ubinize -o system_ubi.img -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE) -p 128KiB -s 512 ubinize.cfg
++ cp -f system_ubi.img $(BINARIES_DIR)/$(BR2_BOARD_NAME)-rootfs.arm.ubifs
++ rm system_ubi.img
++ rm $(BR2_BOARD_NAME)-rootfs.arm.ubifs
++ rm ubinize.cfg
+
+ ifneq ($(UBIFS_ROOTFS_COMPRESSOR),)
+ $(UBIFS_BASE).$(UBIFS_ROOTFS_COMPRESSOR_EXT): $(UBIFS_ROOTFS_COMPRESSOR_PREREQ) $(UBIFS_BASE)
--- buildrootref/target/ubifs/mkfs-ubifs-head.patch 1970-01-01 01:00:00.000000000 +0100
+++ buildroot/target/ubifs/mkfs-ubifs-head.patch 2009-06-07 11:57:11.000000000 +0200
@@ -0,0 +1,43 @@
hooks/post-receive
--
armadeus
|