[oe-commits] Koen Kooi : linux-davinci: update git recipe

git version control git at git.openembedded.org
Mon Aug 10 09:15:50 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Aug 10 11:12:50 2009 +0200

linux-davinci: update git recipe

---

 recipes/linux/linux-davinci_git.bb |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index a39ba10..8740dba 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -3,32 +3,16 @@ require linux.inc
 DESCRIPTION = "Linux kernel for Davinci processors"
 KERNEL_IMAGETYPE = "uImage"
 
-COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm355-evm|davinci-sffsdr|dm355-leopard)"
+COMPATIBLE_MACHINE = "(dm6446-evm|dm6467-evm|dm355-evm|dm365-evm|davinci-sffsdr|dm355-leopard)"
 
 DEFAULT_PREFERENCE = "1"
 
-SRCREV = "5bbb6571043c7e3a1d73b874334037a64d10612f"
+SRCREV = "98d4d89866a3fa7375e697ab8434b331ca6a6705"
 
 # The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc
-PV = "2.6.30-${PR}+gitr${SRCREV}"
+PV = "2.6.30+2.6.31-rc2-${PR}+gitr${SRCREV}"
 
-SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git;protocol=git;branch=staging/vpfe \
+SRC_URI = "git://arago-project.org/git/people/sneha/linux-davinci-staging.git;protocol=git\
            file://defconfig"
 
-# Need checking
-SRC_URI_append_davinci-sffsdr = " \
-           file://0001-USB-musb-cppi-bugfixes.patch;patch=1 \
-           file://0002-ARM-Mark-unsupported-syscalls-as-IGNORE.patch;patch=1 \
-           file://0003-Add-macros-for-enabling-a-UART.patch;patch=1 \
-           file://0004-Davinci-Enable-MAC-address-to-be-specified-on-kerne.patch;patch=1 \
-           file://0005-Add-DAS-Mini-DAS-and-AFE-USB-machine-types.patch;patch=1 \
-           file://0006-ALSA-ASoC-DaVinci-Fix-SFFSDR-compilation-error.patch;patch=1 \
-           file://0007-ALSA-ASoC-Davinci-Fix-SFFSDR-FPGA-module-codec-FS.patch;patch=1 \
-           file://0008-ALSA-ASoC-Davinci-Fix-incorrect-machine-type-for.patch;patch=1 \
-           file://0009-sound-ASoC-Fix-DaVinci-module-unload-error.patch;patch=1 \
-           file://0010-Add-generic-FPGA-bitstream-loader-driver.patch;patch=1 \
-           file://0011-Add-lyrvpss-example-driver-for-the-SFFSDR-board.patch;patch=1 \
-           file://0012-Update-SFFSDR-to-support-FPGA-and-lyrvpss-drivers.patch;patch=1 \
-          "
-
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list