From 271ff0d89657864ef5539c2005199b4116a0c14b Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 9 Jul 2021 17:14:08 +0200 Subject: [PATCH 1/2] u-boot-toradex: update to latest 2020.07 Signed-off-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc index bc6322b..656636d 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-common.inc +++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc @@ -10,7 +10,7 @@ DEPENDS += "flex-native bison-native" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;branch=${SRCBRANCH}" -SRCREV = "51b7d2f591d32916a3addab0193d07bbacb34aad" +SRCREV = "7c9c42e93b9fda8c0bc27d5b8c81c4c289921c4b" SRCBRANCH = "toradex_2020.07" S = "${WORKDIR}/git" From 0d6dac1ee5facd3d0371587859ff5b0458e8e676 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Fri, 9 Jul 2021 17:14:59 +0200 Subject: [PATCH 2/2] linux-toradex: update to 4.4.274 Signed-off-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex_4.4.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-toradex_4.4.bb b/recipes-kernel/linux/linux-toradex_4.4.bb index b2e61c2..f26a99f 100644 --- a/recipes-kernel/linux/linux-toradex_4.4.bb +++ b/recipes-kernel/linux/linux-toradex_4.4.bb @@ -8,13 +8,13 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" -LOCALVERSION = "-2.8.3" +LOCALVERSION = "-0.0.0" PV_append = "+git${SRCPV}" -LINUX_VERSION = "4.4.217" +LINUX_VERSION = "4.4.274" SRCBRANCH = "toradex_vf_4.4" -SRCREV = "4a31b8a3519d5dde0eacbb088b0d45c83732535b" +SRCREV = "d900385139e5aa8d584dee92c87bb85d0226253e" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(vf)"