diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-01 19:21:58 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-01 20:47:12 +0530 |
commit | 2beb71900d0f04dfdaa81e576bea50f43c1fb636 (patch) | |
tree | c9514dc88c8710bb6205d4f1c4fcfd632c6032d4 /meta-xilinx-standalone | |
parent | d5a631b69caaaa296b0c308b2e3ab32c9b387422 (diff) | |
download | meta-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.bbclass | 2 |
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}'}" | |||
13 | ESW_REV[git] = "${AUTOREV}" | 13 | ESW_REV[git] = "${AUTOREV}" |
14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 14 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 15 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
16 | ESW_REV[2024.1] = "f66f953afcdcd13761e4c30a691134ca1fa989c9" | 16 | ESW_REV[2024.1] = "827c36863db8e94c1b46e1f40fbc636467913589" |
17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 17 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
18 | 18 | ||
19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 19 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |