scripts, resources: aarch64: Update to Linux kernel v5.10 base

This allows the removal of most of the custom patches in particular all
the virtio-fs ones have been integrated.

Fixes: #2070

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-01-05 12:18:09 +00:00
committed by Sebastien Boeuf
parent 642a1a610f
commit 852bf0b2ce
2 changed files with 78 additions and 42 deletions

View File

@@ -107,7 +107,7 @@ update_workloads() {
}
SRCDIR=$PWD
LINUX_CUSTOM_BRANCH="virtio-fs-virtio-iommu-5.8-rc4"
LINUX_CUSTOM_BRANCH="ch-5.10.6"
# Check whether the local HEAD commit same as the remote HEAD or not. Remove the folder if they are different.
if [ -d "$LINUX_CUSTOM_DIR" ]; then