+CONFIG_VIDEO_APPLE_ISP=y
CONFIG_HID_ACRUX_FF=y
CONFIG_LSM_MMAP_MIN_ADDR=32768
CONFIG_IP_NF_ARPTABLES=m
unset LC_CTYPE
unset LANG
+export M1N1_VERSION=1.4.0
+
build_linux()
{
(
test -d linux || git clone https://github.com/AsahiLinux/linux
cd linux
git fetch -a -t
- git reset --hard asahi-6.4-9;
+ git reset --hard asahi-6.5-8;
cat ../../config.txt > .config
make LLVM=${CLANG_VERSION} rustavailable
make LLVM=${CLANG_VERSION} olddefconfig
test -d m1n1 || git clone --recursive https://github.com/AsahiLinux/m1n1
cd m1n1
git fetch -a -t
- git reset --hard v1.3.3;
+ git reset --hard v{M1N1_VERSION};
make -j `nproc`
)
}
package_boot_bin()
{
(
- export M1N1_VERSION=1.3.3
rm -rf m1n1_${M1N1_VERSION}_arm64
mkdir -p m1n1_${M1N1_VERSION}_arm64/DEBIAN m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/
cp u-boot.bin m1n1_${M1N1_VERSION}_arm64/usr/lib/m1n1/boot.bin
libGLX_mesa.so.0 libglx-mesa0
(arch=!hurd-any)MesaGLInteropGLXExportObject@Base 12.0.4
+ MesaGLInteropGLXFlushObjects@Base 23.0.0-202310051942
(arch=!hurd-any)MesaGLInteropGLXQueryDeviceInfo@Base 12.0.4
__glx_Main@Base 17.0.0~
glAccum@Base 0
# the latest mesa tag will be in sync with the latest kernel tag and usually
# also the latest live kernel (except when I'm about to do a release)
# 17:18 <marcan> if those two desync it'll refuse to initialize
-git reset --hard asahi-20230821
+git reset --hard asahi-20230904
rm -rf debian
cp -a ../../mesa-debian debian
EMAIL=thomas@glanzmann.de dch -v 23.0.0-`date +%Y%m%d%H%M` 'asahi wip'
rm -rf ${CARGO_HOME} ${RUSTUP_HOME}
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain none
source "$(pwd)/build/cargo/env"
-rustup override set 1.68.2
+rustup override set 1.72.0
rustup component add rust-src
-cargo install --locked --version 0.56.0 bindgen
+cargo install --locked --version 0.68.1 bindgen-cli
rustup component add rustfmt
rustup component add clippy