aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-davinci_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2009-11-18 10:03:13 +0000
committerKoen Kooi <koen@openembedded.org>2009-11-18 11:28:51 +0100
commitcd12a381b196188e467d6807c26cb4a3fac28e91 (patch)
tree47033fb99002e778cfc954f54e2dd0b51c3f9ec8 /recipes/linux/linux-davinci_git.bb
parenta7affee8d4ce7f514648d07a1c59b05032d37778 (diff)
downloadopenembedded-cd12a381b196188e467d6807c26cb4a3fac28e91.tar.gz
linux-davinci git: Update to latest OMAPL kernel
- 2.6.32rc6 (PSP 3.20.00.07) - Updated commit id's for DA830_OMAPL37/DA850_OMAPL138 and switch to 'master' - Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - Bump MACHINE_KERNEL_PR (in davinci.inc)
Diffstat (limited to 'recipes/linux/linux-davinci_git.bb')
-rw-r--r--recipes/linux/linux-davinci_git.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index 1b549ef61d..d5759ac84f 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -8,19 +8,23 @@ COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm6467t-evm|dm355-evm|dm365-evm|da8
DEFAULT_PREFERENCE = "1"
SRCREV = "835d1ac43b1c0428cb0f7f91fbaf708ba8e7e504"
-SRCREV_da830-omapl137-evm = "1f3804f945375f699023056a462891b80ea2a36e"
-SRCREV_da850-omapl138-evm = "1f3804f945375f699023056a462891b80ea2a36e"
+
+# OMAPL commits for PSP 3.20.00.07 Release Tag
+SRCREV_da830-omapl137-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
+SRCREV_da850-omapl138-evm = "b60234a5b0ee985912ecb59d3e689c1ed4baa46c"
+
+BRANCH = "master"
# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc
-PV = "2.6.30+2.6.31-rc7-${PR}+gitr${SRCREV}"
+PV = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}"
SRC_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git \
file://defconfig"
-SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=staging \
+SRC_URI_da830-omapl137-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
file://defconfig"
-SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=staging \
+SRC_URI_da850-omapl138-evm = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} \
file://defconfig"
S = "${WORKDIR}/git"