summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-28 16:17:21 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-28 18:27:35 +0530
commit8aa2f80eaa9ff17548d1ed8c3cea5759c817ba17 (patch)
tree74bdbacdc656c5991787203339c249f7276274f6 /meta-xilinx-standalone/classes
parentc85bd8c0a46dde66904bdd5274fc0e735221d5f7 (diff)
downloadmeta-xilinx-8aa2f80eaa9ff17548d1ed8c3cea5759c817ba17.tar.gz
embeddedsw : Updated SRCREV for 2023.2_5299
lib: xiltimer: Adding default value for XSLEEPTIMER_FREQ for Zynq APU Revert "sw_apps: zynqmp_fsbl: added SDT support" Revert "xiplmi: Remove Error Action while disabling error" Xilfpga: Avoid compiler optimization for function pointer validation check lib: sw_apps: libmetal demo: sdt: Add size for heap emaclite: Fix doxygen documentation lib: sw_apps: openamp: sdt: matrix multiply: Specify correct demo as output 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 89d9cf09..c7d9555a 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] = "xlnx_rel_v2023.2-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] = "a3bccd2f53f074b9cb510666be258f8531e4a1fa" 11ESW_REV[2023.2] = "6e0e7050bcc4ddeb78b79677147c69960e8bbe85"
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') != '']}"