diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-11-05 13:54:48 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-11-05 15:47:10 +0530 |
commit | 897d7e7aa44ae9af7ae7b848b55792719b8a53ef (patch) | |
tree | 3ba2ffdc60b64378e86fe0efd6cd6c772c6c8634 | |
parent | d0d71c73ba68c6c43db18a51c2d6a4f3b3d41089 (diff) | |
download | meta-xilinx-897d7e7aa44ae9af7ae7b848b55792719b8a53ef.tar.gz |
embeddedsw : Updated SRCREV for 2024.2_7615
Updated changelog for 2024.2, removed redundant entries
sysmonpsv: Add doxygen and editorial fixes
dp14txss: zcu_pt_dp14_hdcp: Fix DP14 HDCP multi combination issues
-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 525421fc..6a6faf01 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -19,7 +19,7 @@ ESW_REV[2022.2] = "5330a64c8efd14f0eef09befdbb8d3d738c33ec2" | |||
19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 19 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" | 20 | ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" |
21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" | 21 | ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" |
22 | ESW_REV[2024.2] = "68878f25e5f3ee0a975f10cd71f826e7d4c33678" | 22 | ESW_REV[2024.2] = "6e4d0b89d2958994ab9b3531eb4c6e648a63f201" |
23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" | 23 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" |
24 | 24 | ||
25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 25 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |