On Fri, 2012-11-16 at 09:11 +0530, Tushar Behera wrote:
Of course, this can't be done until Linaro's CI jobs and Ubuntu kernel packaging jobs support multiple config fragments, so for now we're stuck with one config per board. Shall we agree that all of these will live in the central location of the config-boards-tracking branch of git://git.linaro.org/kernel/configs.git ?
Fine with me as long as the basic board config gets pulled into llct. I will post the Origen patch today.
Andrey, shall I'll sent you patches to add vexpress.conf to config-boards-tracking or just do it myself?
Other news, John Rigby has just enabled the Ubuntu kernel packaging CI jobs to support specifying multiple 'board' config fragments; the caveat being that they must all live in the same git repo. That should be OK if you integrate all the config fragments into the branch you are building, like I do, and like we'll have with llct and any branches based on top of that.
As an example, for vexpress we would be able to specify
board_config_frags="linaro/configs/vexpress.conf \ linaro/configs/big-LITTLE-MP.conf \ linaro/configs/vexpress-lt.conf"
Where vexpress.conf is the basic vexpress config for upstream code, big-LITTLE-MP.conf is from PMWG, and vexpress-lt.conf if from the ARM LT tree with the new bits.