diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-09 10:07:48 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-09 10:07:48 -0500 |
commit | 64a935572158eb17a44585f24d393add83b0dbcb (patch) | |
tree | b7582b1954e0a8d69ac7a644d47a0cd27bce2299 | |
parent | dd28281a552dd815c6a588236f41e7dc4cfd3d94 (diff) |
linux-davinci: update to the latest staging snapshot
-rw-r--r-- | conf/machine/include/davinci.inc | 2 | ||||
-rw-r--r-- | 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 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 } - - |