]> git.zerfleddert.de Git - m1-debian/commitdiff
only build gpu u-boot, do _not_ install it.
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 7 Dec 2022 21:01:51 +0000 (22:01 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 7 Dec 2022 21:01:51 +0000 (22:01 +0100)
gpu.sh
patch_kernel_config.pl

diff --git a/gpu.sh b/gpu.sh
index eaef74c93883db164ff2b4bde77c6f0a3edb6bed..960ccbe9b4d8ded0f81f6bae9bdcd1653068a684 100644 (file)
--- a/gpu.sh
+++ b/gpu.sh
@@ -49,8 +49,6 @@ build_uboot()
         make -j `nproc`
 )
         cat m1n1/build/m1n1.bin   `find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u-boot/u-boot-nodtb.bin) > u-boot.bin
-        sudo cp /boot/efi/m1n1/boot.bin /boot/efi/m1n1/`date +%Y%m%d%H%M`.bin
-        sudo cp u-boot.bin /boot/efi/m1n1/boot.bin
 }
 
 mkdir -p build
index 70f32cd0d1d73894e9f5a505f3f9974021ccdda7..617cfc3af89cc871214e6b060404ac0cca609e7e 100644 (file)
@@ -6,7 +6,7 @@ use warnings FATAL => 'all';
 # This was taken from the linux-image-5.16.0-3-arm64-unsigned
 # Than it was copied as .config in the asahi tree
 # Than make olddefconfig was executed twice
-my @lines = `cat config`;
+my @lines = `cat .config`;
 chomp @lines;
 
 my %asahi_options = (
@@ -98,7 +98,7 @@ for my $o (keys %asahi_options) {
         }
 }
 
-open(CONFIG, '>', 'config.new') || die;
+open(CONFIG, '>', '.config') || die;
 for (keys %debian_options) {
         print CONFIG $_ . '=' . $debian_options{$_} . "\n";
 }
Impressum, Datenschutz