aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-openmoko-2.6.32_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-09 21:06:27 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-11 14:49:10 +0200
commit6ea9a5e80785b247c736e00bb1647fe8508996b9 (patch)
treeee62b7d2d29ce8b181664a30ac08b607f22185c2 /recipes/linux/linux-openmoko-2.6.32_git.bb
parentea62b370f43ed07dc65015e9a73fe5a377db5a92 (diff)
downloadopenembedded-6ea9a5e80785b247c736e00bb1647fe8508996b9.tar.gz
linux-openmoko-2.6.32: add patches from qtmoko, move defconfig to kernel tree
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.bb16
1 files changed, 11 insertions, 5 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb
index ae31010343..11384c0283 100644
--- a/recipes/linux/linux-openmoko-2.6.32_git.bb
+++ b/recipes/linux/linux-openmoko-2.6.32_git.bb
@@ -8,14 +8,13 @@ KERNEL_RELEASE="2.6.32.11"
SRCREV = "14be1091928fcce66812a85129768fb253b36420"
OEV = "oe1"
PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}"
-PR = "r6"
+PR = "r7"
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;patch=1 \
# latest stable patch for ubi fix 943e167cb3e8fb191894bde8a4a75db78531a7c8
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1;name=stablepatch \
- file://defconfig \
# build fix
file://0001-wm8753-fix-build-with-gcc-4.4.2-which-works-ok-with-.patch;patch=1 \
# patches from Weiss's gdrm-2.6.32 branch
@@ -34,14 +33,21 @@ SRC_URI = "\
file://0014-Clean-up-JBT-hooks-and-allow-resolution-switching.patch;patch=1 \
file://0015-ar6000-send-userspace-an-event-on-disconnection.patch;patch=1 \
file://0016-Enable-display-before-trying-to-set-mode-or-base.patch;patch=1 \
+ file://0017-accels.patch.patch;patch=1 \
+ file://0018-usbhost.patch.patch;patch=1 \
+ file://0019-ar6000_delay.patch.patch;patch=1 \
+ file://0020-save_regs.patch.patch;patch=1 \
+ file://0021-gta02_defconfig.patch;patch=1 \
+ file://0022-gta02_drm_defconfig.patch;patch=1 \
"
SRC_URI[stablepatch.md5sum] = "855c248334a71ef5ca3d8cb89d51334f"
SRC_URI[stablepatch.sha256sum] = "edb26ff62b2f95b0d6e5c434d777af2815600a990f1c7c5d2c7faad9b4e4bc2b"
-
S = "${WORKDIR}/git"
-do_configure_prepend() {
- install -m 644 ${WORKDIR}/defconfig ${WORKDIR}/defconfig-oe
+CONFIG_NAME_om-gta02 = "gta02_drm_defconfig"
+
+do_configure_prepend() {
+ install -m 644 ./arch/arm/configs/${CONFIG_NAME} ${WORKDIR}/defconfig-oe
}