summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-02-27 16:35:21 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-02-27 17:57:13 +0530
commit2817610e95253cec059c18e52a3b490f864fd2c4 (patch)
tree70d55cf967ef718ce7d82b9e07f437c6472c95ca /meta-xilinx-standalone
parenta20bfeeb9ab9fb96839b0e5375b1df4c71da4cf9 (diff)
downloadmeta-xilinx-2817610e95253cec059c18e52a3b490f864fd2c4.tar.gz
Updated SRCREV for 2023.1_8035
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-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 14965086..a6886b13 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
11ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" 11ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
12ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28" 12ESW_REV[2022.2] = "d820775d2492edb524ae8b25d2728c0ac2ee2c28"
13ESW_REV[2023.1] = "af7dbc028f014457bc76b479ac0f3671732aa75e" 13ESW_REV[2023.1] = "4513ed5184c07985ceb3da98b118b5873c151747"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15
16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"