]> git.zerfleddert.de Git - m1-debian/commitdiff
bump linux / u-boot version; Run clean -f -x -d in the kernel tree to make sure that...
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 12 Oct 2023 19:53:27 +0000 (21:53 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 12 Oct 2023 19:53:27 +0000 (21:53 +0200)
m1n1_uboot_kernel.sh

index dc30fd4985b176ce84874e7e01314403b00c1046..55367157ffda91cd1c9928d6e4e6a4f03508e75b 100644 (file)
@@ -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`
Impressum, Datenschutz