summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-17 18:24:02 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-10-17 20:27:10 +0530
commit56f0f8ec5625ac5efbcf11112989fe495a73209e (patch)
tree215c549c69f8ac51feb04e7e8f063e3ee8a33e27 /meta-xilinx-standalone/classes
parentc3ca6f860b0fdfe420220effded600e76809260d (diff)
downloadmeta-xilinx-56f0f8ec5625ac5efbcf11112989fe495a73209e.tar.gz
embeddedsw : Updated SRCREV for 2024.1_3599
sw_services:xilsecure:Fixed OVER_RUN coverity warning for versalnet sw_services:xilsecure:Fixed MISRA-C Rule 18.1 violation and OVER_RUN coverity warning sw_services:xilsecure:Fixed MISRA-C Rule 8.13 violation sw_services:xilsecure:Fixed MISRA-C Rule 8.7 violation sw_services:xilsecure:Fixed MISRA-C Rule 12.2 violation sw_services:xilsecure:Fixed REVERSE_INULL coverity warning Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
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 757513e9..761006d8 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] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc" 12ESW_REV[2023.2] = "19ade382dd3b8a89aa737d9a67ceb2d28c6ab1bc"
13ESW_REV[2024.1] = "530469b7b3e477b14ef72238368faeccf06e268a" 13ESW_REV[2024.1] = "587a5592e807c1124034dfa733dced17bebf0c5c"
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') != '']}"