diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-03-31 22:58:39 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-03-31 23:57:12 +0530 |
commit | dc5b59fca132689629214763127ca6240c48ab0e (patch) | |
tree | 9eab2b00b2e6b6c13c9b1b87f2fdfb21d036edee /meta-xilinx-standalone | |
parent | efb7be44b3377e7fe5683bae749df590658f8a79 (diff) | |
download | meta-xilinx-dc5b59fca132689629214763127ca6240c48ab0e.tar.gz |
Updated SRCREV for 2022.2
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-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 3bb177c4..4d7a08be 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] = "c82bb6f04c77580746c7475d85e43c37d5fe5fa4" | 23 | ESW_REV[2022.1] = "c82bb6f04c77580746c7475d85e43c37d5fe5fa4" |
24 | ESW_REV[2022.2] = "b7a49e141432141ec1f5e3a2256ba95c837cea4f" | 24 | ESW_REV[2022.2] = "092ce866dff2a7242b166805e4af25355052b71d" |
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 | ||