From f93df9425d74cbefbf0a058795045d835f05ad2b Mon Sep 17 00:00:00 2001 From: Sivaprasad Addepalli Date: Thu, 6 Jul 2023 16:21:06 +0530 Subject: embeddedsw : Updated SRCREV for 2023.2_8291 canps: Fix code formatting issues with checkpatch canps: Add support for system device-tree flow for example canps: Add support for system device-tree flow dfeofdm: Add phase compensation calculation scripts: linker_files: Move the drvcfg_sec to the appropriate location xilsecure: Add crypto check in features command xilcert: Store the Signature of TBS certificate wdtps: Fix code formatting issues with checkpatch wdtps: Add support for system device-tree flow for examples wdtps: Add support for system device-tree flow sw_services:xilocp: Added xilocp library support on soft microblaze iomodule: Generate the MAX_INTR_SIZE define in the xparameters.h file XilinxProcessorIPLib: drivers: tmr_inject: Add support for system device-tree flow XilinxProcessorIPLib: drivers: tmr_manager: Add support for system device-tree flow v_hdmitx1: Move DSC Decoder Error Callback from Lts2 to LtsP xdmapcie: Fix the yaml syntax issue mutex: Fix code formatting issues with checkpatch mutex: Add support for system device-tree flow for example mutex: Add support for system device-tree flow Signed-off-by: Siva Addepalli --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index feded345..9902f267 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" BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" -ESW_REV[2023.2] = "e328b74c6bbdb79124b2062e0c0deb17dc1ab7fb" +ESW_REV[2023.2] = "19cd1b5f7cb894a5e4b8da85ea04debe0f7b21dc" SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" -- cgit v1.2.3-54-g00ecf