diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-09-27 11:44:07 +0530 |
|---|---|---|
| committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2022-09-27 13:15:51 +0530 |
| commit | 62857636dc5f57db1df2b0ea549905c4833653eb (patch) | |
| tree | 8dd5c5eaaf58e12a0099016bcd2fa2fce9cd7106 | |
| parent | 84a33eee225717a55f156173e10397b795dcac05 (diff) | |
| download | meta-xilinx-62857636dc5f57db1df2b0ea549905c4833653eb.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 c7496b84..61f878e5 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] = "f97dc7118398a3831527be56a80f3d7243313bef" | 24 | ESW_REV[2022.2] = "cf08f0e4dd80743de702fe31608d6d9d5ef4bd55" |
| 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 | ||
