diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-10-03 13:35:52 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-10-03 14:26:33 +0530 |
commit | b86f3f1eefef61d93111856a0ee2cf1f4f14bddd (patch) | |
tree | dadddc096396ef124658f9a5e08e4023a8a0d21e | |
parent | 3c134b0932b2199dca760d9b1656271ee522501b (diff) | |
download | meta-xilinx-b86f3f1eefef61d93111856a0ee2cf1f4f14bddd.tar.gz |
Updated SRCREV for 2022.2
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 90cb0cb7..bb794f2b 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] = "ec008a170356179fee87fa2c1b9f2d7add1c80bc" | 24 | ESW_REV[2022.2] = "2b3e4358bae5ee86686742c8cfcb10f41d40eeb3" |
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 | ||