mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 07:42:25 +00:00
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:
parent
f648c93105
commit
828da469b2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user