diff options
Diffstat (limited to 'recipes/linux/linux-openmoko-shr-drm-devel_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-shr-drm-devel_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb index 6b6887918f..671ad758c4 100644 --- a/recipes/linux/linux-openmoko-shr-drm-devel_git.bb +++ b/recipes/linux/linux-openmoko-shr-drm-devel_git.bb @@ -7,13 +7,12 @@ DEFAULT_PREFERENCE = "-1" KERNEL_RELEASE = "2.6.29" KERNEL_VERSION = "2.6.29-rc3-drm" -OMV = "oe14" +OMV = "oe15" PV = "${KERNEL_RELEASE}-drm-${OMV}+gitr${SRCREV}" PR = "r2" SRC_URI = "\ -# git://git.openmoko.org/git/kernel.git;protocol=git;branch=drm-tracking \ - git://git.bitwiz.org.uk/kernel.git;protocol=git;branch=kms-tests \ + git://git.openmoko.org/git/kernel.git;protocol=git;branch=drm-tracking \ file://fix-install.patch;patch=1 \ file://0001-Add-drm-to-Makefile-version.patch;patch=1 \ file://0001-Fix-s3c-adc-suspend.patch;patch=1 \ |