summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-11 20:30:09 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-11 22:47:10 +0530
commitbfb7a67e7ded095a246b1e27142d2d8eb0531dab (patch)
tree0fd0c9d0b3444dc4f058b2ce7543a456b858d615 /meta-xilinx-standalone
parent9124f8e0db8205f8667e7048f9d51d4b20c2153f (diff)
downloadmeta-xilinx-bfb7a67e7ded095a246b1e27142d2d8eb0531dab.tar.gz
Updated SRCREV of embeddedsw for 2023.2_9251
sdps: Fix doxygen warnings freertos10_xilinx: ARM_CR5: Use group 1 interrupts for CortexR52 scugic: Use IRQ for CortexR52 interrupts by default 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 6e401591..c38d02f3 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] = "2e9f85579e203d76b983ff21c4294a8c3d578942" 10ESW_REV[2023.1] = "2e9f85579e203d76b983ff21c4294a8c3d578942"
11ESW_REV[2023.2] = "f905278200ebbd408095de90611923c8314e1d1e" 11ESW_REV[2023.2] = "6696e1ceced046865acc9609a3fbb807cc20e6be"
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') != '']}"