diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-04-18 11:36:00 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-18 12:37:14 -0600 |
commit | 19f7b9b27d0228fd5332781d0d9bc45d8eb1116e (patch) | |
tree | 6eaaecddf07252347145823175862edfb02fcfb1 /meta-xilinx-standalone | |
parent | 2d4d083a3daf59b0fa05775ba8b6bcff77e886fc (diff) | |
download | meta-xilinx-19f7b9b27d0228fd5332781d0d9bc45d8eb1116e.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_2451
v_hdmitxss1: Exdes Independent mode Fix
v_hdmirxss1: Exdes Independent mode fix
csudma: Fix peripheral test failure for MB designs
iicps: Add doxygen and editorial fixes
mipicsiss: update CPHY support only for Rigel flow
v_sdirx: Fix HD/SD/3G modes without st352 payload
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 d897ff39..d8f7ebfb 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -17,7 +17,7 @@ ESW_REV[2022.1] = "56d94a506fd9f80949f4cff08e13015928603f01" | |||
17 | ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" | 17 | ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" |
18 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 18 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
19 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 19 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
20 | ESW_REV[2024.1] = "a94e86f7645ea2946b4b33992385870f7befbb25" | 20 | ESW_REV[2024.1] = "faf498ef6012b89134892af6644943bd3caa776d" |
21 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 21 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
22 | 22 | ||
23 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 23 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |