summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2023-01-11 09:33:18 +0100
committerAndrey Zhizhikin <andrey.z@gmail.com>2023-01-11 09:49:49 +0100
commita11bdfec12798ab12b0964e431d070d84d4da918 (patch)
treefc66e869627f9332a7e58b816bb90ea2a0bf613f /recipes-bsp
parent7dec7582de75f20c775536fc36bed36ed1c8cf9a (diff)
downloadmeta-freescale-a11bdfec12798ab12b0964e431d070d84d4da918.tar.gz
u-boot-fslc: upgrade to v2023.01 tag
U-Boot fork has been updated to include tagged version v2023.01 from upstream. 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_2023.01.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc b/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
index 50d27073..91d887e1 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
@@ -10,7 +10,7 @@ DEPENDS += "flex-native bison-native"
10 10
11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https" 11SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH};protocol=https"
12 12
13SRCREV = "386ee4eecc8ac5d41982daf20ef3a627a1e3e491" 13SRCREV = "32e6373fad552569a37843cc9cfa4a6358b31680"
14SRCBRANCH = "2023.01+fslc" 14SRCBRANCH = "2023.01+fslc"
15 15
16PV = "2023.01+git${SRCPV}" 16PV = "2023.01+git${SRCPV}"