diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 12:47:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-25 12:47:14 +0000 |
commit | e0fa4303b7c3d9b160bf34084045d17e01a07f8c (patch) | |
tree | 6e1edc8541f18bb6f488c2e3be82e8127ee04d87 /linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | |
parent | c585ae68ff70f0429c7e0b0024830bf49dba8f87 (diff) |
as discussed in #oe a couple of weeks ago, the simpad now uses two partitions.
BKrev: 417cf5d2eoR8I42ce55zn3sSWRtprA
Diffstat (limited to 'linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe')
-rw-r--r-- | linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe index dc33e69887..c3b55606f6 100644 --- a/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe +++ b/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.oe @@ -1,12 +1,12 @@ -SECTION = "kernel" -#DESCRIPTION = "Linux kernel for the SIEMENS SIMpad family of devices." +DESCRIPTION = "Linux kernel for the SIEMENS SIMpad family of devices." MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +SECTION = "kernel" LICENSE = "GPL" KV = "${@oe.data.getVar('PV',d,True).split('-')[0]}" VRSV = "${@oe.data.getVar('PV',d,True).split('-')[1]}" PXAV = "${@oe.data.getVar('PV',d,True).split('-')[2]}" JPMV = "${@oe.data.getVar('PV',d,True).split('-')[3]}" -PR = "r12" +PR = "r13" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/opensimpad-${PV}" @@ -40,7 +40,7 @@ COMPATIBLE_HOST = "arm.*-linux" SIMPAD_MEM = ${@oe.data.getVar("SIMPAD_MEMORY_SIZE",d,1) or "32"} SIMPAD_RD = ${@oe.data.getVar("SIMPAD_RAMDISK_SIZE",d,1) or "32"} -export CMDLINE = ${@oe.data.getVar("SIMPAD_CMDLINE",d,1) or "mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 "} +export CMDLINE = ${@oe.data.getVar("SIMPAD_CMDLINE",d,1) or "mtdparts=sa1100:512k(boot),1m(kernel),14848k(root),-(home) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 "} EXTRA_OEMAKE = "" module_conf_sa1100_ir = "alias irda0 sa1100_ir" |