diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-05-01 12:51:02 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-05-01 14:57:10 +0530 |
commit | d4732aa636e6764c64030083a20975283c2352d5 (patch) | |
tree | 82d4e78cbf76c4f8bd87203efb87c33b8d1eb2cf /meta-xilinx-standalone | |
parent | 011a2c2c3e352627cbad91056315292df2f28faf (diff) | |
download | meta-xilinx-d4732aa636e6764c64030083a20975283c2352d5.tar.gz |
Updated SRCREV for 2023.1_5339
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 5ea2e088..e74e7dfa 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" | |||
6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" | 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1" |
7 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | 7 | BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" |
8 | 8 | ||
9 | ESW_REV[2023.1] = "e24fe92b5517ee447e560790e798cad792f53bab" | 9 | ESW_REV[2023.1] = "86f54b77641f325042a1101fead96b2714e6d3ef" |
10 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 10 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
11 | 11 | ||
12 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 12 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |