[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-64-g8f57525
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-09-16 07:48:24
|
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 8f575258eecd6d7bae17f0435cb5fa68b0de4829 (commit)
from b7165df3f07247dea466d7cfa56fa4bef7b5d5e8 (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 8f575258eecd6d7bae17f0435cb5fa68b0de4829
Author: Julien Boibessot <jul...@ar...>
Date: Wed Sep 16 09:48:03 2009 +0200
[BUILDROOT] Uses Buildroot generated ubinize, not host installed one
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/076-ubifs.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/buildroot/076-ubifs.patch b/patches/buildroot/076-ubifs.patch
index a575e51..efe5db6 100644
--- a/patches/buildroot/076-ubifs.patch
+++ b/patches/buildroot/076-ubifs.patch
@@ -17,7 +17,7 @@
-@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
++ $(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
hooks/post-receive
--
armadeus
|