summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-17 12:49:46 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-17 14:17:11 +0530
commita5fc01aca27a5e504fa1e5e82abec4ec0d5228b2 (patch)
treee644b8091dd1d92ec88cbbeaf387ca6b89d5c44c /meta-xilinx-standalone
parent626fa23c7eb2927716377329571a512cc19a4e69 (diff)
downloadmeta-xilinx-a5fc01aca27a5e504fa1e5e82abec4ec0d5228b2.tar.gz
Updated SRCREV of embeddedsw for 2023.2_4219
versal_psmfw: versal_net: set local power state at last emacps: example: Fix GEM1 base address check. 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 57740a1d..8500c598 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] = "7764cc205ef8e016ed6420b9c722664d7a9ec3dc" 11ESW_REV[2023.2] = "448abaa11ad5fc71a2910a7e30c38f09a277eca0"
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') != '']}"