android-rpi / kernel_manifest

Android-RPi Kernel Manifest
9 stars 19 forks source link

Dockerfile and binaries #2

Open owahltinez opened 3 years ago

owahltinez commented 3 years ago

I have been able to build the kernel using a Docker image, which I think simplifies development since the setup is non trivial. Would you accept a PR with the Dockerfile and build instructions?

Also, I think we should provide pre-built binaries of the kernel as GitHub releases. Automating those builds is probably not worth the effort, so I would suggest manually building the kernel and uploading a zip file.

owahltinez commented 3 years ago

See this for an implementation example of what I'm proposing:

peyo-hd commented 3 years ago

The information in this repository will be kept minimal. For build guidance, it is just referencing AOSP site.

And you can maintain docker registry on forked project.