[oe-commits] Denys Dmytriyenko : linux-davinci: update to the latest staging snapshot

git version control git at git.openembedded.org
Tue Mar 9 15:08:33 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 64a935572158eb17a44585f24d393add83b0dbcb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64a935572158eb17a44585f24d393add83b0dbcb

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Tue Mar  9 10:07:48 2010 -0500

linux-davinci: update to the latest staging snapshot

---

 conf/machine/include/davinci.inc   |    2 +-
 recipes/linux/linux-davinci_git.bb |    7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index f3f491c..2d744e9 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -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"
 
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index a10e06c..61922f5 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -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
 }
-
-





More information about the Openembedded-commits mailing list