From: Thomas Glanzmann Date: Thu, 12 Oct 2023 19:53:27 +0000 (+0200) Subject: bump linux / u-boot version; Run clean -f -x -d in the kernel tree to make sure that... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/e5a3ffbe79597596cf5987286a0711c00d65a047 bump linux / u-boot version; Run clean -f -x -d in the kernel tree to make sure that no old artefacts that were compiled using the wrong llvm/clan version are lying around --- diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index dc30fd4..5536715 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -24,7 +24,8 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.5-13 + git reset --hard asahi-6.5-15 + git clean -f -x -d > /dev/null cat ../../config.txt > .config make LLVM=-15 rustavailable make LLVM=-15 olddefconfig @@ -49,7 +50,7 @@ build_uboot() test -d u-boot || git clone https://github.com/AsahiLinux/u-boot cd u-boot git fetch -a -t - git reset --hard asahi-v2023.07.02-2; + git reset --hard asahi-v2023.07.02-3 make apple_m1_defconfig make -j `nproc`