Re: [meta-freescale] Fw: [yocto] dynamic-layers?

2017-06-28 Thread Takashi Matsuzawa
Not really circular dependency, but my actual case looked like below. meta-freescale wants to detect meta-qt5 and meta-openembedded. I have an image that has a layer meta-A who wants to detect bsp type (here, freescale-layer or meta-freescale) also looking into BB_COLLECTIONS. In this case maybe

[meta-freescale] unable to initialize libusb: -99

2017-06-28 Thread Takashi Matsuzawa
Hello. I am trying an image based on morty (2.2) fsl communty BSP on sabre-ai board, and see the lsusb -99 error. Any suggestion/comment on which part of the configuration I should be look into! (I already googl'ed and found some old questions/answers on libusb -99 errors, but I could not figu

[meta-freescale] CONFIG_CFG80211=m build error

2017-06-28 Thread Takashi Matsuzawa
Hello. I am not sure if this linux-fslc-imx specific, but I am having build error with enabling CONFIG_FGB80211 option. If I configure it as module (CONFIG_CFG80211=m), I have build error below. I have no clue about this error since vf610_adc.c is part of audio device driver, nothing to do with

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-06-28 Thread TEXIER Pierre-Jean
2017-06-28 18:10 GMT+02:00 Daiane Angolini : > On Wed, Jun 28, 2017 at 1:20 AM, Vinay Hulagabali > wrote: > > Hi, > > I have loaded the camera drivers of ov5640_mipi in warp7 but I am > not > > sure whether it is correct or not and will you please suggest me how to > load > > drivers and to

Re: [meta-freescale] About loading drivers of camera_ov5640_mipi and to test it in warp7

2017-06-28 Thread Daiane Angolini
On Wed, Jun 28, 2017 at 1:20 AM, Vinay Hulagabali wrote: > Hi, > I have loaded the camera drivers of ov5640_mipi in warp7 but I am not > sure whether it is correct or not and will you please suggest me how to load > drivers and to test it. Last time I worked with warp7 camera it was not work

Re: [meta-freescale] Fw: [yocto] dynamic-layers?

2017-06-28 Thread Otavio Salvador
On Tue, Jun 27, 2017 at 11:41 PM, Takashi Matsuzawa wrote: > Well, I see a potential issue with this. What if I have layers that have > circular (parse order) dependency like below. > > L-A - Wants to detect presense of L-B > L-B - Wants to detect presense of L-C > L-C - Wants to detect presense