summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-omap_2.6.29.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-30 12:42:37 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-30 12:42:37 +0200
commitcc89fef9b784660843e6ed79911111b866db49e1 (patch)
tree03a5f912cb16bf873f3c3995f877ed0ef0072023 /recipes/linux/linux-omap_2.6.29.bb
parent1f1f8701de9c8d1cdf1e70894a230e9b265147d7 (diff)
linux-omap 2.6.29: add omapzoom support and fix PV so it can find the proper patches
Diffstat (limited to 'recipes/linux/linux-omap_2.6.29.bb')
-rw-r--r--recipes/linux/linux-omap_2.6.29.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap_2.6.29.bb b/recipes/linux/linux-omap_2.6.29.bb
index 6e824b08db..cf1a93ca97 100644
--- a/recipes/linux/linux-omap_2.6.29.bb
+++ b/recipes/linux/linux-omap_2.6.29.bb
@@ -3,15 +3,14 @@ require linux.inc
DESCRIPTION = "Linux kernel for OMAP processors"
KERNEL_IMAGETYPE = "uImage"
-COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo"
+COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm|omap3-pandora|overo|omapzoom"
# This is missing the EHCI patch for beagle
DEFAULT_PREFERENCE = "-1"
SRCREV = "90e758af52ba803cba233fabee81176d99589f09"
-PV = "2.6.29-${PR}+gitr${SRCREV}"
-PR = "r0"
+PR = "r0+gitr${SRCREV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \
file://defconfig"