diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-13 22:01:46 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2015-05-18 11:17:36 +0200 |
commit | 2696e00330d3975f0bde318faa8b52a27e46d6e9 (patch) | |
tree | 173858eb63fe38c3d9149e2d8ab0e481a3a20435 /recipes-kernel | |
parent | 7f1d74b2cee744e29abec01dca1f598e1efa7041 (diff) |
Apalis/Colibri T20/T30: use tegra branch
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-toradex_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_git.bb b/recipes-kernel/linux/linux-toradex_git.bb index cef82e4..e576019 100644 --- a/recipes-kernel/linux/linux-toradex_git.bb +++ b/recipes-kernel/linux/linux-toradex_git.bb @@ -14,7 +14,7 @@ PR_colibri-t30 = "V2.4" PV = "${LINUX_VERSION}+gitr${SRCREV}" S = "${WORKDIR}/git" -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=tegra-next" +SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=tegra" COMPATIBLE_MACHINE = "(apalis-t30|colibri-pxa|colibri-t20|colibri-t30)" |