summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2022-09-26 13:53:27 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2022-09-26 16:58:52 +0530
commit10c93c9ec5d1b83fafebd0067048ae4f0e35a5f4 (patch)
treedff5e8bea71b74b703a5abc9ee1714d0674be3e8
parentd23ec0b2b3b3a860ab850183fa3782b51ae79f96 (diff)
downloadmeta-xilinx-10c93c9ec5d1b83fafebd0067048ae4f0e35a5f4.tar.gz
Updated SRCREV for 2022.2
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.2.bb2
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.2.bb b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.2.bb
index 87026b4e..7b09917f 100644
--- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.2.bb
+++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx_2022.2.bb
@@ -2,7 +2,7 @@ UBOOT_VERSION = "v2021.01"
2 2
3UBRANCH ?= "xlnx_rebase_v2022.01" 3UBRANCH ?= "xlnx_rebase_v2022.01"
4 4
5SRCREV = "4025d4d226ec46a6db827104814945e2a4a82e77" 5SRCREV = "b31476685debf5512ed0d4e8000fa5167a22f530"
6 6
7include u-boot-xlnx.inc 7include u-boot-xlnx.inc
8include u-boot-spl-zynq-init.inc 8include u-boot-spl-zynq-init.inc
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
index 883d9d86..c7496b84 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -21,7 +21,7 @@ ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c"
21ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" 21ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7"
22ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" 22ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03"
23ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1" 23ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1"
24ESW_REV[2022.2] = "8a20f8f255b05521f2022adb073b8bac726912c1" 24ESW_REV[2022.2] = "f97dc7118398a3831527be56a80f3d7243313bef"
25ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" 25ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770"
26SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 26SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
27 27