summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-09 21:29:32 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-10 09:47:09 +0530
commit0c04d52349217ec2e7a4abbd62aa0a04506e9a2e (patch)
tree97e108b870419b2e06947147001f6fecf1624634 /meta-xilinx-standalone
parent1bb489da1877515b2fe41715b89056bc3030db06 (diff)
downloadmeta-xilinx-0c04d52349217ec2e7a4abbd62aa0a04506e9a2e.tar.gz
embeddedsw : Updated SRCREV for 2024.2_5399
sw_services: xilsecure: Add SHA example for spartanup lwip: Fix critical section handling for riscv/mb-v sw_services:xilloader: Updated xilloader QSPI code to make use of QSPI baudrate set in CIPS Enhance PLM exception dump lib: sw_apps: OpenAMP Demos: FreeRTOS: Reduce CPU usage by ceding task when waiting for kick clk_wiz: Update the example to support get rate clk_wiz: Add support for multiple clocks and GetRate function support sysmonpsv: Update yaml for polled example pciepsu: Remove static keyword from LastBusNum to allow proper reset and re-initialization of the bus
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 22e6d97d..2eb3c9bf 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] = "967a9df59260cf0795763fa5dd6ae528a0e14fb7" 22ESW_REV[2024.2] = "a004b2ebd218b3253977c3402d495e37b1da38f2"
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') != '']}"