Skip to content

Github Action for Building a Custom Kernel (Work/Update in Progress)

Notifications You must be signed in to change notification settings

carlodandan/Action-Kernel-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

(Work/Update in Progress)

Github Action for Compiling Kernel from Source

Notes

Make sure to edit build file to suits your need.

Change kernel source url with your own, with respective branch you wanna use (if theres a lot branches).

Change defconfig, you could find it in default directory arch/arm64/configs/, or in arch/arm64/configs/vendor. If your defconfig is in the vendor/ directory, make sure to add your defconfig as vendor/name_defconfig.

Change compiler and toolchain based on your preferred version, or based on what your kernel source needs. If you can extract ikconfig on your current kernel, you can check what version used in compiling your stock.

Release

  • Download and Extract the .zip, and look for kernel inside.
  • You should be able to find Image.gz, Image, Image.gz-dtb or whatever it is.
  • Pick one that you actually need.

Flashable Template

Use this template: AnyKernel3 by osmOsis. Please read carefully all the information it before trying.

About

Github Action for Building a Custom Kernel (Work/Update in Progress)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%