From 03ee4ef9e3cbaf42ff433ed82d702d719d685da1 Mon Sep 17 00:00:00 2001 From: erebion Date: Sun, 18 Aug 2024 14:45:04 +0200 Subject: [PATCH] replace commands for compilng the kernel now that "debian/rules" is fixed --- IMAGE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IMAGE.md b/IMAGE.md index 3ecf755..a0e4f8e 100644 --- a/IMAGE.md +++ b/IMAGE.md @@ -20,8 +20,7 @@ Then: ```bash gbp pq import # import the patches to a patch-queue branch with the patches applied -ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make defconfig sdm845.config sdm670.config usb-gadget.config # make kernel config, usb-gadget ist required for SSH via USB Cable -ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make -j$(nproc) bindeb-pkg # make Kernel deb (one directory level up) +DEB_HOST_ARCH=arm64 dpkg-buildpackage -a arm64 -us -uc -rfakeroot -b -Pcross,nocheck ``` ## Building the Image