From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <53358879.2040109@xenomai.org> Date: Fri, 28 Mar 2014 15:34:33 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <44ha6j7j1j.fsf@lowell-desk.lan> <53346FF7.9010509@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Raspberry Pi - 3.10.34 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gregory Dymarek Cc: "xenomai@xenomai.org" On 03/28/2014 03:22 PM, Gregory Dymarek wrote: > Ok, I think I'm on top of it. Will post all the patches once I test > them properly. > > Another question on the topic of PRE and POST patches. Is there a > reason why prepare-kernel.sh cannot invoke PRE and POST patches > automatically? > > I'm trying to get this into a buildroot and it does not support pre > and post patches. Also, I'm getting a push back on adding the support > for pre- and post- ipipe patches into buildroot. No reason except the fact that -pre and -post patches are a temporary solution while the support for the board is integrated into the mainline kernel. Now, given the evolution pace of ARM platforms, it seems we will always have -pre and -post patches, so it would make sense to add this support to prepare-kernel.sh. So, the answer to your question is "patch welcome". -- Gilles.