summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-25 18:33:08 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-25 20:17:10 +0530
commit5c1a8a675c605e4c395933b06edfb435c67208d6 (patch)
tree05d6d5e07b7a64b1a2daafbeb5121cd63256efbe
parentbc916b12d0d0bd9fe1e029baaef5cb80e30c7c71 (diff)
downloadmeta-xilinx-5c1a8a675c605e4c395933b06edfb435c67208d6.tar.gz
embeddedsw : Updated SRCREV for 2023.2_7347
driver:trngpsx:Update version number of the driver driver:trngpsv:Update version number of the driver sw_services:Update version number of crypto alg for versal_net sw_services:Update version number of crypto alg for versal sw_services:Update version number of crypto alg for zynqmp sw_services:Updated version number of secure libraries Video Drivers: Adding Overview to addtogroup for all video drivers lib: sw_apps: Fix lwip app compilation for MB in non SDT flow xiplmi: Remove Error Action while disabling error xilplmi: Typecast IPI Access macros properly sw_apps: zynqmp_fsbl: added SDT support sw_services:xilplmi:Added NULL check for Tamper Task Create sw_services:xilplmi: Add NULL check in SsitCreateTask sw_services:xilplmi:Updated error codes for process elf Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-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 31670d9e..dbd8faee 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -8,7 +8,7 @@ ESW_BRANCH[2023.2] = "master-next"
8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 8BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
9 9
10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" 10ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab"
11ESW_REV[2023.2] = "914cae1dc327bd1356a28222f561f585ab1210f5" 11ESW_REV[2023.2] = "a3bccd2f53f074b9cb510666be258f8531e4a1fa"
12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 12SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
13 13
14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 14EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"