summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-05-12 15:24:36 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-05-12 16:35:47 +0530
commit60aa5d5b0fbf4e0be155a57b1082bc01e350f0ca (patch)
treecae5dd502328ed5029a7407ac03ff645fb36cd32 /meta-xilinx-standalone
parent9a4ea3c3ea7272c67f220cbef6d4b8beb6cf8673 (diff)
downloadmeta-xilinx-60aa5d5b0fbf4e0be155a57b1082bc01e350f0ca.tar.gz
Updated SRCREV of embeddedsw for 2023.2_3575
dfeprach: Dual and single mode calculation fix plm:versal: Remove dummy function in XILSEM interface xilsem: Adds support for versal net 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 1026cb83..cc95602a 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "master-next"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "fd5442970e5c0bbc84d0ce566c5b3befb8b40b67" 11ESW_REV[2023.2] = "2a66ae6a303f2eecf20f0611468e6166d0d37e41"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"