summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-15 17:31:50 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-11-15 18:57:14 +0530
commitfaf21e40ac972e4b9ee3eddb79c5140f03b9364e (patch)
treea7ca8d1ad78c1fadbc5fcf92ea432bba180621a3 /meta-xilinx-standalone
parentc2806bb3e80d38d35d6ee4d7e4c9f01152eb67c8 (diff)
downloadmeta-xilinx-faf21e40ac972e4b9ee3eddb79c5140f03b9364e.tar.gz
embeddedsw : Updated SRCREV for 2024.1_9867
scripts: pyesw: Remove the dependency of xiltimer in embedded applications scripts: pyesw: validate_bsp: Make adjustments to library availability checks based on the processor list that supports it sw_services: Add input validation in XOcp_ProcessCmd sw_services: xilocp: Fixed violation of MISRA C Rule 8.3 sw_services: xilocp: Fixed violation of MISRA C Rule 10.4 sw_services: xilocp: Fixed violation of MISRA C Rule 4.7 sw_services: xilocp: Fixed violation of MISRA C Rule 8.9 sw_services: xilocp: Add comments for macros sw_services: xilocp: Move handling of SetSwPcrConfig CDO mipicsiss:ZCU102 xmipi_example.c and xmipi_menu.c Updated. mipicsiss:Version updated for 2024.1 xilpm: versal: split xpm_pin headers
Diffstat (limited to 'meta-xilinx-standalone')
-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 0aa46338..be4a90a4 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] = "2b99df5e395a7425dda8cc3aa4ade82e54d09d1c" 15ESW_REV[2024.1] = "0148dd3345e01d502c24e311d486a947296e9ea5"
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') != '']}"