diff options
| author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2021-07-30 12:18:23 +0530 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 08:17:30 -0700 |
| commit | 8975194b85398331a88fd21b41297bb4fdbe76c8 (patch) | |
| tree | 51e84ae15041860b341a55bf05cc1f83ed4cfde6 | |
| parent | 724afb30c36cba846cf93f309450613ae20e8073 (diff) | |
| download | meta-xilinx-8975194b85398331a88fd21b41297bb4fdbe76c8.tar.gz | |
Updated SRCREV for 2021
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb | 2 | ||||
| -rw-r--r-- | meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb index 98da8e24..0546f8db 100644 --- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb +++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2021.2.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | LINUX_VERSION = "5.10" | 1 | LINUX_VERSION = "5.10" |
| 2 | KBRANCH="master" | 2 | KBRANCH="master" |
| 3 | SRCREV = "7a1899cdc9db309bfcece6eb08ae2c4282226763" | 3 | SRCREV = "8b1d6f1f08cd67a6ce548f522fc67cf182c77784" |
| 4 | 4 | ||
| 5 | KCONF_AUDIT_LEVEL="0" | 5 | KCONF_AUDIT_LEVEL="0" |
| 6 | 6 | ||
diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index 11c70ed0..5b89346c 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | |||
| @@ -17,7 +17,7 @@ ESW_REV[2019.2] = "e8db5fb118229fdc621e0ec7848641a23bf60998" | |||
| 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" | 17 | ESW_REV[2020.1] = "338150ab3628a1ea6b06e964b16e712b131882dd" |
| 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" | 18 | ESW_REV[2020.2] = "2516d5ed8161e16c2813b0e8e4ceac693f23de5c" |
| 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 19 | ESW_REV[2021.1] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
| 20 | ESW_REV[2021.2] = "f9f399e8e6b39eea82d3f2e39440a63630c4717a" | 20 | ESW_REV[2021.2] = "e79a5cb4b399a3cd9bd8025f2762fb123f06166e" |
| 21 | ESW_REV[git] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" | 21 | ESW_REV[git] = "d37a0e8824182597abf31ac3f1087a5321b33ad7" |
| 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" | 22 | SRCREV ??= "${@d.getVarFlag('ESW_REV', d.getVar('ESW_VER')) or '${AUTOREV}'}" |
| 23 | 23 | ||
