[oe-commits] org.oe.dev unslung-kernel: Create the correctly named kernel for use with nslu2-image.bbclass

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Aug 18 23:47:34 UTC 2007


unslung-kernel: Create the correctly named kernel for use with nslu2-image.bbclass

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 55877efd6af524ac1f3c4af0345c466628b2c264
ViewMTN: http://monotone.openembedded.org/revision.psp?id=55877efd6af524ac1f3c4af0345c466628b2c264
Files:
1
packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
Diffs:

#
# mt diff -rec01e0c78ffcdc76ef82237a3a6b83669857d863 -r55877efd6af524ac1f3c4af0345c466628b2c264
#
# 
# 
# patch "packages/linux/unslung-kernel_2.4.22.l2.3r63.bb"
#  from [b599ca5cfe1b41f4bc77f77d3387c5249106151f]
#    to [f75223758a267c3ed4d7b73bcb5deb2688268664]
# 
============================================================
--- packages/linux/unslung-kernel_2.4.22.l2.3r63.bb	b599ca5cfe1b41f4bc77f77d3387c5249106151f
+++ packages/linux/unslung-kernel_2.4.22.l2.3r63.bb	f75223758a267c3ed4d7b73bcb5deb2688268664
@@ -1,7 +1,7 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "Vendor-compatible Linux kernel for the Linksys NSLU2 device"
 LICENSE = "GPL"
-PR = "r19"
+PR = "r20"
 
 COMPATIBLE_HOST = 'arm.*-linux'
 COMPATIBLE_MACHINE = "nslu2"
@@ -39,7 +39,7 @@ KERNEL_IMAGETYPE = "zImage"
 
 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 at 0x00000000"
 CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT}"






More information about the Openembedded-commits mailing list