replace commands for compilng the kernel now that "debian/rules" is fixed
This commit is contained in:
parent
592465911e
commit
03ee4ef9e3
1 changed files with 1 additions and 2 deletions
3
IMAGE.md
3
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
|
||||
|
|
Loading…
Reference in a new issue