]> git.zerfleddert.de Git - m1-debian/commitdiff
bump version
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 27 Apr 2023 20:58:39 +0000 (22:58 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 27 Apr 2023 20:58:39 +0000 (22:58 +0200)
m1n1_uboot_kernel.sh
mesa.sh

index f6a984e483110d7c61ec524ab6b3d6340b533339..113c97243fc6583fec3fd01582b25cedee23bdbf 100644 (file)
@@ -32,7 +32,7 @@ build_linux()
         test -d linux || git clone https://github.com/AsahiLinux/linux
         cd linux
         git fetch -a -t
-        git reset --hard asahi-6.2-12;
+        git reset --hard origin/asahi-wip;
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
@@ -69,7 +69,7 @@ build_uboot()
 package_boot_bin()
 {
 (
-        export M1N1_VERSION=1.2.6-1
+        export M1N1_VERSION=1.2.6-2
         rm -rf m1n1_${M1N1_VERSION}_arm64
         mkdir -p m1n1_${M1N1_VERSION}_arm64/DEBIAN m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/
         cp u-boot.bin m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/boot.bin
diff --git a/mesa.sh b/mesa.sh
index df2c7f6e7536942026dd7f8485ec037eb5896be6..424008810e6c8a339a572c3fc04dd5a96927e504 100644 (file)
--- a/mesa.sh
+++ b/mesa.sh
@@ -20,7 +20,12 @@ command -v git >/dev/null || sudo apt-get install git
 test -d mesa || git clone https://gitlab.freedesktop.org/asahi/mesa.git
 cd mesa
 git fetch -a -t
-git reset --hard asahi-20230311
+# 17:17 <marcan> also for mesa, use the latest versioned tag I made, *not* any
+# live branch. mesa and kernel live branches are not kept in sync. generally
+# the latest mesa tag will be in sync with the latest kernel tag and usually
+# also the latest live kernel (except when I'm about to do a release)
+# 17:18 <marcan> if those two desync it'll refuse to initialize
+git reset --hard asahi-20230321
 rm -rf debian
 cp -a ../../mesa-debian debian
 EMAIL=thomas@glanzmann.de dch -v 23.0.0-`date +%Y%m%d%H%M` 'asahi wip'
Impressum, Datenschutz