summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_git.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-11-08 13:25:20 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-11-09 08:35:02 +0100
commit451e41eb6da976a8d6fcaf231945334d80e4c905 (patch)
tree66c1cc1da60a5641d85d6fb40932a3a929ce57fb /recipes-kernel/linux/linux-toradex_git.bb
parentcbb2cd3e03c5b684116fccd1c30f86e07981fc59 (diff)
tegras: update git hash of Linux kernel and revert bch ecc
Update git hash of the Linux kenrel to latest from 2.8b4 release and revert BCH ECC configuration again. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_git.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_git.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb
index af258ba..cb26fe1 100644
--- a/recipes-kernel/linux/linux-toradex_git.bb
+++ b/recipes-kernel/linux/linux-toradex_git.bb
@@ -3,19 +3,24 @@ require recipes-kernel/linux/linux-toradex.inc
LINUX_VERSION ?= "3.1.10"
-SRCREV_colibri-t20 = "e797e34a3f7cb82c4e5b249a525c9e857ac6eebd"
+SRCREV_colibri-t20 = "4f04efd8590618827d15c41dabfe7e31bb0b8ac4"
PR_colibri-t20 = "V2.3"
-SRCREV_colibri-t30 = "e797e34a3f7cb82c4e5b249a525c9e857ac6eebd"
+SRCREV_colibri-t30 = "4f04efd8590618827d15c41dabfe7e31bb0b8ac4"
PR_colibri-t30 = "V2.3"
-SRCREV_apalis-t30 = "e797e34a3f7cb82c4e5b249a525c9e857ac6eebd"
+SRCREV_apalis-t30 = "4f04efd8590618827d15c41dabfe7e31bb0b8ac4"
PR_apalis-t30 = "V2.3"
SRCREV_colibri-pxa = "a699c4f23852bad780b8ad5273d5a3171cd461f9"
PR_colibri-pxa = "V2.3a1"
PV = "${LINUX_VERSION}+gitr${SRCREV}"
S = "${WORKDIR}/git"
-SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=tegra"
+SRC_URI = " \
+ git://git.toradex.com/linux-toradex.git;protocol=git;branch=tegra \
+ "
+SRC_URI_append_colibri-t20 = " \
+ file://0001-Revert-colibri_t20-initial-16-bit-BCH-ECC-support.patch \
+ "
COMPATIBLE_MACHINE = "(colibri-t20|colibri-t30|apalis-t30|colibri-pxa)"