diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2019-10-29 15:09:35 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2019-12-31 09:45:33 +0100 |
commit | 8711e6deff9bea227d1e808245f906869b54987d (patch) | |
tree | 342ed80412545d7c17aea1fee0baae48e21eb844 /recipes-bsp | |
parent | 5adbc331add446e1333a0824145c0fcefda03d8e (diff) |
linux kernel & u-boot recipes: update to latest
u-boot-toradex-common.inc: all but below
u-boot-toradex-common_2018.03.inc: i.MX 8 series based modules
u-boot-toradex_2016.11.bbappend: Toradex Easy Installer 2.0
linux-toradex_4.14-2.0.x.bb: all NXP based modules
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
(cherry picked from commit 7d996d197ad3185838103da3229e01f1b00285c4)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Conflicts:
recipes-bsp/u-boot/u-boot-toradex-fw-utils_2016.11.bbappend
recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-common.inc | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc index 780f817..1fb7df3 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc @@ -12,7 +12,7 @@ inherit toradex-u-boot-localversion # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "e1cbe8c74e87036e649b0e34656aebabb3aa00c7" +SRCREV = "694e2136eefc2d110f44b26218c03e44a1e88235" SRCBRANCH = "toradex_2019.07" SRCREV_use-head-next = "${AUTOREV}" SRCBRANCH_use-head-next = "toradex_2019.07-next" diff --git a/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc index 9ec8ecc..99ed867 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common_2018.03.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a UBOOT_SRC ?= "git://git.toradex.com/u-boot-toradex.git;protocol=https" SRC_URI = "${UBOOT_SRC};branch=${SRCBRANCH}" -SRCREV = "a9d35739fe5330f808475fb44f5185d273d07377" +SRCREV = "c0ff506c39318a0d30e2ccace0bbfb8cdcde43c3" SRCBRANCH = "toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup" SRCREV_use-head-next = "${AUTOREV}" SRCBRANCH_use-head-next = "toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup" |