Skip to content

donvito007/veux-kernelbuilder

Repository files navigation

veux-kernelbuilder

Basic configuration

Whether you're building on remote server or locally, you must set basic variables before running. They are located at the top of build.sh

  • Recommended config: KERNEL_SOURCE=https://github.com/MiCode/Xiaomi_Kernel_OpenSource

    KBRANCH="-b veux-r-oss"

    DEFCONFIG=qgki_defconfig

Build using Actions

  1. Fork this repo
  2. Settings tab > Actions > General > Allow all actions and reusable workflows > Save
  3. Actions tab > Run workflow
  4. Download the artifact. Flash it with your custom recovery

Build on local host

git clone https://github.com/cachiusa/veux-kernelbuilder cd veux-kernelbuilder && ./build.sh

Usage for build.sh:

  • (leave empty) => run everything from start to end
  • getsource/gettools/startbuild/finalize => run a specific section of build process

About

Kernel build automation targeting Redmi Note 11 Pro 5G/11E Pro/POCO X4 Pro 5G

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages