summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2022-09-30 11:17:53 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2022-09-30 12:57:12 +0530
commit3c134b0932b2199dca760d9b1656271ee522501b (patch)
tree33c1d33bb69527488cd6a8b98632ebed0b7117c2
parent1c1e0b4d928a4d4a96e0b594aad78b6a067fae55 (diff)
downloadmeta-xilinx-3c134b0932b2199dca760d9b1656271ee522501b.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.bbclass2
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 3f5860f1..90cb0cb7 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] = "3612438d902939fdf170d32cbc26824be5798fb1" 24ESW_REV[2022.2] = "ec008a170356179fee87fa2c1b9f2d7add1c80bc"
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