pmbootstrap/pmb
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
..
aportgen Add gcc4 cross-compiler support (!1754) 2019-02-12 20:57:05 +00:00
build envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
chroot Update copyright to 2019 2019-01-02 09:31:20 +01:00
config static code analysis: make it pass flake8 3.7.4 (!1748) 2019-02-02 17:36:19 -05:00
data install apk keys and binfmt data with setup.py 2018-09-17 10:06:57 +00:00
export Update copyright to 2019 2019-01-02 09:31:20 +01:00
flasher pmbootstrap flasher flash_kernel --partition (!1741) 2019-01-20 01:14:30 +01:00
helpers envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
install pmb: increase inode count for rootfs and use a more accurate size (!1743) 2019-01-21 08:42:22 +01:00
parse envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
qemu qemu: enable keyboard and mouse for aarch64 (!1750) 2019-02-11 21:15:02 +01:00
__init__.py init: fix missing errors if logs didn't initialize (!1755) 2019-02-15 16:01:11 +01:00