[Bug 3738] RFC: u-boot for zaurus c7x0 and akita
bugzilla-daemon at amethyst.openembedded.net
bugzilla-daemon at amethyst.openembedded.net
Sat Aug 16 01:00:22 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=3738
--- Comment #35 from ant <andrea.adami at gmail.com> 2008-08-16 03:00:21 ---
thx thesing for commit, but if you don't want to integrate this patch you'll
have to hardcode the values in the [akita!c7x0]-default-partitioning.patch.
============================================================
--- packages/u-boot/u-boot_git.bb d93f9d9cf79035943fc20dd1da8a9819c287ce12
+++ packages/u-boot/u-boot_git.bb 9378ba405e9e9f08def5411998fb49ed57185e4e
@@ -29,3 +29,19 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+# ZAURUS SPECIFIC
+# defaults / if needed set it in local.conf
+# corgi || shepherd 25M
+# husky || boxer 53M
+# akita 58M
+CUSTOM_ROOTFS_SIZE_akita ?= "59392k"
+CUSTOM_ROOTFS_SIZE_c7x0 ?= "54272k"
+
+do_configure_prepend_akita() {
+ sed -i s:CUSTOM_ROOTFS_SIZE:${CUSTOM_ROOTFS_SIZE_akita}:g
${S}/include/configs/akita.h
+}
+
+do_configure_prepend_c7x0() {
+ sed -i s:CUSTOM_ROOTFS_SIZE:${CUSTOM_ROOTFS_SIZE_c7x0}:g
${S}/include/configs/corgi.h
+}
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list