summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/classes
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-21 13:35:25 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-07-21 17:37:09 +0530
commit79fffa55474d96668de09eb709a25a090cf07f7b (patch)
tree4788d529dac3d7ed4b064f16b6a9502ccedc5ac8 /meta-xilinx-standalone/classes
parent74774eeb79db489286d28fdf5d0c26a4d380598a (diff)
downloadmeta-xilinx-79fffa55474d96668de09eb709a25a090cf07f7b.tar.gz
embeddedsw : Updated SRCREV for 2023.2_6935
freertos10_xilinx: Fix FreeRTOS in SDT flow dhrystone: Update UARTNS defines in sdt flow xiplmi: Removed Error Action from Error Table while disabling error plm: versal_net: Fix In-Place Update Failures qspipsu: Fix GCC warnings uartite: Fix GCC warnings canfd: Fix GCC warnings wdtps: Fix peripheral_tests syntax in system device-tree flow wdttb: Fix code formatting issues with checkpatch wdttb: Add support for system device-tree flow for examples wdttb: Add support for system device-tree flow coresightps_dcc: Add support for Zynq and VersalNet in SDT flow driver: cframe: added SDT support sw_services: xilloader:Added check for returning glitch error scutimer: Format it using checkpatch scutimer: Add support for system device tree flow scripts: pyesw: regen_linker: Fix compilation errors on windows driver: cfupmc: added SDT support Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/classes')
-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 fa6079d5..002f1c66 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] = "90843c3dbbd679da4179da21d94b5ac8930747bf" 11ESW_REV[2023.2] = "59e453fa60231b5b946ce4a92e202b51f36e6a6e"
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') != '']}"