summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-06 12:50:46 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-06 14:17:16 +0530
commit530aa59e0b8d5d1fd294f363409cc7d8cf989341 (patch)
treee34e73d4fa7a0e1cf6c2328730f6159626932e01
parent271a41fa327b99fd26fad1903c9be9b4fedcc90a (diff)
downloadmeta-xilinx-530aa59e0b8d5d1fd294f363409cc7d8cf989341.tar.gz
embeddedsw : Updated SRCREV for 2023.2_5299
lib: sw_apps: empty_application: Add missing endif() at the end of the source v_frmbuf_rd: Modified addtogroup in driver src directory v_frmbuf_rd: New video format support is added to driver - Y_U_V8_420 v_frmbuf_rd: MDD version is modified to v4.7 xilpuf: Add IPI Access permissions for PUF module xilocp: Add IPI Access permissions for OCP module xilsecure: Add IPI Access permissions for Secure module xilnvm: Add IPI Access permissions for NVM module xilloader: Add IPI Access permissions for Loader module xilplmi: Add IPI Access permissions for Error module xilplmi: Add SSIT Msg event access validation xilplmi: Add IPI access filtering support xdmapcie: Adds support for SDT flow devcfg: Add support for system device-tree flow 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 039b11da..feded345 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] = "ef08558128ad75f34df43e59b57928519a56fbf9" 11ESW_REV[2023.2] = "e328b74c6bbdb79124b2062e0c0deb17dc1ab7fb"
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') != '']}"