* overriding arago.conf settings
@ 2015-06-16 9:08 matti kaasinen
2015-06-16 11:24 ` matti kaasinen
2015-06-16 14:32 ` Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: matti kaasinen @ 2015-06-16 9:08 UTC (permalink / raw)
To: meta-arago
[-- Attachment #1: Type: text/plain, Size: 434 bytes --]
Hi!
Do anyone know how to overriding variables set in arago.conf using
layer.conf or local.conf settings (or anything else that touching Arago
layer). I try to set something else on my own layer
(PREFERRED_VERSION_u-boot). I have tried changing layer orders in
bblayers.conf and priority in layer.conf. In fact if I got it right from
Yocto documentation distro.conf is just parsed first and that is what rules.
Thanks,
Matti
[-- Attachment #2: Type: text/html, Size: 493 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: overriding arago.conf settings
2015-06-16 9:08 overriding arago.conf settings matti kaasinen
@ 2015-06-16 11:24 ` matti kaasinen
2015-06-16 14:33 ` Denys Dmytriyenko
2015-06-16 14:32 ` Denys Dmytriyenko
1 sibling, 1 reply; 4+ messages in thread
From: matti kaasinen @ 2015-06-16 11:24 UTC (permalink / raw)
To: meta-arago
[-- Attachment #1: Type: text/plain, Size: 704 bytes --]
I found how to do it in layer.conf:
PREFERRED_VERSION_u-boot_forcevariable = "2013.10"
PREFERRED_VERSION_u-boot-ti-staging_forcevariable = "2013.10%"
2015-06-16 12:08 GMT+03:00 matti kaasinen <matti.kaasinen@gmail.com>:
> Hi!
> Do anyone know how to overriding variables set in arago.conf using
> layer.conf or local.conf settings (or anything else that touching Arago
> layer). I try to set something else on my own layer
> (PREFERRED_VERSION_u-boot). I have tried changing layer orders in
> bblayers.conf and priority in layer.conf. In fact if I got it right from
> Yocto documentation distro.conf is just parsed first and that is what rules.
> Thanks,
> Matti
>
[-- Attachment #2: Type: text/html, Size: 1086 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: overriding arago.conf settings
2015-06-16 11:24 ` matti kaasinen
@ 2015-06-16 14:33 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-06-16 14:33 UTC (permalink / raw)
To: matti kaasinen; +Cc: meta-arago
On Tue, Jun 16, 2015 at 02:24:20PM +0300, matti kaasinen wrote:
> I found how to do it in layer.conf:
> PREFERRED_VERSION_u-boot_forcevariable = "2013.10"
> PREFERRED_VERSION_u-boot-ti-staging_forcevariable = "2013.10%"
Correct. Not sure why would you prefer older u-boot, but still. Also, maybe
local.conf is a better place to do that, but it will work anyway.
> 2015-06-16 12:08 GMT+03:00 matti kaasinen <matti.kaasinen@gmail.com>:
>
> > Hi!
> > Do anyone know how to overriding variables set in arago.conf using
> > layer.conf or local.conf settings (or anything else that touching Arago
> > layer). I try to set something else on my own layer
> > (PREFERRED_VERSION_u-boot). I have tried changing layer orders in
> > bblayers.conf and priority in layer.conf. In fact if I got it right from
> > Yocto documentation distro.conf is just parsed first and that is what rules.
> > Thanks,
> > Matti
> >
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: overriding arago.conf settings
2015-06-16 9:08 overriding arago.conf settings matti kaasinen
2015-06-16 11:24 ` matti kaasinen
@ 2015-06-16 14:32 ` Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-06-16 14:32 UTC (permalink / raw)
To: matti kaasinen; +Cc: meta-arago
On Tue, Jun 16, 2015 at 12:08:36PM +0300, matti kaasinen wrote:
> Hi!
> Do anyone know how to overriding variables set in arago.conf using
> layer.conf or local.conf settings (or anything else that touching Arago
> layer). I try to set something else on my own layer
> (PREFERRED_VERSION_u-boot). I have tried changing layer orders in
> bblayers.conf and priority in layer.conf. In fact if I got it right from
> Yocto documentation distro.conf is just parsed first and that is what rules.
Actually, it's Distro's job to set preferences, hence it usually sets things
unconditionally. That's why it's not very easy to override. But it's possible.
Just use _forcevariable override, e.g. VAR_forcevariable = VAL.
--
Denys
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-16 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 9:08 overriding arago.conf settings matti kaasinen
2015-06-16 11:24 ` matti kaasinen
2015-06-16 14:33 ` Denys Dmytriyenko
2015-06-16 14:32 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.