summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2022-11-09 14:36:42 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2022-11-09 16:47:11 +0530
commit2d13d91386d2a102925e5d74b593d4404bf2262a (patch)
treee3034c430b599f58401b86a5e0097caf33a34f97 /meta-xilinx-standalone/classes
parentf6ea1270614eb44f644f61c799a06539a99135cc (diff)
downloadmeta-xilinx-2d13d91386d2a102925e5d74b593d4404bf2262a.tar.gz
Updated SRCREV for 2023.1
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 bce67980..62337888 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] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" 12ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
13ESW_REV[2023.1] = "e0f71de39018ddfe926702f4a70b9b853dde4a4e" 13ESW_REV[2023.1] = "a7634085efcd2f7283e2fdfb634748dcaf3a2486"
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') != '']}"