pmbootstrap/pmb/parse
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 parser: Add function to read a function from an APKBUILD (!1747) 2019-02-15 16:21:47 +01:00
_apkbuild.py parser: Add function to read a function from an APKBUILD (!1747) 2019-02-15 16:21:47 +01:00
apkindex.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
arch.py pmb/parse/arch.py: add armv6l -> armhf to mapping (!1756) 2019-02-13 10:06:47 +01:00
arguments.py envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
binfmt_info.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
bootimg.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
depends.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
deviceinfo.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
kconfig.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
version.py Update copyright to 2019 2019-01-02 09:31:20 +01:00