summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-17 16:34:14 +0530
committerMark Hatle <mark.hatle@amd.com>2024-04-18 12:37:03 -0600
commit2d4d083a3daf59b0fa05775ba8b6bcff77e886fc (patch)
tree72daa97fcea4514cf0c634da33a5e1ad48520af0
parent6992b19c30489ae81dd63cfd93fd643021170d7a (diff)
downloadmeta-xilinx-2d4d083a3daf59b0fa05775ba8b6bcff77e886fc.tar.gz
embeddedsw : Updated SRCREV for 2024.1_7559
sdps: Add doxygen and editorial fixes qspipsu: Add doxygen fixes ospipsv: Add doxygen and editorial fixes gpio: Add doxygen and editorial fixes sysmonpsv: Add doxygen and editorial fixes sw_services: xilplmi: Fix doxygen warnings ttcps: Add support for compiling examples in Yocto flow sw_services: xilloader: Added glitch checks after function call
-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 90045170..d897ff39 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -17,7 +17,7 @@ ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01"
17ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" 17ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2"
18ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 18ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
19ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 19ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
20ESW_REV[2024.1] = "7a83d27befe888ee4efc1ad90fb22a884eef6700" 20ESW_REV[2024.1] = "a94e86f7645ea2946b4b33992385870f7befbb25"
21SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 21SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
22 22
23EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 23EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"