aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.32_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-03 09:57:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-13 10:46:59 +0100
commit2c2af6c62943057987a06da87ac0cd7f16754916 (patch)
tree8afe2e1c7a0a50cc9d947791575ab40b41f2868e /recipes/linux/linux-openmoko-2.6.32_git.bb
parenta3d2df46a6576ab9ecff2f7dbc6a43ae3b1da2ce (diff)
downloadopenembedded-2c2af6c62943057987a06da87ac0cd7f16754916.tar.gz
linux-openmoko, linux-2.6.34: remove old 2.6.32, sanitize 2.6.34 and linux-openmoko.inc
* use linux-openmoko_${PV} instead linux-openmoko-${PV} * use linux_${PV}.bb with latest stable patch as starting point * only difference between linux_${PV} and linux-openmoko_${PV} is extra include of linux-openmoko.inc * .inc don't define UBOOT_ENTRYPOINT again (after machine config) * .inc move KERNEL_IMAGETYPE to machine configs (as most machines have) * .inc don't "fix' defconfig, use fixed defconfig instead * separate patches used in shr.patch can be found in gitorious repo http://gitorious.org/~jama/htc-msm-2-6-32/openmoko-kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.32_git.bb')
-rw-r--r--recipes/linux/linux-openmoko-2.6.32_git.bb59
1 files changed, 0 insertions, 59 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb
deleted file mode 100644
index 246b7d9e71..0000000000
--- a/recipes/linux/linux-openmoko-2.6.32_git.bb
+++ /dev/null
@@ -1,59 +0,0 @@
-require linux.inc
-require linux-openmoko.inc
-
-KERNEL_RELEASE="2.6.32.23"
-
-SRCREV = "a9254be10ac2294ea20165a87c09ea6afcf66d94"
-OEV = "oe3.3"
-PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}"
-
-SRC_URI = "\
- git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \
- file://0001-Revert-s3cmci-initialize-default-platform-data-no_wp.patch \
-# latest stable patch for ubi fix 943e167cb3e8fb191894bde8a4a75db78531a7c8
- ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;apply=yes;name=stablepatch \
-# build fix - only when snd is as module
- file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch \
-# fix runtime issue when built with gcc-4.5
- file://0001-add-noinline-and-noclone-attributes-to-naked-functio.patch \
-# patches from Radek Polak used in qtmoko
- file://0002-accels.patch.patch \
- file://0003-usbhost.patch.patch \
- file://0004-ar6000_delay.patch.patch \
- file://0005-save_regs.patch.patch \
- file://0026-Rename-dev-s3c2410_serialXXX-to-dev-ttySACXXX.patch \
- file://0027-Enable-powering-off-after-8s-POWER-press.patch \
- file://0028-GTA02-bt-remember-state-of-bluetooth-in-variable.patch \
-# patches from Weiss's gdrm-for-merging branch
- file://0007-DRM-for-platform-devices.patch \
- file://0008-Glamo-DRM-and-KMS-driver.patch \
- file://0009-Work-on-Glamo-core-for-DRM.patch \
- file://0010-JBT6k74-work-for-KMS.patch \
- file://0011-Fix-crash-when-reading-Glamo-registers-via-sysfs.patch \
- file://0012-Fix-dynamic-command-queue-allocation.patch \
- file://0013-Debug-statements-for-testing.patch \
- file://0014-Fix-claim-of-2D-register-resource.patch \
-# fix HS Jack
- file://0019-wm8753-use-snd_soc_jack-on-neo1973.patch \
-# fix for lost touchscreen https://docs.openmoko.org/trac/ticket/2328
- file://0017-s3c2410_ts-ignore-unexpected-interrupts.patch \
-# fix WS
- file://0016-jbt6k74-fix-WS.patch \
- file://0018-glamo-core-initialize-engine-states-as-disabled.patch \
-# faster glamo
- file://0020-mfd-glamo-Enable-FIFO-stage-for-the-LCD-engine-s-mem.patch \
- file://0021-glamo-display-fix-WSOD-for-242-timming.patch \
-# fix PR2349
- file://0022-mach-gta02-fix-PR2349-do-not-manage-down.patch \
- file://defconfig \
-"
-
-SRC_URI[stablepatch.md5sum] = "6eac9aebbf9e74546b7c44c0fb9348a7"
-SRC_URI[stablepatch.sha256sum] = "c252375c7c2d2557cb8d4b708bc7e3ca4d23b81afbf3278b87f8721c8ca5f8c9"
-
-
-S = "${WORKDIR}/git"
-
-do_configure_prepend() {
- install -m 644 ${WORKDIR}/defconfig ${WORKDIR}/defconfig-oe
-}