diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-05-13 13:21:16 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-05-13 14:07:10 +0530 |
commit | 6746bd5872a28d306073ad70d75a00d6c6fcf927 (patch) | |
tree | 1e406a3effb7781862d3ebf2b598d6e99124ddc8 | |
parent | 837b491486bc1e73b619354a19db371bcbb46046 (diff) | |
download | meta-xilinx-6746bd5872a28d306073ad70d75a00d6c6fcf927.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.bb | 2 | ||||
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
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 6c09a5b4..7af4e3c5 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 | ||
3 | UBRANCH ?= "master" | 3 | UBRANCH ?= "master" |
4 | 4 | ||
5 | SRCREV = "edabd0ef3652a60cd510f556015c57310c3b9364" | 5 | SRCREV = "3b1903c9fc1fa4b0efae8446e5a2edbcfec2b8b9" |
6 | 6 | ||
7 | include u-boot-xlnx.inc | 7 | include u-boot-xlnx.inc |
8 | include u-boot-spl-zynq-init.inc | 8 | include 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 cc4b4b53..1943eb86 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" | |||
21 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 21 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
22 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" | 22 | ESW_REV[2021.2] = "49c6694fc3cab6b87dd564da58a83bb8656a7c03" |
23 | ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1" | 23 | ESW_REV[2022.1] = "b3d8b420b421730ea505da55b42174dc90f885c1" |
24 | ESW_REV[2022.2] = "7e69a420489185a98e5bbfeb1f2d4783248adb4e" | 24 | ESW_REV[2022.2] = "261262fbd03f398122d6df54103de79532d82e1a" |
25 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" | 25 | ESW_REV[git] = "7ec60e1c0e25bfa9c5e8c77d6d063876f6670770" |
26 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 26 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
27 | 27 | ||