git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd2b97
)
nslu2-image: Added support for building 16MB images
author
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 13:01:30 +0000
(13:01 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Fri, 10 Aug 2007 13:01:30 +0000
(13:01 +0000)
classes/nslu2-image.bbclass
patch
|
blob
|
history
diff --git
a/classes/nslu2-image.bbclass
b/classes/nslu2-image.bbclass
index
14bf989
..
a06c1d1
100644
(file)
--- a/
classes/nslu2-image.bbclass
+++ b/
classes/nslu2-image.bbclass
@@
-13,6
+13,9
@@
nslu2_pack_image () {
slugimage -p -b RedBoot -s SysConf -k vmlinuz \
-r Ramdisk:1,Flashdisk:flashdisk.jffs2 -m NPE-B -t Trailer \
-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-nslu2.bin
+ slugimage -F -p -b RedBoot -s SysConf -k vmlinuz \
+ -r Ramdisk:1,Flashdisk:flashdisk.jffs2 -m NPE-B -t Trailer \
+ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-nslu2-16mb.bin
rm -rf ${DEPLOY_DIR_IMAGE}/slug
}