From fc6942318aad43400a4e06b4bb8ec97218d75de4 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Thu, 4 May 2023 18:17:00 +0200 Subject: [PATCH] patch does not apply --- bootstrap.sh | 2 -- m1n1_uboot_kernel.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1fd72b5..cddb966 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -127,8 +127,6 @@ publish_artefacts() mkdir -p build cd build -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 - build_rootfs build_dd build_efi diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index f9c3975..2e69f78 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -60,7 +60,6 @@ build_uboot() 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` -- 2.39.2