summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-22 14:53:40 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-22 17:47:10 +0530
commit02317b4ec5998b14a1d408a07173912a2d1bfa0c (patch)
tree1a31bc22f4ac0726fd89464fb406faa805185aa0 /meta-xilinx-standalone
parentecdb05ddc7263fcae505f63a3b0accf9bc890a05 (diff)
downloadmeta-xilinx-02317b4ec5998b14a1d408a07173912a2d1bfa0c.tar.gz
embeddedsw : Updated SRCREV for 2024.1_4987
dfeofdm: Update hw version in yamal sw_services: xloader: Added DDRMC registers Dump logs in Versal sw_services: xiltimer: Fix doxygen warnings sw_services: xiltimer: Add support for tick and sleep timers sw_services: xloader: Added DDRMC registers Dump logs in Versal-Net
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 b4425d09..257a9b7f 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -13,7 +13,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
13ESW_REV[git] = "${AUTOREV}" 13ESW_REV[git] = "${AUTOREV}"
14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 14ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 15ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
16ESW_REV[2024.1] = "e60fb164016b6dcc24cb13e3104aa9da801121b7" 16ESW_REV[2024.1] = "c16018a7950afd274397fd06950d9446de9f1779"
17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 17SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
18 18
19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 19EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"