Skip to content

A Container to build the Kunbus Linux kernel with the kernelbakery.

Notifications You must be signed in to change notification settings

iluminat23/kernelcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernelcontainer

Build the Revolution Pi Kernel in a Docker container.

Usage

git clone https://github.com/iluminat23/kernelcontainer.git
cd kernelcontainer
docker-compose run crossbuild

This downloads all necessary repositories with their full git history. To keep the download slim the build.sh can be changed before building the container to include the --depth 1 flag.

The necessary repositories are the following:

These need to be in the kernelcontainer repository in order to build the kernel with it.

Building the kernel is supported for both armhf and aarch64. To build for aarch64, add ARCH=arm64 to the environment variables that debian/update.sh is called with in build.sh and tell dpkg-buildpackage to build for the architecture arm64. After these changes run

docker-compose build crossbuild
docker-compose run crossbuild

About

A Container to build the Kunbus Linux kernel with the kernelbakery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published