Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-14 Thread Peter Kjellerstedt
s.contains(), and correcting the regular expression). //Peter From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ulf Samuelsson Sent: den 7 juni 2018 17:27 To: Iván Castell Cc: Yocto Project Subject: Re: [yocto] Issue when integrating different bsp-layers o

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-12 Thread Ulf Samuelsson
Maybe something similar to this in local.conf BBMASK .= "${@base_conditional('MACHINE', '', '','|meta-rockchip/recipes-*', d)}" (did not test) If there are multiple machines in the meta-rockchip layer, you have to look for a unique variable which is true only if a machine in the meta-rockchip

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-12 Thread Ulf Samuelsson
You can BBMASK away that bbappend when you are not building the rockchip machine. Best Regards, Ulf Samuelsson > 7 juni 2018 kl. 16:39 skrev Iván Castell : > > Hello forum. > > I am trying to integrate several BSP-layers for different platforms on a > single Yocto repository to build a Linux

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-08 Thread Iván Castell
Hello. Many thanks for your explanation Mr. Trevor. That makes sense to me. At least now we know we are in the good way. 2018-06-07 18:47 GMT+02:00 Trevor Woerner : > Hi Iván, > > On Thu 2018-06-07 @ 04:39:11 PM, Iván Castell wrote: > > When setting the "build" directory with a bblayers.conf

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-07 Thread Trevor Woerner
Hi Iván, On Thu 2018-06-07 @ 04:39:11 PM, Iván Castell wrote: > When setting the "build" directory with a bblayers.conf customized for a > single platform, each platform builds the image recipe properly. > > However, when I have integrated all bsp-layers in a single bblayers.conf, > the

[yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-07 Thread Iván Castell
Hello forum. I am trying to integrate several BSP-layers for different platforms on a single Yocto repository to build a Linux Yocto-based distro for all those platforms easily. The idea is maintaining a single bblayers.conf with all the layers available, set PLATFORM and DISTRO on local.conf,