summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-25 06:22:33 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-08-25 09:47:10 +0530
commit0e3bed12a3e802fe33b8ac4484a67bdeda7b7da7 (patch)
treecd362da8895485ad234cc6b458551ce73b5bab69
parent50220e34d0b0c1ce39d4389cbaea490c1a461714 (diff)
downloadmeta-xilinx-0e3bed12a3e802fe33b8ac4484a67bdeda7b7da7.tar.gz
embeddedsw : Updated SRCREV for 2024.2_5531
zdma: Fix dma-mode properties in the yaml xdmapcie: Add alignment support for requested BARs zynq: Remove openamp and libmetal support for Zynq-7000 SoC
-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 2471b5c5..02a7520a 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] = "bfe0174a8ae3bc76f15d6433418c49948314aa39" 22ESW_REV[2024.2] = "9477fb5cd1b3c307337fa0b696869f2e6b449c63"
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') != '']}"