pmbootstrap/pmb/build
Robert Yang a6db644f00
envkernel: Add build command to create an apk package from envkernel (!1747)
Provides a quick way to incrementally compile a kernel and push it to
device.

Example usage.

Compile the kernel:
$ cd /src/linux/
$ source /src/pmbootstrap/helpers/envkernel.sh
$ make tegra_postmarketos_defconfig
$ make -jX

Package kernel and flash to device:
$ pmbootstrap build --envkernel linux-samsung-p4wifi
$ pmbootstrap flasher flash_kernel

Modify kernel source then incremental compile, package, and flash:
$ make -jX
$ pmbootstrap build --envkernel linux-samsung-p4wifi
$ pmbootstrap flasher flash_kernel
2019-02-15 16:24:07 +01:00
..
__init__.py envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
_package.py Add gcc4 cross-compiler support (!1754) 2019-02-12 20:57:05 +00:00
autodetect.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
checksum.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
envkernel.py envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
init.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
menuconfig.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
newapkbuild.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
other.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
qemu_workaround_aarch64.py Update copyright to 2019 2019-01-02 09:31:20 +01:00