summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.24_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-25 14:36:33 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 13:02:43 +0200
commitbab8cda39ab1cecec1119a75596b168b38bc8014 (patch)
tree6053b349914c51e468667067fa02c45381a3d381 /recipes/linux/linux-openmoko-2.6.24_git.bb
parent351c813baedcebd8b91cb95aa0038fd0ff2a17dc (diff)
downloadopenembedded-bab8cda39ab1cecec1119a75596b168b38bc8014.tar.gz
linux-openmoko: rename recipes to common PN_PV scheme, cleanup versioning
* move DESCRIPTION to .inc * remove OEV, KERNEL_RELEASE and KERNEL_VERSION, keep KERNEL_* from kernel.bbclass * update distro/machine configs where needed Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.24_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.24_git.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.24_git.bb b/recipes/linux/linux-openmoko-2.6.24_git.bb
deleted file mode 100644
index 8ecdbc15e6..0000000000
--- a/recipes/linux/linux-openmoko-2.6.24_git.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-require linux.inc
-require linux-openmoko.inc
-
-DESCRIPTION = "The Linux kernel for the Openmoko devices GTA01 (Neo1973) and GTA02 (Neo FreeRunner)"
-
-KERNEL_RELEASE = "2.6.24"
-KERNEL_VERSION = "${KERNEL_RELEASE}"
-
-SRCREV = "fb42ce6724576fc173faf8abfb04aa2c36d213b7"
-OEV = "oe5"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
-PR = "r1"
-
-SRC_URI = "\
- git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \
- \
- file://0001-squashfs-with-lzma.patch \
- file://0002-squashfs-initrd.patch \
- file://0003-squashfs-force-O2.patch \
- file://0004-squashfs-Kconfig.patch \
- file://0005-squashfs-Makefile.patch \
- \
- file://openwrt-ledtrig-netdev.patch \
- file://gta01-fix-battery-class-name.patch \
- \
- file://defconfig-oe \
-"
-S = "${WORKDIR}/git"