From: Denys Dmytriyenko Date: Tue, 9 Mar 2010 15:07:48 +0000 (-0500) Subject: linux-davinci: update to the latest staging snapshot X-Git-Tag: Release-2010-05/1~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a935572158eb17a44585f24d393add83b0dbcb;p=openembedded.git linux-davinci: update to the latest staging snapshot --- diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index f3f491c275..2d744e9897 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 a10e06cb15..61922f51c7 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 } - -