resources, scripts: Update aarch64 kernel to 5.12

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2021-04-27 09:03:16 +01:00
committed by Sebastien Boeuf
parent dbd8629fad
commit 5d1abec565
2 changed files with 122 additions and 35 deletions

View File

@@ -107,7 +107,7 @@ update_workloads() {
}
SRCDIR=$PWD
LINUX_CUSTOM_BRANCH="ch-5.10.6"
LINUX_CUSTOM_BRANCH="ch-5.12"
# 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