summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-01-13 23:30:51 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-01-14 01:07:10 +0530
commitb260751a3149df900aaae302971ae9f0dc2e629f (patch)
tree51445683cdd93ebc4383cbc24ee86af81e07c2fd /meta-xilinx-standalone
parent6482cba676f485b2abc5c859ac1b63d01deb30f2 (diff)
downloadmeta-xilinx-b260751a3149df900aaae302971ae9f0dc2e629f.tar.gz
Updated SRCREV for 2023.1_3343
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 d9599e3a..25e42e2a 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -11,7 +11,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
11 11
12ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" 12ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
13ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" 13ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
14ESW_REV[2023.1] = "2295e94d5573a3de3f20c2271c74d058b5a83bb8" 14ESW_REV[2023.1] = "d0c8e5e9fa9ecd228ece2832915876b5886f38e3"
15SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 15SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
16 16
17EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 17EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"