summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-04-05 19:13:14 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-04-05 19:13:14 +0000
commit2daf76073d1080091520dcf391aa9dfc6bc06a10 (patch)
tree1cb6b37ac80587198a4bd2f5cd60bd08e7902df5 /recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc
parent7bf86e38cd3670076f9c0a7cff952e62da2c1db4 (diff)
downloadmeta-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/u-boot/u-boot-fslc-common_2022.04.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc
new file mode 100644
index 00000000..0fad0367
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2022.04.inc
@@ -0,0 +1,19 @@
1# Copyright (C) 2012-2019 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4inherit fsl-u-boot-localversion
5
6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
8
9DEPENDS += "flex-native bison-native"
10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12
13SRCREV = "f88519827335b548fcd276acda32107f5120276f"
14SRCBRANCH = "2022.04+fslc"
15
16PV = "v2022.04+git${SRCPV}"
17
18S = "${WORKDIR}/git"
19B = "${WORKDIR}/build"