projects
/
m1-debian
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a420f84
)
no longer crosscompile kernels because some binaries in the headers package and up...
author
Thomas Glanzmann
<thomas@glanzmann.de>
Mon, 7 Aug 2023 09:47:55 +0000
(11:47 +0200)
committer
Thomas Glanzmann
<thomas@glanzmann.de>
Mon, 7 Aug 2023 09:47:55 +0000
(11:47 +0200)
m1n1_uboot_kernel.sh
patch
|
blob
|
blame
|
history
diff --git
a/m1n1_uboot_kernel.sh
b/m1n1_uboot_kernel.sh
index 27264933bea08f1eb68770e363c79444ff9771e8..293f161ea79e4ce66b07df0e90f162c4848820fa 100644
(file)
--- a/
m1n1_uboot_kernel.sh
+++ b/
m1n1_uboot_kernel.sh
@@
-16,19
+16,9
@@
source "$(pwd)/build/cargo/env"
unset LC_CTYPE
unset LANG
-handle_crosscompile()
-{
- if [ "`uname -m`" != 'aarch64' ]; then
- export ARCH=arm64
- export CROSS_COMPILE=aarch64-linux-gnu-
- sudo apt install -y libc6-dev-arm64-cross
- fi
-}
-
build_linux()
{
(
- handle_crosscompile
test -d linux || git clone https://github.com/AsahiLinux/linux
cd linux
git fetch -a -t
@@
-55,7
+45,6
@@
build_m1n1()
build_uboot()
{
(
- handle_crosscompile
test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
cd u-boot
git fetch -a -t
Impressum
,
Datenschutz