]> git.zerfleddert.de Git - m1-debian/blobdiff - bootstrap.sh
add hint from leif
[m1-debian] / bootstrap.sh
index 6b747ff0a985a8428fc4762a72e2d8ed8af716e6..d3d58ae1bb39b17872353d585850b93c3b69397c 100644 (file)
@@ -50,10 +50,11 @@ build_uboot()
 {
 (
         handle_crosscompile
-        test -d u-boot || git clone --depth 1 https://github.com/AsahiLinux/u-boot
+        test -d u-boot || git clone https://github.com/AsahiLinux/u-boot
         cd u-boot
         git fetch
-        git reset --hard origin/asahi; git clean -f -x -d &> /dev/null
+        # For tag, see https://github.com/AsahiLinux/PKGBUILDs/blob/main/uboot-asahi/PKGBUILD
+        git reset --hard asahi-v2022.07-2; git clean -f -x -d &> /dev/null
         make apple_m1_defconfig
         make -j `nproc`
 )
Impressum, Datenschutz