replace commands for compilng the kernel now that "debian/rules" is fixed

This commit is contained in:
erebion 2024-08-18 14:45:04 +02:00
parent 592465911e
commit 03ee4ef9e3

View file

@ -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