summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-31 14:36:36 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-31 17:17:12 +0530
commit2da48fed87e34867790a9b56822c683141311c8b (patch)
tree9dbb18f53e236338089e55f2cc03f744e62d1c40
parente2b68ed682ded72d3880459de599c3f107e87118 (diff)
downloadmeta-xilinx-2da48fed87e34867790a9b56822c683141311c8b.tar.gz
embeddedsw : Updated SRCREV for 2024.1_5131
cmake: Findcommon: Include a common meta package for the Yocto flow xilskey: Update XilSkey_ZynqMpEfuseAccess doxygen xilpm: versal_net: Add CPM5N rail node ID
-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 cafa9e25..be44149d 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -10,7 +10,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
10 10
11ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 11ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
12ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" 12ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847"
13ESW_REV[2024.1] = "2722dd4fcefd7949b9f11bf9aa7bafa9e4894e8a" 13ESW_REV[2024.1] = "2cb906f0bf0b18571bc0887daf32d8428ee8c435"
14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 14SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
15 15
16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 16EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"