linux-davinci: update to the latest staging snapshot
authorDenys Dmytriyenko <denis@denix.org>
Tue, 9 Mar 2010 15:07:48 +0000 (10:07 -0500)
committerDenys Dmytriyenko <denis@denix.org>
Tue, 9 Mar 2010 15:07:48 +0000 (10:07 -0500)
conf/machine/include/davinci.inc
recipes/linux/linux-davinci_git.bb

index f3f491c..2d744e9 100644 (file)
@@ -1,7 +1,7 @@
 require conf/machine/include/tune-arm926ejs.inc
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r33"
+MACHINE_KERNEL_PR = "r34"
 
 TARGET_ARCH = "arm"
 
index a10e06c..61922f5 100644 (file)
@@ -16,9 +16,9 @@ S = "${WORKDIR}/git"
 # dm355-evm/dm365-evm/dm6446-evm/dm6467-evm/dm6467t-evm Davinci PSP 03.01.00/03.02.00 (build r30)
 # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc
 
-ARAGO_DM_REV = "c2aeffe9e835c5b6b275edc416951ce4a348b0fd"
+ARAGO_DM_REV = "e87a8397d2830db11ce1518bd2abc4e8815763f1"
 ARAGO_DM_PV  = "2.6.31+2.6.32-rc2-${PR}+gitr${SRCREV}"
-ARAGO_DM_BR  = "r30"
+ARAGO_DM_BR  = "r32"
 ARAGO_DM_URI = "git://arago-project.org/git/projects/linux-davinci.git;protocol=git;branch=${BRANCH} "
 
 SRCREV_dm355-evm           = ${ARAGO_DM_REV}
@@ -75,9 +75,6 @@ SRC_URI_append_hawkboard          = "file://logo_linux_clut224.ppm \
                                      file://da850_omapl138_opp456mhz.patch;patch=1 \
                                      file://patch_hawk.diff;patch=1"
 
-
 do_configure_prepend_hawkboard() {
        sed -i s:2157:2495:g ${S}/arch/arm/tools/mach-types
 }
-
-