summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-20 15:26:13 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-20 21:57:09 +0530
commitb86a9195b39e0e93dd723de8a02717a4273c07c2 (patch)
treeca573364f10fd05a9fce98406d8d10f4f583e1f0 /meta-xilinx-standalone
parent6d070ade88f0d4a6d3a80898f498df2814d938a0 (diff)
downloadmeta-xilinx-b86a9195b39e0e93dd723de8a02717a4273c07c2.tar.gz
embeddedsw : Updated SRCREV for 2024.2_7879
qspipsu: Update examples to configure correct baud rate value qspipsu: Add support for baud rate divisor dp21txss: Update XDpTxSs_GetSinkCapabilities() dp21: Update training flow to fix LinkLayer CTS sw_services: xilsecure: Fix issue in copy of files xilloader: 384 bit PPK hash comparision with eFuse Ppk hash sw_apps: asufw: Add versionless build support for asufw application fixed leading whitespaces, mix of tabs and spaces
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
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 69d6ff1e..e2b3d4b7 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"
19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" 19ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a"
20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c" 20ESW_REV[2023.2] = "e847e1935dca630615e5f7dc694365a44b89699c"
21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4" 21ESW_REV[2024.1] = "b173d246826f662b9a98215d8f39e93d39d699b4"
22ESW_REV[2024.2] = "673cbb0466e67f0709a242d209e0d1a18698e400" 22ESW_REV[2024.2] = "d02bddfbfc07564fe1f5605b64591ddd02725076"
23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}" 23SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or 'INVALID'}"
24 24
25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 25EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"