summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-01-18 15:59:26 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-01-18 17:09:55 +0530
commitfa0816d010257cd0ee9dd49723d6d4165edfeafa (patch)
treeb2ccbb25c07a30e6c7cee6d491c7cefe4945545f /meta-xilinx-standalone
parentce490fceff8eef8cab9b1413c1594227a3e6cb1f (diff)
downloadmeta-xilinx-fa0816d010257cd0ee9dd49723d6d4165edfeafa.tar.gz
Updated SRCREV for 2023.1_7555
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 4611c792..f166f8c1 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] = "e6dae914878210cc35755b35bda838b961cf04dd" 14ESW_REV[2023.1] = "e47e81e2c309d99e5b3a56656c80ba5a0f0f7835"
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') != '']}"