summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-04 16:40:32 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-04 18:27:11 +0530
commitb56d9087485ce8d7a97d504271d5cb457c7be9c5 (patch)
treefe631a4280158205e2aba3bb0bebd071d54bb33a /meta-xilinx-standalone
parent95a777ac271f09c86a0ef89363501cd6cb7dc0e2 (diff)
downloadmeta-xilinx-b56d9087485ce8d7a97d504271d5cb457c7be9c5.tar.gz
embeddedsw : Updated SRCREV for 2024.2_8231
sw_services:versal_aiepg2:Added SDT flow support xilpm: versal_aiepg2: Add support for SDT flow sw_services: xilsfl: Add serial flash library initial version
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 32b989d7..c7d2009a 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] = "ea8bf80dee0ffbe8a390395b7833ca19b337d13d" 22ESW_REV[2024.2] = "f39ad5728517dac77cd06dec3393427a02407dcf"
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') != '']}"