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:
8ada12e
)
unslung-kernel: Create the correctly named kernel for use with nslu2-image.bbclass
author
Rod Whitby
<rod@whitby.id.au>
Sat, 18 Aug 2007 23:18:25 +0000
(23:18 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Sat, 18 Aug 2007 23:18:25 +0000
(23:18 +0000)
packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
patch
|
blob
|
history
diff --git
a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
index
cb3f9be
..
b4244c7
100644
(file)
--- a/
packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
+++ b/
packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
@@
-1,7
+1,7
@@
SECTION = "kernel"
DESCRIPTION = "Vendor-compatible Linux kernel for the Linksys NSLU2 device"
LICENSE = "GPL"
-PR = "r
19
"
+PR = "r
20
"
COMPATIBLE_HOST = 'arm.*-linux'
COMPATIBLE_MACHINE = "nslu2"
@@
-39,7
+39,7
@@
inherit kernel
ARCH = "arm"
KERNEL_IMAGETYPE = "zImage"
-KERNEL_SUFFIX = "
${MACHINE}
"
+KERNEL_SUFFIX = "
ixp4xxbe
"
CMDLINE_CONSOLE ?= "ttyS0,115200"
CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc mem=32M@0x00000000"
CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT}"