diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-12 15:20:06 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-12 16:17:10 +0530 |
commit | 4153ebc1a0889e63cf9a0c854d46fbaafadd7f8d (patch) | |
tree | 483ad2ef8ee712a87637880ed58f37feadf6edda /meta-xilinx-standalone | |
parent | a4943e815298dd5558214d4a406fbd37362435e0 (diff) | |
download | meta-xilinx-4153ebc1a0889e63cf9a0c854d46fbaafadd7f8d.tar.gz |
Updated SRCREV of embeddedsw for 2023.2_6275
drivers: emacps: format xemacps.h file
sw_services: xilmailbox: Fix code formatting issues with checkpatch
xilmailbox: Add support for system device-tree flow for example
sw_services: xilmailbox: Add support for system device-tree flow
ipipsu: Fix code formatting issues with checkpatch
ipipsu: 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.bbclass | 2 |
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 8259f0a7..3edd5b3e 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" | |||
8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 8 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
9 | 9 | ||
10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 10 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" |
11 | ESW_REV[2023.2] = "ce7bee8b867f4a7c381aaa5a784fabec3299a8f5" | 11 | ESW_REV[2023.2] = "ca05b7eb25b1584b07e8d1090489e2b67a4e18f9" |
12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 12 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
13 | 13 | ||
14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 14 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |