Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-12-01 Thread Daniel.
I'll use that so, thank you very much Paul for the tip! :) Regards, - 2015-12-01 17:59 GMT-02:00 Paul Eggleton : > Yes that's been possible for quite a long time now (possibly going back to OE- > classic). > > Cheers, > Paul > > On Tue, 01 Dec 2015 17:48:26 Daniel.

Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-12-01 Thread Paul Eggleton
Yes that's been possible for quite a long time now (possibly going back to OE- classic). Cheers, Paul On Tue, 01 Dec 2015 17:48:26 Daniel. wrote: > Hmmm that seems to fit as a glove to me, is that possible on Daisy? > > Regards, > - dhs > > 2015-12-01 17:30 GMT-02:00 Paul Eggleton

Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-12-01 Thread Paul Eggleton
On Tue, 01 Dec 2015 11:27:19 Daniel. wrote: > Hi Saul, thanks for your reply > > 2015-11-30 21:29 GMT-02:00 Saul Wold : > > On Mon, 2015-11-30 at 17:25 -0200, Daniel. wrote: > >> Hi, > >> > >> I have one kernel tree where I keep all my modules in-tree. Inside > >> kernel I

Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-12-01 Thread Daniel.
Hmmm that seems to fit as a glove to me, is that possible on Daisy? Regards, - dhs 2015-12-01 17:30 GMT-02:00 Paul Eggleton : > On Tue, 01 Dec 2015 11:27:19 Daniel. wrote: >> Hi Saul, thanks for your reply >> >> 2015-11-30 21:29 GMT-02:00 Saul Wold

Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-12-01 Thread Daniel.
Hi Saul, thanks for your reply 2015-11-30 21:29 GMT-02:00 Saul Wold : > On Mon, 2015-11-30 at 17:25 -0200, Daniel. wrote: >> Hi, >> >> I have one kernel tree where I keep all my modules in-tree. Inside >> kernel I have two FOO_defconfig and BAR_defconfig which are >>

[yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-11-30 Thread Daniel.
Hi, I have one kernel tree where I keep all my modules in-tree. Inside kernel I have two FOO_defconfig and BAR_defconfig which are configurations for FOO-board and BAR-board. On Yocto I have core-layer, FOO-bsp layer and BAR-bsp layer. At core-layer I have linux-custom.bb file which has the URI

Re: [yocto] One kernel tree, two BSP layers, two defconfigs. How to pickup the right one based on MACHINE value?

2015-11-30 Thread Saul Wold
On Mon, 2015-11-30 at 17:25 -0200, Daniel. wrote: > Hi, > > I have one kernel tree where I keep all my modules in-tree. Inside > kernel I have two FOO_defconfig and BAR_defconfig which are > configurations for FOO-board and BAR-board. On Yocto I have > core-layer, FOO-bsp layer and BAR-bsp layer.