summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-06 16:21:06 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-06 17:37:10 +0530
commitf93df9425d74cbefbf0a058795045d835f05ad2b (patch)
treec3efb82f70b49834b6d115fa5f8991f3f343e3ba /meta-xilinx-standalone
parentb102831374cfa18077178d830251170524d6ba46 (diff)
downloadmeta-xilinx-f93df9425d74cbefbf0a058795045d835f05ad2b.tar.gz
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 <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone')
-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 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"
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] = "e328b74c6bbdb79124b2062e0c0deb17dc1ab7fb" 11ESW_REV[2023.2] = "19cd1b5f7cb894a5e4b8da85ea04debe0f7b21dc"
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') != '']}"