pmbootstrap/test
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
..
testdata envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
check_checksums.py static code analysis: make it pass flake8 3.7.4 (!1748) 2019-02-02 17:36:19 -05:00
check_devices_in_wiki.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
static_code_analysis.sh Move aports into own repository (pmaports) 2018-09-05 05:57:38 +00:00
test_apk_static.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_aportgen.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_aportgen_device_wizard.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_bootimg.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_build_is_necessary.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_build_package.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_buildroot_aarch64_init.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_chroot_interactive_shell.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_config_user.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_cross_compile_distcc.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_envkernel.py envkernel: Add build command to create an apk package from envkernel (!1747) 2019-02-15 16:24:07 +01:00
test_file.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_folder_size.py pmb: increase inode count for rootfs and use a more accurate size (!1743) 2019-01-21 08:42:22 +01:00
test_frontend.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_helpers_package.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_helpers_pmaports.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_helpers_repo_missing.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_install.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_keys.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_mount.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_newapkbuild.py tests import path: put shipped pmb code first 2018-11-12 07:05:22 +00:00
test_parse_apkbuild.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_parse_apkindex.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_parse_depends.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_pkgrel_bump.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_qemu_running_processes.py tests import path: put shipped pmb code first 2018-11-12 07:05:22 +00:00
test_questions.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_repo.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_run_core.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_shell_escape.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_version.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
test_version_validate.py Update copyright to 2019 2019-01-02 09:31:20 +01:00
testcases_fast.sh Run aportgen test in CI again (!1727) 2018-12-14 07:35:55 +01:00