diff options
author | Mark Hatle <mhatle@xilinx.com> | 2022-06-07 11:11:11 -0700 |
---|---|---|
committer | Mark Hatle <mhatle@xilinx.com> | 2022-06-07 11:11:11 -0700 |
commit | ce3fc9832f5d89c48d543d574530e395729efef1 (patch) | |
tree | 1f5d8b8d59bb00b301e155c79674661d4a604f89 /meta-xilinx-core | |
parent | 66c9dd38c4f332f489707207ea09c1e56c671d82 (diff) | |
download | meta-xilinx-ce3fc9832f5d89c48d543d574530e395729efef1.tar.gz |
linux-xlnx: Update to latest version
Issue: CR-1130331
Fix USB functionality after suspect/resume
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb index b2e14970..1e51ca84 100644 --- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb +++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx_2022.1.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION = "5.15.19" | 1 | LINUX_VERSION = "5.15.19" |
2 | KBRANCH="xlnx_rebase_v5.15_LTS_2022.1_update" | 2 | KBRANCH="xlnx_rebase_v5.15_LTS_2022.1_update" |
3 | SRCREV = "5ead03b6e64b5072737c653bb20ebcd88704e3d1" | 3 | SRCREV = "9203af14476dce35e697e2c3f2d6d2aa7ee0e77a" |
4 | 4 | ||
5 | KCONF_AUDIT_LEVEL="0" | 5 | KCONF_AUDIT_LEVEL="0" |
6 | 6 | ||