mainboards: Fix kernel version to pass CI

Signed-off-by: Chiao Yang <chiao.cs.yang@gmail.com>
Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
This commit is contained in:
Chiao Yang 2023-12-22 17:06:30 +08:00 committed by ron minnich
parent f648c93105
commit 828da469b2
5 changed files with 5 additions and 7 deletions

View File

@ -239,7 +239,7 @@ fetch: getkernel geturoot getfiano getrom
getkernel:
rm -rf linux
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
getfiano:
go get -u github.com/linuxboot/fiano/cmds/utk

View File

@ -33,7 +33,7 @@ fetch: getkernel geturoot getfiano
getkernel:
rm -rf linux
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
getfiano:
go get -u github.com/linuxboot/fiano/cmds/utk

View File

@ -261,7 +261,7 @@ fetch: getkernel geturoot getfiano getrom
getkernel:
rm -rf linux
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
getlinux-5.4:
rm -rf linux-5.4

View File

@ -211,7 +211,7 @@ fetch: getkernel geturoot getfiano getrom
getkernel:
rm -rf linux
git clone --depth=1 -b working_hack --single-branch https://github.com/linuxboot/linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
getfiano:
go get -u github.com/linuxboot/fiano/cmds/utk

View File

@ -57,9 +57,7 @@ bzImage:
fetch: getkernel geturoot getfiano getrom
getkernel:
rm -rf linux
wget -O kernel.xz https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.xz
xzcat kernel.xz | tar x
mv linux-4.14.111 linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
getfiano:
go get -u github.com/linuxboot/fiano/cmds/utk
go install github.com/linuxboot/fiano/cmds/utk