diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-05-19 13:15:28 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-05-19 14:07:16 +0530 |
commit | b280d9b3df27058711b8359488edffed60ceebf7 (patch) | |
tree | fc8ea32433aff782edd3bc6e7d7e183c376aa9b9 | |
parent | 4b2a90aa99df635b84fefea5cdf242e8df09c787 (diff) | |
download | meta-xilinx-b280d9b3df27058711b8359488edffed60ceebf7.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_6503
xilpm: versal: server: Add XRAM AXI-lite workaround for ES1 devices
-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 28ecbdff..5f85ffd8 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] = "f18acdefd6afac03df1680bbc17f0867ddc8c693" | 16 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
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') != '']}" |