summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-04 22:28:48 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-04-05 00:27:12 +0530
commit886f6a9f92b6a9a4fb6dc6c59737536e4498fc2f (patch)
tree49452ba830b1605d697f78f240173b475c1cced3 /meta-xilinx-standalone
parent41d07cfe99eded7b138a3927e96713ceb92288bd (diff)
downloadmeta-xilinx-886f6a9f92b6a9a4fb6dc6c59737536e4498fc2f.tar.gz
Updated SRCREV for 2023.2_6119
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 be6d21fc..c4407cb2 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] = "355a7b955fb9f3ba021daec3a0e2ae7877b7da9b" 11ESW_REV[2023.2] = "7addf6855144a06f9fa61771b6c994603889cd95"
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') != '']}"