Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.12 KB

File metadata and controls

26 lines (16 loc) · 1.12 KB

Eupnea-ChromeOS kernel

This repo has been merged into https://github.com/eupnea-project/linux-kernels

View the old readme

Eupnea-ChromeOS kernel

Kernel docs page

Building the Eupnea-ChromeOS kernel

Build instructions

Overlaid configs

To allow continuously importing changes from the upstream kernel config (currently arch linux) all changes made by the Eupnea team are stored as individual overlay configs that are appended to the base config.

A daily workflow pulls the fresh upstream config into base-kernel.conf , appends the overlay configs (from kernel-conf-overlays) and runs make olddefconfig to automatically combine the configs (the appended config options are prioritized over the base config options) to create combined-kernel.conf which can then used to build the kernel.

Overlays-readme