diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-11-12 21:27:46 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-14 21:06:33 +0000 |
commit | 913f5ca575de7ab49fea1113626a43c08b8a6d22 (patch) | |
tree | d5c3c807b4c1e1c51d73da3991eb17f7e275e710 /recipes-bsp/u-boot | |
parent | 2fae71ac344964d1d8dbfc93ec558be3d4eee5c8 (diff) | |
download | meta-freescale-913f5ca575de7ab49fea1113626a43c08b8a6d22.tar.gz |
u-boot-fslc: upgrade to v2022.10+fslc
U-Boot fork has been updated to include new version v2022.04 from
upstream.
Following commits were ported from 2022.01+fslc revision:
----
2c2dc1affb imx: iMX6: Define disconnect_from_pc function
5eb6dd4c35 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
ade3339114 pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
382d898eea mx6sabre_common: Dynamically change the video output
277f017527 mx6sabresd: Enable video interfaces in bootargs
----
Update U-Boot recipe versions and point to new revision.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
(cherry picked from commit 53f06469f542cab60f7fb0acee32f519726b1106)
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.07.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2022.10.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2022.07.bb) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc index 2d1cb54d..dcc5a481 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2022.07.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.10.inc | |||
@@ -10,10 +10,10 @@ DEPENDS += "flex-native bison-native" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" | 11 | SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" |
12 | 12 | ||
13 | SRCREV = "a21d7668eb36d2930d8fa0b933121f7b0f2c0ad5" | 13 | SRCREV = "2c2dc1affbccd87625d77e3e6fce437c31f2d708" |
14 | SRCBRANCH = "2022.07+fslc" | 14 | SRCBRANCH = "2022.10+fslc" |
15 | 15 | ||
16 | PV = "2022.07+git${SRCPV}" | 16 | PV = "2022.10+git${SRCPV}" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.10.bb index 2e79166b..2e79166b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.10.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.10.bb index a7dfd8aa..a7dfd8aa 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.10.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2022.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.10.bb index 1953d788..1953d788 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2022.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.10.bb | |||