linux.build_kdebs#
Linux Custom Kernel as Debian Package#
There are a myriad of ways to build and install a custom Linux kernel. This worklet builds it as a Debian package. The generated .deb packages are stored in cijoe.output_path.
Retargetable: False#
It is intended to be run “locally” since, currently the collection of the generated .debs are not retrieved via cijoe.get(), doing so would make it retargetable.
- cijoe.linux.scripts.build_kdebs.main(args, cijoe)#
Configure, build and collect the build-artifacts
CLI arguments#
options:
-h, --helpshow this help message and exit
--local_version LOCAL_VERSIONPath to local version of kdebs
--run_local {true,false}Whether or not to execute in the same environment as ‘cijoe’.