diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-07-31 12:31:07 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-07-31 14:57:10 +0530 |
commit | e5f21cba4f8f5451dacea2c95f28d591d396a69f (patch) | |
tree | cf4a03d05f593cd4c5553d219836defa1b556e25 | |
parent | b9e50f84f3a492dfb0a6bb5e97c65c71818bc035 (diff) | |
download | meta-xilinx-e5f21cba4f8f5451dacea2c95f28d591d396a69f.tar.gz |
embeddedsw : Updated SRCREV for 2024.2_8871
Updated commit ID to latest HEAD
-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 e4e335c1..3f1fabab 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] = "7e5ac77dda20030c211966180f11543298addb0a" | 22 | ESW_REV[2024.2] = "f7302c0e874a7cc0e4a1e415dec3e3874bfbf89f" |
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') != '']}" |