diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-22 16:28:35 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-22 20:30:09 +0530 |
commit | e7c05d5d2882f0a98f67ad56528c2a1d31f77453 (patch) | |
tree | 03a7f714363a7af4ee8388bfe29c878415204171 /meta-xilinx-standalone | |
parent | 0ea7e42a731b32aa7a362da8843bbd4eaff14853 (diff) | |
download | meta-xilinx-e7c05d5d2882f0a98f67ad56528c2a1d31f77453.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_9919
zynqmp_pmufw: Fix MISRA-C violation for rule 10.4
xpsmfw:versal_net: inline function calls for update manager code.
dfeprach: Support Baremetal SDT Yocto Flow
xilsem:Fixed IPI interrupt ID for PL MB Versal Net.
sw_services: xilpm: versal_net: Add PGGS/GGS permission for default subsystem
sw_services: xilpm: Refactor PGGS/GGS permissions feature
sysmonpsv: Support Baremetal SDT Yocto Flow
scripts:repo.py: Correct the logic to prioritize the latest versioned drivers
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 f7015802..44e27d03 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" | 14 | ESW_REV[2023.2] = "73f0904e41cc109f18bb19a5329d0e5a66af2434" |
15 | ESW_REV[2024.1] = "398ccbf46b05c9c10ba48dcba96c5a136ba4e09c" | 15 | ESW_REV[2024.1] = "2c4acd99524cadd813b9804fb3c1abd6112ec787" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |