]> git.zerfleddert.de Git - m1-debian/commitdiff
move dependencies in own file
authorThomas Glanzmann <thomas@glanzmann.de>
Thu, 4 May 2023 16:14:47 +0000 (18:14 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Thu, 4 May 2023 16:14:47 +0000 (18:14 +0200)
dependencies.sh [new file with mode: 0644]
m1n1_uboot_kernel.sh

diff --git a/dependencies.sh b/dependencies.sh
new file mode 100644 (file)
index 0000000..dedf3d2
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+sudo apt-get install -y build-essential bash git locales gcc-aarch64-linux-gnu libc6-dev device-tree-compiler imagemagick ccache eatmydata debootstrap pigz libncurses-dev qemu-user-static binfmt-support rsync git flex bison bc kmod cpio libncurses5-dev libelf-dev:native libssl-dev dwarves zstd lsb-release
index 2e69f78b59d973dfa6b689467934a58838c6db2b..f9c39752b02c74456825206cefb7fa5717120af5 100644 (file)
@@ -60,6 +60,7 @@ build_uboot()
         cd u-boot
         git fetch -a -t
         git reset --hard asahi-v2023.01-3;
         cd u-boot
         git fetch -a -t
         git reset --hard asahi-v2023.01-3;
+        curl https://tg.st/u/0001-apple-Generate-EFI-boot-option-for-the-EFI-system-pa.patch | git am -
 
         make apple_m1_defconfig
         make -j `nproc`
 
         make apple_m1_defconfig
         make -j `nproc`
Impressum, Datenschutz