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:
4298ad6
)
linux-rp.inc: change memory split from 32:32 to 64:0 for collie. Closes 3528.
author
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 11 Jan 2008 15:37:55 +0000
(15:37 +0000)
committer
Rolf Leggewie
<oe-devel@rolf.leggewie.biz>
Fri, 11 Jan 2008 15:37:55 +0000
(15:37 +0000)
packages/linux/linux-rp.inc
patch
|
blob
|
history
diff --git
a/packages/linux/linux-rp.inc
b/packages/linux/linux-rp.inc
index
fb6570e
..
ab6cfd3
100644
(file)
--- a/
packages/linux/linux-rp.inc
+++ b/
packages/linux/linux-rp.inc
@@
-34,8
+34,8
@@
CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",
##############################################################
# Configure memory/ramdisk split for collie
#
-export mem = '${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "
32
"}'
-export rd = '${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "
32
"}'
+export mem = '${@bb.data.getVar("COLLIE_MEMORY_SIZE",d,1) or "
64
"}'
+export rd = '${@bb.data.getVar("COLLIE_RAMDISK_SIZE",d,1) or "
0
"}'
CMDLINE_MEM_collie = "mem=${mem}M"
CMDLINE_ROTATE_spitz = "fbcon=rotate:1"