summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-02 11:18:28 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-02 13:57:11 +0530
commit20b77cf4724c083150cfa72e595b85b12ab4b399 (patch)
tree34e1739acaf013fe62bddab450d49ae260db0ab3 /meta-xilinx-standalone/classes
parent7b5e2ed958dcf1445aba9e61650ba3cd77183390 (diff)
downloadmeta-xilinx-20b77cf4724c083150cfa72e595b85b12ab4b399.tar.gz
embeddedsw : Updated SRCREV for 2024.2_3675
sw_services:xilplmi: Fixed misrac and coverity violations in secure plm to plm communication additions sw_services:xilplmi:Enabled server mode as default mode for glitch detection
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 5af4957d..a1a5335d 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" 21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4"
22ESW_REV[2024.2] = "636767e3fbcb242d9c2d8af1232ca8a23c08b4e7" 22ESW_REV[2024.2] = "02c757a9b70e334dedec94d874df516a8c4373a3"
23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
24 24
25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"