summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-01 19:21:58 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-04-01 20:47:12 +0530
commit2beb71900d0f04dfdaa81e576bea50f43c1fb636 (patch)
treec9514dc88c8710bb6205d4f1c4fcfd632c6032d4 /meta-xilinx-standalone
parentd5a631b69caaaa296b0c308b2e3ab32c9b387422 (diff)
downloadmeta-xilinx-2beb71900d0f04dfdaa81e576bea50f43c1fb636.tar.gz
embeddedsw : Updated SRCREV for 2024.1_2467
sw_apps: zynqmp_pmufw: Add ipipsu driver dependency in metadata file sw_apps: versal_psmfw: Add ipipsu driver dependency in metadata file sw_services: xilpm: Add ipipsu driver dependency in metadata file tmrctr: Update examples to complete execution within 1 seconds scripts: pyesw: create_bsp: Update the top-level CMake file to include the bsp include folder scripts: pyesw: Generate preprocessed file always inside domain directory emacps: Fix the mask for XEmacPs_BdGetBufAddr
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 6a406b2d..17e26446 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] = "f66f953afcdcd13761e4c30a691134ca1fa989c9" 16ESW_REV[2024.1] = "827c36863db8e94c1b46e1f40fbc636467913589"
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') != '']}"