On Tue, Dec 11, 2018 at 12:55 PM Alan Martinovic
<alan.martino...@senic.com> wrote:
> Seems like conf/local.conf could also offer a solution given that it's
> a temporary
> thing (per build setup), but didn't yet figure out a good mechanism.

You could have a variable in the recipe and override that value in local.conf.

Let's say your recipe is called myexample_git.bb in which you add
something like this:
MYSECRETKEY ?= ""

Then this could be assigned from local.conf using something like:
MYSECRETKEY_pn-myexample = "super secret"

Cheers,
Erik
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to