diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-02-24 15:56:21 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-02-24 18:07:10 +0530 |
commit | 0231f165e1fa7f9e118d1231ee2af60831e17b51 (patch) | |
tree | c746d68f1f8b9370ee6aa578485bfc29a9a12718 /meta-xilinx-standalone | |
parent | 1fe58a7a2ab5944bab7e7c7e29acf5f49dbb4871 (diff) | |
download | meta-xilinx-0231f165e1fa7f9e118d1231ee2af60831e17b51.tar.gz |
Updated SRCREV for 2023.1_8983
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 969df82b..14965086 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -10,7 +10,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
10 | 10 | ||
11 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" | 11 | ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" |
12 | ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" | 12 | ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" |
13 | ESW_REV[2023.1] = "1ce4cddb1401258ef5988430080e356a0a752ed4" | 13 | ESW_REV[2023.1] = "af7dbc028f014457bc76b479ac0f3671732aa75e" |
14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 14 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
15 | 15 | ||
16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 16 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |