* where is the qtwebkit*bb recipe that is being appended to?
@ 2014-10-16 9:44 Robert P. J. Day
2014-10-16 9:51 ` Robert P. J. Day
0 siblings, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2014-10-16 9:44 UTC (permalink / raw)
To: meta-freescale
just noticed in this layer the bbappend file:
qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend
but where is the underlying recipe file that this is being appended
to? i don't see it in any other layer.
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: where is the qtwebkit*bb recipe that is being appended to? 2014-10-16 9:44 where is the qtwebkit*bb recipe that is being appended to? Robert P. J. Day @ 2014-10-16 9:51 ` Robert P. J. Day 2014-10-16 15:12 ` Otavio Salvador 0 siblings, 1 reply; 5+ messages in thread From: Robert P. J. Day @ 2014-10-16 9:51 UTC (permalink / raw) To: meta-freescale On Thu, 16 Oct 2014, Robert P. J. Day wrote: > > just noticed in this layer the bbappend file: > > qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend > > but where is the underlying recipe file that this is being appended > to? i don't see it in any other layer. never mind, it seems the underlying qt5 recipes are in the meta-qt5 layer, but that layer is not listed in layer.conf as a dependency of meta-fsl-arm. should the qt5 bbappend files really be part of meta-fsl-arm? it seems like they would more properly belong in meta-fsl-arm-extra. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where is the qtwebkit*bb recipe that is being appended to? 2014-10-16 9:51 ` Robert P. J. Day @ 2014-10-16 15:12 ` Otavio Salvador 2014-10-16 15:20 ` Robert P. J. Day 0 siblings, 1 reply; 5+ messages in thread From: Otavio Salvador @ 2014-10-16 15:12 UTC (permalink / raw) To: Robert P. J. Day; +Cc: meta-freescale@yoctoproject.org On Thu, Oct 16, 2014 at 6:51 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote: > On Thu, 16 Oct 2014, Robert P. J. Day wrote: > >> >> just noticed in this layer the bbappend file: >> >> qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend >> >> but where is the underlying recipe file that this is being appended >> to? i don't see it in any other layer. > > never mind, it seems the underlying qt5 recipes are in the meta-qt5 > layer, but that layer is not listed in layer.conf as a dependency of > meta-fsl-arm. should the qt5 bbappend files really be part of > meta-fsl-arm? it seems like they would more properly belong in > meta-fsl-arm-extra. They should as these patches are BSP support patches. The bbappend files are "enabled" when user adds the meta-qt5 in the layer collection, dynamically. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where is the qtwebkit*bb recipe that is being appended to? 2014-10-16 15:12 ` Otavio Salvador @ 2014-10-16 15:20 ` Robert P. J. Day 2014-10-16 16:05 ` Otavio Salvador 0 siblings, 1 reply; 5+ messages in thread From: Robert P. J. Day @ 2014-10-16 15:20 UTC (permalink / raw) To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org On Thu, 16 Oct 2014, Otavio Salvador wrote: > On Thu, Oct 16, 2014 at 6:51 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote: > > On Thu, 16 Oct 2014, Robert P. J. Day wrote: > > > >> > >> just noticed in this layer the bbappend file: > >> > >> qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend > >> > >> but where is the underlying recipe file that this is being appended > >> to? i don't see it in any other layer. > > > > never mind, it seems the underlying qt5 recipes are in the meta-qt5 > > layer, but that layer is not listed in layer.conf as a dependency of > > meta-fsl-arm. should the qt5 bbappend files really be part of > > meta-fsl-arm? it seems like they would more properly belong in > > meta-fsl-arm-extra. > > They should as these patches are BSP support patches. The bbappend > files are "enabled" when user adds the meta-qt5 in the layer > collection, dynamically. i think we're agreeing here -- my point is that there is no value to the meta-fsl-arm layer containing .bbappend files for which there is no *requirement* that there be the underlying .bb files that correspond to them. so either the meta-fsl-arm layer should add a LAYERDEPENDS entry for meta-qt5, or the qt5 stuff should be moved out of meta-fsl-arm. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where is the qtwebkit*bb recipe that is being appended to? 2014-10-16 15:20 ` Robert P. J. Day @ 2014-10-16 16:05 ` Otavio Salvador 0 siblings, 0 replies; 5+ messages in thread From: Otavio Salvador @ 2014-10-16 16:05 UTC (permalink / raw) To: Robert P. J. Day; +Cc: meta-freescale@yoctoproject.org On Thu, Oct 16, 2014 at 12:20 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote: > On Thu, 16 Oct 2014, Otavio Salvador wrote: > >> On Thu, Oct 16, 2014 at 6:51 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote: >> > On Thu, 16 Oct 2014, Robert P. J. Day wrote: >> > >> >> >> >> just noticed in this layer the bbappend file: >> >> >> >> qt5-layer/recipes-qt/qt5/qtwebkit_%.bbappend >> >> >> >> but where is the underlying recipe file that this is being appended >> >> to? i don't see it in any other layer. >> > >> > never mind, it seems the underlying qt5 recipes are in the meta-qt5 >> > layer, but that layer is not listed in layer.conf as a dependency of >> > meta-fsl-arm. should the qt5 bbappend files really be part of >> > meta-fsl-arm? it seems like they would more properly belong in >> > meta-fsl-arm-extra. >> >> They should as these patches are BSP support patches. The bbappend >> files are "enabled" when user adds the meta-qt5 in the layer >> collection, dynamically. > > i think we're agreeing here -- my point is that there is no value to > the meta-fsl-arm layer containing .bbappend files for which there is > no *requirement* that there be the underlying .bb files that > correspond to them. so either the meta-fsl-arm layer should add a > LAYERDEPENDS entry for meta-qt5, or the qt5 stuff should be moved out > of meta-fsl-arm. No; you are wrong here. The meta-fsl-arm is intended to be the core BSP for every i.MX and ARM based SoCs from Freescale. This includes in adding software specific support when this is the case (as for example Qt5). The way we designed /allows/ the use of Qt5 and the platform support is dynamically included. What makes no sense is to include Qt5 dependency when just some people are going to use it. So we give the good of both worlds. We support Qt5, Chromium, EFL, ... without forcing all these layers to be enabled for every user or unnecessary fragmentation. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-16 16:05 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-16 9:44 where is the qtwebkit*bb recipe that is being appended to? Robert P. J. Day 2014-10-16 9:51 ` Robert P. J. Day 2014-10-16 15:12 ` Otavio Salvador 2014-10-16 15:20 ` Robert P. J. Day 2014-10-16 16:05 ` Otavio Salvador
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.