[OE-core] [PATCH 0/5] network based PR service

Richard Purdie richard.purdie at linuxfoundation.org
Thu May 19 11:35:06 UTC 2011


On Thu, 2011-05-19 at 13:01 +0200, Frans Meulenbroeks wrote:
> What should I do to either disable this for some recipes, or use a
> different (private) server?
> We do not wish to rely on an external server for proprietary recipes (or for
> recipes for which we made a local change in an overlay).
> How is this case handled?

This could be handled by doing things like setting:

PRSERV_HOST_pn-myprivaterecipe = "somelocalhost"

or

PRSERV_HOST_pn-myprivaterecipe = ""

to disable it.

One thing we lack is a good way to apply changes like this, only if code
is within a given layer. Even in that case, it should be possible with
anonymous python to look at the location of the current .bb file and
then conditionally set these variables as appropriate to the right
server.

Certainly this needs to be thought about and documented but I think
there are ways to do it.

Cheers,

Richard







More information about the Openembedded-core mailing list