diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-03-15 15:41:40 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-03-15 17:27:14 +0530 |
commit | b74933e9aa5b832e303a98fe3f67a063c249194e (patch) | |
tree | 27d4ae44278e0e2b9d39da30cbf638ff9dfa11e9 | |
parent | fc4ee2aae0ee10b79662b19c0f6a2b69b70d089f (diff) | |
download | meta-xilinx-b74933e9aa5b832e303a98fe3f67a063c249194e.tar.gz |
Updated SRCREV for 2023.1_6167
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
-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 0ad04072..964341bd 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] = "0ced1a286899feee51ead06a69304060e5906975" | 9 | ESW_REV[2023.1] = "f81f2fb1bf0aa0fc0e893fe9e10cdb49c63af064" |
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') != '']}" |