[oe] Common patch directory for a set of boards.

Phil Blundell pb at reciva.com
Thu Aug 13 21:18:41 UTC 2009


On Thu, 2009-08-13 at 22:49 +0200, Ulf Samuelsson wrote:
> Is there a way to store a patch which is applied to a list of boards,
> but not every board, in a common directory?
> 
> SRC_URI_append_at91sam9263ek += "file://atmel.patch;patch=1"
> SRC_URI_append_at32stk1000 += "file://atmel.patch;patch=1"
> SRC_URI_append_at572d940hf += "file://atmel.patch;patch=1"
> SRC_URI_append_beta1 += "file://beta.patch;patch=1"
> SRC_URI_append_beta2 += "file://beta.patch;patch=1"

So long as the leafnames don't collide, you can just put them in one of
the standard directories (files, ${PN}, ...) and everything will be
fine.

If the leafnames do collide then you can selectively add new directories
to FILESPATHPKG based on ${MACHINE}.

p.






More information about the Openembedded-devel mailing list