diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-17 16:34:14 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-17 18:37:10 +0530 |
commit | fc98a0b440c0a234b70936a1290470aff7796553 (patch) | |
tree | 5a91088ad4451e745b75b3d8876607247ab42e2b /meta-xilinx-standalone | |
parent | e0745a27f5f873c00941fd4bac1061a40956760a (diff) | |
download | meta-xilinx-fc98a0b440c0a234b70936a1290470aff7796553.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_7559
sdps: Add doxygen and editorial fixes
qspipsu: Add doxygen fixes
ospipsv: Add doxygen and editorial fixes
gpio: Add doxygen and editorial fixes
sysmonpsv: Add doxygen and editorial fixes
sw_services: xilplmi: Fix doxygen warnings
ttcps: Add support for compiling examples in Yocto flow
sw_services: xilloader: Added glitch checks after function call
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 5515c117..41f0c311 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] = "7a83d27befe888ee4efc1ad90fb22a884eef6700" | 16 | ESW_REV[2024.1] = "a94e86f7645ea2946b4b33992385870f7befbb25" |
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') != '']}" |