aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.34_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.34_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.34_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.34_git.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34_git.bb b/recipes/linux/linux-openmoko-2.6.34_git.bb
deleted file mode 100644
index edba2ad803..0000000000
--- a/recipes/linux/linux-openmoko-2.6.34_git.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-require linux.inc
-require linux-openmoko.inc
-
-DESCRIPTION_${PN} = "Linux ${KERNEL_RELEASE} kernel for the Openmoko Neo GSM Smartphones"
-
-KERNEL_RELEASE="2.6.34"
-
-SRCREV = "dd1225cc08c3375bf80289ac1965c724881b149a"
-OEV = "oe2"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
-
-SRC_URI = "\
- git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.34 \
-# build fix
- file://wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
-# patches from Thomas White's gdrm-for-merging branch
- file://0001-DRM-for-platform-devices.patch \
- file://0002-Glamo-DRM-and-KMS-driver.patch \
- file://0003-Work-on-Glamo-core-for-DRM.patch \
- file://0004-JBT6k74-work-for-KMS.patch \
- file://0005-Fix-crash-when-reading-Glamo-registers-via-sysfs.patch \
- file://0006-Fix-dynamic-command-queue-allocation.patch \
- file://0007-Debug-statements-for-testing.patch \
- file://0008-Fix-claim-of-2D-register-resource.patch \
- file://0009-Use-unlocked_ioctl-rather-than-ioctl.patch \
-# patches from Radek Polak used in qtmoko
- file://0001-accels.patch.patch \
- file://0002-usbhost.patch.patch \
- file://0003-ar6000_delay.patch.patch \
- file://0004-save_regs.patch.patch \
-"
-
-S = "${WORKDIR}/git"
-
-CONFIG_NAME_om-gta02 = "gta02_drm_defconfig"
-
-do_configure_prepend() {
- install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
-}