summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-26 14:24:25 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-26 17:07:12 +0530
commit3b33b292267218495e120fc083abb4352253fec7 (patch)
tree39045770da121c228e821677eea1941cd77afedb
parentfecd330e1ebed063ad4891922cd58fbf16fc4d07 (diff)
downloadmeta-xilinx-3b33b292267218495e120fc083abb4352253fec7.tar.gz
embeddedsw : Updated SRCREV for 2023.2_7639
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>
-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 dbd8faee..92cd3f71 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] = "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') != '']}"