diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-04-06 12:50:40 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-04-07 23:37:10 +0530 |
commit | d3481de271a170b43dfdd2badf10dc102381b404 (patch) | |
tree | 5935786897c1e0bfb7146070258f39e5b57ce710 /meta-xilinx-standalone | |
parent | 9d6816c5d5c647ccd4923ebd99a80e0c95225ee5 (diff) | |
download | meta-xilinx-d3481de271a170b43dfdd2badf10dc102381b404.tar.gz |
Updated SRCREV for 2023.1_4191
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 6474dd22..e51599de 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-next" | 6 | ESW_BRANCH[2023.1] = "xlnx_rel_v2023.1-next" |
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] = "cb7af9c855370ff4576f4beb1f1fcb6f8293d50b" | 9 | ESW_REV[2023.1] = "61b7f3569eea652c085eb1385802515dd527e962" |
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') != '']}" |