diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-14 12:21:28 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-14 15:06:44 +0200 |
commit | 8f6571b8d800b253e796cca0df8c190c5771de12 (patch) | |
tree | 0094b2ef3d8da71dfc5798a3da1abd6cf8a04759 /recipes/linux/linux-openmoko-2.6.32_git.bb | |
parent | de9e047739390cba58dc6b8e0e0053ef639cdcb8 (diff) |
linux-openmoko-2.6.32: add 2 new patches from gdrm-2.6.32 branch
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.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.32_git.bb b/recipes/linux/linux-openmoko-2.6.32_git.bb index 11384c0283..787ed2db10 100644 --- a/recipes/linux/linux-openmoko-2.6.32_git.bb +++ b/recipes/linux/linux-openmoko-2.6.32_git.bb @@ -8,7 +8,7 @@ KERNEL_RELEASE="2.6.32.11" SRCREV = "14be1091928fcce66812a85129768fb253b36420" OEV = "oe1" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r7" +PR = "r8" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=om-gta02-2.6.32 \ @@ -39,6 +39,8 @@ SRC_URI = "\ file://0020-save_regs.patch.patch;patch=1 \ file://0021-gta02_defconfig.patch;patch=1 \ file://0022-gta02_drm_defconfig.patch;patch=1 \ + file://0023-Re-enable-Glamo-fence-IRQ-if-it-sticks.patch;patch=1 \ + file://0024-Fix-KMS-framebuffer-physical-address.patch;patch=1 \ " SRC_URI[stablepatch.md5sum] = "855c248334a71ef5ca3d8cb89d51334f" |