diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-14 22:23:33 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-14 22:23:33 +0000 |
commit | 94635d3eb436f61757288e9f5e815174f3d1cd19 (patch) | |
tree | 51ecf24136b75b2f59645540ec4d143a230cfecb /linux/nslu2-openslug_2.6.7.oe | |
parent | 6fc03c78b1508ff621be4894ae8ed4237d7e1ab3 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/14 17:16:13-05:00 handhelds.org!kergoth
Update the omap kernel build to 2.6.9-rc4-omap1, apply a minor patch to add SCHEDSTATS config item to its Kconfig, and enable SCHEDSTATS by default for omap1610h2.
2004/10/14 11:59:07-05:00 handhelds.org!kergoth
Merge http://nslu2-linux.bkbits.net/packages
into handhelds.org:/home/kergoth/code/packages
2004/10/14 08:41:25+09:30 (none)!rwhitby
Made the openslug image basename handling compatible with unslung
2004/10/13 18:40:16-04:00 rant-central.com!CodeWhacker
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/packages
into rant-central.com:/home/roy/workspace/NSLU2/oe/packages
2004/10/13 18:38:38-04:00 rant-central.com!CodeWhacker
Adjusting the staged kernel image filename and adding an "openslug-image" target.
(openslug-image is currently a clone of bootstrap-image, but this gives us some room to adjust further without frobbing other OE projects)
This clears up the filename conflict that was preventing builds from completing.
BKrev: 416efc655jry-rBphLv6yhPqGPRRkw
Diffstat (limited to 'linux/nslu2-openslug_2.6.7.oe')
-rw-r--r-- | linux/nslu2-openslug_2.6.7.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/nslu2-openslug_2.6.7.oe b/linux/nslu2-openslug_2.6.7.oe index 9da953f26f..8d6c797144 100644 --- a/linux/nslu2-openslug_2.6.7.oe +++ b/linux/nslu2-openslug_2.6.7.oe @@ -4,6 +4,8 @@ LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PR = "r1" +KERNEL_SUFFIX = "openslug" + SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.7.tar.bz2 \ file://arm-Makefile.patch;patch=1 \ file://ipx4xx-pci.patch;patch=1 \ @@ -30,7 +32,7 @@ do_configure_prepend() { do_deploy() { install -d ${DEPLOY_DIR}/images - install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}.bin-${DATETIME} + install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR}/images/${KERNEL_IMAGETYPE}-${KERNEL_SUFFIX} } do_deploy[dirs] = "${S}" |