-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asurada,cherry: use close to mainline kernel and cleanup
- Loading branch information
1 parent
63bc517
commit cb2a84a
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# this file is supposed to be sourced by the get-files shell script | ||
|
||
# use a chromeos based kernel until mainline starts to be useable | ||
chromebook_asurada_chromeos_release_version="6.1.0-cos-mt9%2B" | ||
# this will be required when panfrost starts to get useable | ||
#mesa_release_version="22.1.1" | ||
chromebook_asurada_release_version="6.1.0-cos-mt9%2B" | ||
|
||
rm -f ${DOWNLOAD_DIR}/kernel-chromebook_asurada-${2}.tar.gz | ||
wget -v https://github.com/hexdump0815/linux-chromeos-kernel/releases/download/${chromebook_asurada_chromeos_release_version}/${chromebook_asurada_chromeos_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-chromebook_asurada-${2}.tar.gz | ||
wget -v https://github.com/hexdump0815/linux-chromeos-kernel/releases/download/${chromebook_asurada_release_version}/${chromebook_asurada_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-chromebook_asurada-${2}.tar.gz | ||
|
||
( cd ${DOWNLOAD_DIR} ; tar xzf kernel-chromebook_asurada-${2}.tar.gz boot ; mv boot/vmlinux.kpart-* boot-chromebook_asurada-${2}.dd ; rm -rf boot ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# this file is supposed to be sourced by the get-files shell script | ||
|
||
# use a chromeos based kernel until mainline starts to be useable | ||
chromebook_cherry_chromeos_release_version="5.10.83-chr-r98%2B" | ||
# this will be required when panfrost starts to get useable | ||
#mesa_release_version="22.1.1" | ||
chromebook_cherry_release_version="6.1.0-cos-mt9%2B" | ||
|
||
rm -f ${DOWNLOAD_DIR}/kernel-chromebook_cherry-${2}.tar.gz | ||
wget -v https://github.com/hexdump0815/linux-chromeos-kernel/releases/download/${chromebook_cherry_chromeos_release_version}/${chromebook_cherry_chromeos_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-chromebook_cherry-${2}.tar.gz | ||
wget -v https://github.com/hexdump0815/linux-chromeos-kernel/releases/download/${chromebook_cherry_release_version}/${chromebook_cherry_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-chromebook_cherry-${2}.tar.gz | ||
|
||
( cd ${DOWNLOAD_DIR} ; tar xzf kernel-chromebook_cherry-${2}.tar.gz boot ; mv boot/vmlinux.kpart-* boot-chromebook_cherry-${2}.dd ; rm -rf boot ) |