summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-06 15:08:04 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-06 18:47:13 +0530
commitc5575daa407961ab4c9ad8a0967c125e05c36e5b (patch)
tree2e263844bfe57b7d40270dd452469aa806ef6d31 /meta-xilinx-standalone/classes
parent6d2bc5a705caed396e7a689dfa2e2a03e29e22c4 (diff)
downloadmeta-xilinx-c5575daa407961ab4c9ad8a0967c125e05c36e5b.tar.gz
embeddedsw : Updated SRCREV for 2024.1_7491
scripts: pyesw: library_utils: Fix race condition in the xilpm cfg object generation sw_services: xilsecure: Updated API for ECDH dp14: Add support for system device-tree flow dp14: Add support for system device-tree flow sw_services: xilcert: Updated Issuer field in DevAK Certificate sw_services: xilcert: Update library version for 2024.1 xilpm: versal_net: add hbm support
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 1f4aedd7..33977687 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] = "765913e38b2fd313666abc76775ee21822b6e1e5" 15ESW_REV[2024.1] = "e02c4b788494ed376e3a4aa3d23da02f50dcbf28"
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') != '']}"