summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-04 14:51:38 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-03-04 16:27:13 +0530
commit72f739eead6e87f5f42082d052fe808677d61b90 (patch)
treeebe047d124181c0a497130c91a2eee102601cafd /meta-xilinx-standalone
parent1a5d85c4d1bb6b086953a66720a2224c654c3ee7 (diff)
downloadmeta-xilinx-72f739eead6e87f5f42082d052fe808677d61b90.tar.gz
embeddedsw : Updated SRCREV for 2024.1_6731
sw_services: xilpm: remove unused macro sw_apps: zynqmp_fsbl: Fixes build failure if no uarts enabled in the design scripts: pyesw: utils: Update the get_domain_name to loop over all subsystems sw_services: xilloader: Enhance Extract Metaheader command to get optional data lwip : Fix Syntax Error sw_apps: zynqmp_pmufw: Add SOM specific macros
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 89f6e3b7..a3798e67 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
12ESW_REV[git] = "${AUTOREV}" 12ESW_REV[git] = "${AUTOREV}"
13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 13ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" 14ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434"
15ESW_REV[2024.1] = "4ccd83489471c387f4d63f7257727624296dd9c3" 15ESW_REV[2024.1] = "d127712975e2c01d9893f7628727f1f2472da65d"
16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 16SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
17 17
18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 18EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"