New comment by Piraty on void-packages repository https://github.com/void-linux/void-packages/pull/26000#issuecomment-761699486 Comment: to sum up current state of discussion: - is building all flavors in the rpi-kernel template fine with everyone? (split into disinct templates could be done later anyway). - pro: one commit per update - con: unnecessarily long build times if i just need rpi3 but build rpi4 as well in the same run - as with the current patch, rpi-kernel will become an orphan for installed rpi{0,1,2,3} systmes but pull in the new rpi{1,2,3}-kernel. an appropriate INSTALL.msg is provided - how to handle rpi0 (as pointed out by @ericonr [here](https://github.com/void-linux/void-packages/pull/26000#discussion_r555040991))? just implicitly assume to run rpi1-kernel? - better split rpi-base into rpi{1,2,3,4}-base as well? that might resolve the rpi-kernel orphan situation as the transitional dummy rpi-base could pull rpi{1,2,3}-base as per target arch mapping which ensures the dependency chain is kept intact @the-maldridge @pbui @ahesford @ericonr @void-linux/pkg-committers