summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-14 23:04:28 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-15 00:15:58 +0530
commitb18c9874194be827367d2659714589ba1618fdaf (patch)
tree53e54568fb74d7f40174523b5a7fbff2c3f1c72f
parentabeecc3784556465e31fd09082a7a468e2638072 (diff)
downloadmeta-xilinx-b18c9874194be827367d2659714589ba1618fdaf.tar.gz
embeddedsw : Updated SRCREV for 2024.1_2887
freertos10_xilinx: Update standalone version freertos10_xilinx: Update FreeRTOS kernel clockps: Fix the redefinition of the macros versal_psmfw: fix ocm retention error sw_services:xilloader:Security COE review fixes
-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 547465b4..0aa46338 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 14ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
15ESW_REV[2024.1] = "8582d420d5a00c39c3f78c6a8bb4a8a579df20e0" 15ESW_REV[2024.1] = "2b99df5e395a7425dda8cc3aa4ade82e54d09d1c"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"