summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-01 06:21:48 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2024-09-01 12:07:10 +0530
commit1731fbd56388f012d18e251a36af7ad5f32c874a (patch)
treef25dbf0765c79194549bb7ab4bacb43b13f898c9 /meta-xilinx-standalone/classes
parent08942018ecee8598b1c3189aca6502f5ad8dfca4 (diff)
downloadmeta-xilinx-1731fbd56388f012d18e251a36af7ad5f32c874a.tar.gz
embeddedsw : Updated SRCREV for 2024.2_1367
sw_services:xilsecure: Added SSIT support for RSA, ECDSA and SHA client libraries APIs sw_apps: img_rcvry: Added link status check to handle ethernet errors sw_services:xilplmi:EAM updates for versal_aiepg2 xilnvm: Update ppk-hash 384 bit programming for versal_aiepg2 sw_services:xilpuf: Format code using checkpatch sw_services:xilpuf: Fix capturing key ready and AUX value lwip : add phy dt node support xilpm: versal_aiepg2: Add stub API for LLC flush in CMN block sw_apps:versal_plm: Modified XPlm_ExceptionHandler for external linkage xxvethernet : Increment Driver Version emaclite : Increment Driver Version axiethernet : Increment Driver Version Add C++ Linkage Guards FBW Driver: Removed tab from Yaml file lib: sw_apps: OpenAMP Demos: Add support for repeat attach/detach rpmsg_virtio: rpmsg_deinit_vdev: Add check for empty endpoint list
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 ba3d6206..24815ba3 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] = "81e45556701e782ee721189a109dacf56766e31e" 22ESW_REV[2024.2] = "088b33528bf570d85bf64499d14ad339cd252db5"
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') != '']}"