meta-raspberrypi icon indicating copy to clipboard operation
meta-raspberrypi copied to clipboard

Using external kernel source

Open emilm opened this issue 1 year ago • 3 comments

Is it feasible to combine meta-raspberrypi with kernel source from another repository? Like if a 3rd party has a special kernel for their hardware with everything readily patched in, it is more tempting to use that than re-applying patches and keeping up.

Thanks!

emilm avatar Feb 17 '24 00:02 emilm

There are ways of achieving that. Either as a bbappend to the existing kernel recipes or (cleaner) using another provider and overriding the default kernel one. Have you tried any of these venues?

agherzan avatar Feb 19 '24 19:02 agherzan

Well I haven't tried yet because things like LINUX_RPI_KMETA_BRANCH and KMETA makes me wonder if I am tied to anything special for raspberry pi. What do I do with those?

emilm avatar Feb 20 '24 18:02 emilm

LINUX_RPI_KMETA_BRANCH is only used in the SRC_URI definition. I'm sure you can handle that as per your custom kernel fork requirements.

agherzan avatar Mar 04 '24 16:03 agherzan