diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-04-05 19:13:14 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-04-05 19:13:14 +0000 |
commit | 2daf76073d1080091520dcf391aa9dfc6bc06a10 (patch) | |
tree | 1cb6b37ac80587198a4bd2f5cd60bd08e7902df5 /recipes-bsp | |
parent | 7bf86e38cd3670076f9c0a7cff952e62da2c1db4 (diff) | |
download | meta-freescale-2daf76073d1080091520dcf391aa9dfc6bc06a10.tar.gz |
u-boot-fslc: upgrade to v2022.04+fslc
U-Boot fork has been updated to include new version v2022.04 from
upstream.
Following commits were ported from 2022.01+fslc revision:
----
f885198273 imx: iMX6: Define disconnect_from_pc function
1667c942d0 MLK-21854-2 imx: uuu: Update autoboot to run uuu or fastboot
c7805ae3cf pico-imx6ul, pico-imx7d: Explain how to use eMMC user partition
92268e6c2a mx6sabre_common: Dynamically change the video output
f66f12923e 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>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc (renamed from recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc) | 6 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb) | 0 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2022.04.bb (renamed from recipes-bsp/u-boot/u-boot-fslc_2022.01.bb) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc index 43478516..0fad0367 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-common_2022.01.inc +++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.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 = "ed9503daa309c765a8654dc89c486326b4850f6d" | 13 | SRCREV = "f88519827335b548fcd276acda32107f5120276f" |
14 | SRCBRANCH = "2022.01+fslc" | 14 | SRCBRANCH = "2022.04+fslc" |
15 | 15 | ||
16 | PV = "v2022.01+git${SRCPV}" | 16 | PV = "v2022.04+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.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb index 2e79166b..2e79166b 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mfgtool_2022.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb index 0a0a1d9c..0a0a1d9c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2022.04.bb | |||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb index ec5298b6..ec5298b6 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2022.01.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb | |||