diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-05 16:17:53 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-02-05 17:17:11 +0530 |
commit | 7f2930eaaf420388a45bd87c65208ecbcf46fe38 (patch) | |
tree | 8053c6fcd02eae1c8629ff9489fa9fc2d7740c03 | |
parent | 5b9e2e8a4f508ff9f71ed4bc985d24df4ef43336 (diff) | |
download | meta-xilinx-7f2930eaaf420388a45bd87c65208ecbcf46fe38.tar.gz |
embeddedsw : Updated SRCREV for 2024.1_1467
rfdc: Support Baremetal SDT Yocto Flow
scripts: pyesw: Add support for incremental build feature
emacps: driver: HwTail check post increment
sw_services:xilnvm: Program RoSwap only when it is non-zero
gpio: Add support for compiling driver examples in Yocto flow
-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 c96499a6..b10631ce 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
@@ -12,7 +12,7 @@ BRANCH ??= "${@d.getVarFlag('ESW_BRANCH', d.getVar('ESW_VER')) or '${ESW_VER}'}" | |||
12 | ESW_REV[git] = "${AUTOREV}" | 12 | ESW_REV[git] = "${AUTOREV}" |
13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" | 13 | ESW_REV[2023.1] = "af784f742dad0ca6e69e05baf8de51152c396b9a" |
14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" | 14 | ESW_REV[2023.2] = "c9a0ee31b2a14cbcfcb56ca369037319b4ad4847" |
15 | ESW_REV[2024.1] = "c270d44d498dc01b324522d2eb76c5aca872bc60" | 15 | ESW_REV[2024.1] = "5e9d990cb9690a53a21abb849db913df3734dd33" |
16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 16 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
17 | 17 | ||
18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" | 18 | EMBEDDEDSW_BRANCHARG ?= "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH') != '']}" |