aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-davinci_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-02 17:01:17 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:21 +0200
commitd7c3781f3519d37e90245ace5a242e8b15407ced (patch)
tree694b72e3aad38760d12b1f8f23e067f381b042ba /recipes/linux/linux-davinci_git.bb
parent36ce129c612a2f8b5774450007a03589cce99687 (diff)
downloadopenembedded-d7c3781f3519d37e90245ace5a242e8b15407ced.tar.gz
linux-davinci_git: Latest kernel DA8/OMAPL + improved hawkboard support
* Update all omapl kernels to latest commit (da830/da850/hawk) * Add small patch for compile warning if REGULATOR disabled * Hawkboard * Add latest hawkboard patch * Boardfile cleanup * Addition of cpufreq/cpuidle/pm * Updated defconfig to disable regulator/rtc (no battery on hawk) * Start da830 using multi-kernel * Update defconfigs * Only deconfig updated (some configs not rebased, * i.e. no ATA, still using ONDEMAND governor Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/linux/linux-davinci_git.bb')
-rw-r--r--recipes/linux/linux-davinci_git.bb29
1 files changed, 14 insertions, 15 deletions
diff --git a/recipes/linux/linux-davinci_git.bb b/recipes/linux/linux-davinci_git.bb
index c52a59f6ad..88a93113e8 100644
--- a/recipes/linux/linux-davinci_git.bb
+++ b/recipes/linux/linux-davinci_git.bb
@@ -41,36 +41,35 @@ SRC_URI_append_dm365 = ${ARAGO_DM_URI}
SRC_URI_append_dm6446 = ${ARAGO_DM_URI}
SRC_URI_append_dm6467 = ${ARAGO_DM_URI}
-# OMAPL1 DA8xx/L1xx
-# da830-omapl137-evm/hawkboard OMAPL1 PSP 03.20.00.08 (Beta)
-# da850-omapl138-evm using 'master' branch
-# - defconfig is psp defconfig + MMC unsafe (for deep-sleep) + tps/mfd/touchscreen configs
# The main PR is now using MACHINE_KERNEL_PR, for davinci see conf/machine/include/davinci.inc
-ARAGO_L1_REV = "e3939e092ce59a6906bf8869a3c7d40314c02eef"
-ARAGO_L1_BR = "DAVINCIPSP_03.20.00.08"
-ARAGO_L1_PV = "2.6.31+2.6.32-rc6-${PR}+gitr${SRCREV}"
+# OMAPL tracking master branch
+
+ARAGO_L1_REV = "79903eb1d3a98b241530306b03edd28d7fa91ddd"
+ARAGO_L1_BR = "master"
+ARAGO_L1_PV = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}"
ARAGO_L1_URI = "git://arago-project.org/git/people/sekhar/linux-omapl1.git;protocol=git;branch=${BRANCH} "
SRCREV_da830-omapl137-evm = ${ARAGO_L1_REV}
-SRCREV_da850-omapl138-evm = "ecdfc1ffd890a7f9d5af96152f84effda2494d47"
-SRCREV_hawkboard = "ecdfc1ffd890a7f9d5af96152f84effda2494d47"
+SRCREV_da850-omapl138-evm = ${ARAGO_L1_REV}
+SRCREV_hawkboard = ${ARAGO_L1_REV}
PV_da830-omapl137-evm = ${ARAGO_L1_PV}
-PV_da850-omapl138-evm = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}"
-PV_hawkboard = "2.6.32+2.6.33-rc4-${PR}+gitr${SRCREV}"
+PV_da850-omapl138-evm = ${ARAGO_L1_PV}
+PV_hawkboard = ${ARAGO_L1_PV}
BRANCH_da830-omapl137-evm = ${ARAGO_L1_BR}
-BRANCH_da850-omapl138-evm = "master"
-BRANCH_hawkboard = "master"
+BRANCH_da850-omapl138-evm = ${ARAGO_L1_BR}
+BRANCH_hawkboard = ${ARAGO_L1_BR}
SRC_URI_append_da830-omapl137-evm = ${ARAGO_L1_URI}
SRC_URI_append_da850-omapl138-evm = ${ARAGO_L1_URI}
SRC_URI_append_hawkboard = ${ARAGO_L1_URI}
SRC_URI_append_da850-omapl138-evm = "file://logo_linux_clut224.ppm \
- "
+ file://patch-2.6.33rc4-psp-to-fix-regulator.patch;patch=1 "
SRC_URI_append_hawkboard = "file://logo_linux_clut224.ppm \
- file://patch-2.6.33rc4-psp-to-hawkboard.patch;patch=1"
+ file://patch-2.6.33rc4-psp-to-fix-regulator.patch;patch=1 \
+ file://patch-2.6.33rc4-psp-to-hawkboard.patch;patch=1 "