[oe-commits] : neuros.inc: make kernel jffs2 4mb

OE GIT Trial gittrial at amethyst.openembedded.net
Tue Aug 5 11:31:54 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 92f935abb354b3ed5eb35bb8867eddae9bc97cfa
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=92f935abb354b3ed5eb35bb8867eddae9bc97cfa

Author:  <koen at openembedded.org>
Date:   Tue Aug  5 11:25:55 2008 +0000

neuros.inc: make kernel jffs2 4mb

---

 conf/machine/include/neuros.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/neuros.inc b/conf/machine/include/neuros.inc
index 96e2f1b..2efc6c7 100644
--- a/conf/machine/include/neuros.inc
+++ b/conf/machine/include/neuros.inc
@@ -16,7 +16,7 @@ neuros_make_installkit () {
     cp ${IMAGE_NAME}.rootfs.yaffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2 
 
     cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/ 
-      mkfs.jffs2 -x lzo -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n 
+      mkfs.jffs2 -x lzo -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 --pad=0x400000 -n
       echo "${MACHINE}" > rootfs.version
       echo "${MACHINE}" > u-boot.version
       echo "${MACHINE}" > uImage.version





More information about the Openembedded-commits mailing list