]> git.zerfleddert.de Git - m1-debian/commitdiff
bump versions
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 11 Mar 2023 17:25:55 +0000 (18:25 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 11 Mar 2023 17:25:55 +0000 (18:25 +0100)
m1n1_uboot_kernel.sh
mesa.sh

index 7139197f7dc566268de6486f822bc9225deeb5d9..661265a9eea85befb3115358c0c879707e8826d2 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-1;
+        git reset --hard asahi-6.2-5;
         cat ../../config.txt > .config
         make LLVM=${CLANG_VERSION} rustavailable
         make LLVM=${CLANG_VERSION} olddefconfig
@@ -46,7 +46,7 @@ build_m1n1()
         test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
         cd m1n1
         git fetch -a -t
-        git reset --hard v1.2.4;
+        git reset --hard v1.2.5;
         make -j `nproc`
 )
 }
@@ -58,7 +58,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-v2022.10-1;
+        git reset --hard asahi-v2023.01-3;
 
         make apple_m1_defconfig
         make -j `nproc`
diff --git a/mesa.sh b/mesa.sh
index 24cce78fa413e312f0eebfb63ce4830b5df34750..df2c7f6e7536942026dd7f8485ec037eb5896be6 100644 (file)
--- a/mesa.sh
+++ b/mesa.sh
@@ -10,23 +10,19 @@ cd "$(dirname "$0")"
 unset LC_CTYPE
 unset LANG
 
-main() {
-        mkdir -p build
-        cd build
+mkdir -p build
+cd build
 
-        # devscripts needed for dch and dcmd
-        dpkg -s devscripts >/dev/null 2>&1 || sudo apt-get install devscripts
+# devscripts needed for dch and dcmd
+dpkg -s devscripts >/dev/null 2>&1 || sudo apt-get install devscripts
 
-        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 origin/main
-        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'
-        sudo apt-get build-dep .
-        dpkg-buildpackage -uc -us -a arm64 --build=binary
-}
-
-main "$@"
+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
+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'
+sudo apt-get build-dep .
+dpkg-buildpackage -uc -us -a arm64 --build=binary
Impressum, Datenschutz