summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-07 16:16:48 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-07 20:07:12 +0530
commit2b91077d9e7d5677b1cbcaddbf0d209613d089dc (patch)
tree0af72bd9ec1faa1cee0c7a8e8379bbd26b460de5 /meta-xilinx-standalone
parent063649aa4b6a624ad43a07a7ab63cfdbc13e43ac (diff)
downloadmeta-xilinx-2b91077d9e7d5677b1cbcaddbf0d209613d089dc.tar.gz
embeddedsw : Updated SRCREV for 2024.2_8687
sysmonpsv: Supply and Voltage Averaging APIs added lib: Add missing config parameter zynqmp_fsbl_bsp support in SDT flow scripts: pyesw: create_app: Pass stdin configuration information to the assist in case of peripheral test template esw: Update the FILENAME macro to fix the executable size issue in sdt flow lib: bsp: standalone: Update the microblaze hardware exception handling in SDT flow XilinxProcessorIPLib: drivers: intc: Fix the SDT flow size issues drivers: emacps: Increment driver version drivers: emacps: update copyright year drivers: emacps: Print final stats drivers: emacps: Transmit/receive multiple packets drivers: emacps: Format code using checkpatch.
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 3680430f..c04edab9 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] = "d0cf07fb7bb9171b9022915ab0e0b2f43bab11bf" 22ESW_REV[2024.2] = "0365ef1b22a323d540d7dd297fcb7ebb110235e4"
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') != '']}"