mics: Update reference kernel to 6.2

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2023-03-08 15:14:33 -08:00 committed by Rob Bradford
parent 325e62372d
commit c152f9f6bc
4 changed files with 78 additions and 48 deletions

View file

@ -46,7 +46,7 @@ build_custom_linux() {
ARCH=$(uname -m)
SRCDIR=$PWD
LINUX_CUSTOM_DIR="$WORKLOADS_DIR/linux-custom"
LINUX_CUSTOM_BRANCH="ch-6.1.6"
LINUX_CUSTOM_BRANCH="ch-6.2"
LINUX_CUSTOM_URL="https://github.com/cloud-hypervisor/linux.git"
checkout_repo "$LINUX_CUSTOM_DIR" "$LINUX_CUSTOM_URL" "$LINUX_CUSTOM_BRANCH"