From: Thomas Glanzmann Date: Wed, 14 Dec 2022 16:03:15 +0000 (+0100) Subject: bump kernel version and disable debug info X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/edb13c7c0eb6139e80a9746235cab31d3b59085d bump kernel version and disable debug info --- diff --git a/config.txt b/config.txt index 0c12c19..d5856a1 100644 --- a/config.txt +++ b/config.txt @@ -454,7 +454,7 @@ CONFIG_BLK_MQ_VIRTIO=y CONFIG_6LOWPAN_NHC_ROUTING=m CONFIG_IR_MESON=m CONFIG_SENSORS_LIS3LV02D=m -CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO=n CONFIG_SFC_SRIOV=y CONFIG_VIDEO_V4L2_SUBDEV_API=y CONFIG_CHELSIO_T4=m diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 2346db3..ace17ac 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -22,7 +22,7 @@ build_linux() test -d linux || git clone https://github.com/AsahiLinux/linux cd linux git fetch -a -t - git reset --hard asahi-6.1-rc8-3; + git reset --hard asahi-6.1-2; cat ../../config.txt > .config make LLVM=-15 rustavailable make LLVM=-15 olddefconfig diff --git a/patch_kernel_config.pl b/patch_kernel_config.pl index f56cb1d..c8fd1af 100644 --- a/patch_kernel_config.pl +++ b/patch_kernel_config.pl @@ -37,6 +37,7 @@ my %asahi_options = ( 'CONFIG_CHARGER_MACSMC' => 'y', 'CONFIG_COMMON_CLK_APPLE_NCO' => 'y', 'CONFIG_CONSTRUCTORS' => 'y', + 'CONFIG_DEBUG_INFO' => 'n', 'CONFIG_DEBUG_INFO_BTF' => 'n', 'CONFIG_DRM' => 'y', 'CONFIG_DRM_APPLE' => 'y',