summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-20 16:39:43 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-10-20 19:17:09 +0530
commit89ad46604183609f1a023a3ff11377fbdb983702 (patch)
tree08c125b7dca93ee53f2047dee971168bfa33350c
parente40557cccee520bce41d07fa04b111d2e5d34156 (diff)
downloadmeta-xilinx-89ad46604183609f1a023a3ff11377fbdb983702.tar.gz
embeddedsw : Updated SRCREV for 2024.2_5015
sw_services: xiltimer: Fix default values for sleep and tick timers sw_services: xilsecure: Remove ECDSA_SM2_FP256 from code base zynqmp: Update directory paths in zynqmp_fsbl and zynqmp_pmufw make files dp21txss:dp21_pt:resolved issue for no output for unified vitis elf dp21txss: Add sideband messages only sink supports it dp21: Fix video issue with aorus monitor sw_services: xilsecure: Fix PLM build issue for versal net mipicsiss: example: fix logic for switching between two displays sw_services:xilpuf: Fix doxygen warnings for spartanup sw_services:xilloader:Doxygen Fixes scripts: pyesw: create_bsp: Pass template app info to lopper assists sw_services:xilnvm: Fix doxygen warnings and code formatting sw_services: xilloader: Add support to validate partial and optimized authentication enabled PDI
-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 a12dc1c5..95e97f8c 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] = "f4102468713619567b45956e5c43fe4fd5e366bc" 22ESW_REV[2024.2] = "e2dcae6751df5e33f358776ff5be99250f0da242"
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') != '']}"