aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.31_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-25 14:31:29 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-26 11:07:36 +0200
commit3a92bc9fcf8da96d1cbdf6696439b046f7e942f8 (patch)
treed4d191b5b3d29e1c5cbc4c189a2dd17a86d34a9b /recipes/linux/linux-openmoko-2.6.31_git.bb
parent798066d5b2183acc617b5b9d18066f02680aa9d6 (diff)
downloadopenembedded-3a92bc9fcf8da96d1cbdf6696439b046f7e942f8.tar.gz
linux-openmoko: drop 2.6.31 and shr-drm-devel (2.6.29-rc3+drm patches) version
* 2.6.32 version is superior in all aspects * this versions have WSOD issue on every resume (so not as usable as 2.6.32 where it's fixed) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.31_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.31_git.bb38
1 files changed, 0 insertions, 38 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.31_git.bb b/recipes/linux/linux-openmoko-2.6.31_git.bb
deleted file mode 100644
index 2dd53a1733..0000000000
--- a/recipes/linux/linux-openmoko-2.6.31_git.bb
+++ /dev/null
@@ -1,38 +0,0 @@
-require linux.inc
-require linux-openmoko.inc
-
-DESCRIPTION_${PN} = "Linux ${KERNEL_VERSION} kernel for the Openmoko Neo GSM Smartphones"
-
-KERNEL_RELEASE = "2.6.31"
-KERNEL_VERSION = "${KERNEL_RELEASE}"
-
-SRCREV = "dd32737aa524e09c1d141a0e735dd58674552244"
-OEV = "oe1"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
-PR = "r6"
-
-SRC_URI = "\
- git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-2.6.31 \
-# build fix
- file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
-# patches from Weiss's gdrm-2.6.31 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-Add-JBT6k74-hook-for-use-by-KMS.patch \
-# enable UBI+DRM+NFS+INOTIFY_USER
- file://0004-gta02_defconfig-Enable-UBI-support.patch \
- file://0005-gta02_defconfig-Enable-UBI-debug.patch \
- file://0001-gta02_defconfig-Enable-GLAMO_DRM.patch \
- file://0006-gta02-defconfig-enable-NFS-and-INOTIFY_USER.patch \
- file://0007-gta02_defconfig-disable-LEDS_GTA02_VIBRATOR.patch \
-"
-
-S = "${WORKDIR}/git"
-
-CONFIG_NAME_om-gta01 = "gta01_defconfig"
-CONFIG_NAME_om-gta02 = "gta02_defconfig"
-
-do_configure_prepend() {
- install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
-}