[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-67-ga5ee77e
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2009-09-16 21:56:17
|
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 a5ee77ecdd46bc25027f6147212dc4d12bfb57a8 (commit)
from 55e93b404fdde9655d6820590e2251d3bfb6eac6 (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 a5ee77ecdd46bc25027f6147212dc4d12bfb57a8
Author: jorasse <jo...@ar...>
Date: Wed Sep 16 23:55:23 2009 +0200
[BUILDROOT] made ubinize generic at least for apf boards
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/{apf27 => }/ubinize.cfg | 2 --
patches/buildroot/076-ubifs.patch | 8 ++++----
2 files changed, 4 insertions(+), 6 deletions(-)
rename buildroot/target/device/armadeus/{apf27 => }/ubinize.cfg (68%)
diff --git a/buildroot/target/device/armadeus/apf27/ubinize.cfg b/buildroot/target/device/armadeus/ubinize.cfg
similarity index 68%
rename from buildroot/target/device/armadeus/apf27/ubinize.cfg
rename to buildroot/target/device/armadeus/ubinize.cfg
index bbd276d..6515271 100644
--- a/buildroot/target/device/armadeus/apf27/ubinize.cfg
+++ b/buildroot/target/device/armadeus/ubinize.cfg
@@ -1,8 +1,6 @@
[ubifs]
mode=ubi
-image=apf27-rootfs.arm.ubifs
vol_id=0
-vol_size=200MiB
vol_type=dynamic
vol_name=rootfs
vol_alignment=1
diff --git a/patches/buildroot/076-ubifs.patch b/patches/buildroot/076-ubifs.patch
index efe5db6..62b2143 100644
--- a/patches/buildroot/076-ubifs.patch
+++ b/patches/buildroot/076-ubifs.patch
@@ -15,12 +15,12 @@
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 .
++ cp target/device/armadeus/ubinize.cfg .
++ echo "image=$(UBIFS_BASE)" \
++ >> ./ubinize.cfg
+ $(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
++ cp -f system_ubi.img $(UBIFS_BASE)
+ rm system_ubi.img
-+ rm $(BR2_BOARD_NAME)-rootfs.arm.ubifs
+ rm ubinize.cfg
ifneq ($(UBIFS_ROOTFS_COMPRESSOR),)
hooks/post-receive
--
armadeus
|