diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 20:15:44 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 22:15:28 +0100 |
commit | e47d2aef3b3d7fbb5975202276b43b60b038f897 (patch) | |
tree | 38a311bd929eea9e61f0b41ac316e9edc5de930b /recipes-kernel | |
parent | 13fd243bd3db68c51415e5237f0080bf3ee0ca78 (diff) |
apalis/colibri-imx6: U-Boot and Kernel for V1.0/V1.1
Update to a U-Boot and Kernel which can be used for Apalis iMX6
HW version V1.0 and V1.1.
Also deploy additional device tree for Apalis iMX6 V1.0 modules
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-toradex-fsl_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb index f54821a..7d15271 100644 --- a/recipes-kernel/linux/linux-toradex-fsl_git.bb +++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb @@ -14,13 +14,13 @@ LINUX_VERSION_mx6 = "3.10.17" SRCREV_colibri-vf = "3188a1756dc1a60e3f311d24c242873a1291f86b" PR_colibri-vf = "V2.3b4" -SRCREV_mx6 = "f79675e581a4abda12db31cde3ee71d44016b981" -PR_mx6 = "V2.3b4" +SRCREV_mx6 = "23b22e549ed6ede5b44a948824463daafb6745c3" +PR_mx6 = "V2.3b5" PV = "${LINUX_VERSION}+gitr${SRCREV}" S = "${WORKDIR}/git" SRCBRANCH_colibri-vf = "colibri_vf" -SRCBRANCH_mx6 = "toradex_imx_3.10.17_1.0.0_ga" +SRCBRANCH_mx6 = "toradex_imx_3.10.17_1.0.0_ga-next" SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" # a Patch # SRC_URI_append_mx6 += "file://a.patch " |