summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorSivaprasad Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-29 16:36:34 +0530
committerSiva Addepalli <sivaprasad.addepalli@xilinx.com>2023-03-29 18:17:10 +0530
commit58affd45adcbf87a70d89c331d96fafe79be06bf (patch)
treed6c51bd36144036ccb184ea1ee84b806bf849892 /meta-xilinx-standalone
parent0669d3e381d31eef4b7afd4a6a9039e0d9c52c19 (diff)
downloadmeta-xilinx-58affd45adcbf87a70d89c331d96fafe79be06bf.tar.gz
Updated SRCREV for 2023.1_8447
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 e02a2e42..1735c51c 100644
--- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
+++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass
@@ -6,7 +6,7 @@ REPO ??= "git://github.com/Xilinx/embeddedsw.git;protocol=https"
6ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" 6ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next"
7BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" 7BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}"
8 8
9ESW_REV[2023.1] = "ea6d53a6156ca8060d18003388430e9aeb1d676f" 9ESW_REV[2023.1] = "2aafc903aa8430f169f2a4a20ec5efa15fe32961"
10SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" 10SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}"
11 11
12EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" 12EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}"