All of lore.kernel.org
 help / color / mirror / Atom feed
* [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
@ 2016-05-12 16:00 Geoffrey Parker
  2016-05-12 18:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Geoffrey Parker @ 2016-05-12 16:00 UTC (permalink / raw)
  To: meta-ti

Hi Jacob, Denys,

I'm having a build issue once I pulled in the the 85810547 commit on the meta-ti fido branch:

ERROR: Nothing PROVIDES 'libgbm' (but /home/geoff/yocto/poky/meta-ti/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb DEPENDS on or otherwise requires it). Close matches:
  libgxim
  libsm
  libqb
NOTE: Runtime target 'omap5-sgx-ddk-um-linux-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux-dev', 'libgbm']
NOTE: Runtime target 'omap5-sgx-ddk-um-linux-plugins' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux-plugins', 'libgbm']
NOTE: Runtime target 'omap5-sgx-ddk-um-linux' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux', 'libgbm']

Looking at the meta-layer index I can only find libgbm in the meta-ti master & krogoth branches. 
Our external layers are currently using the Yocto jethro branches except for meta-ti (which has 
not jethro, so we use fido). We are not quite ready to move to krogoth yet.

Best Regards,
Geoff Parker

This e-mail and any files transmitted with it are the property of Arthrex, Inc. and/or its affiliates, are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not one of the named recipient(s) or otherwise have reason to believe that you have received this message in error, please notify the sender at 239-643-5553 and delete this message immediately from your computer. Any other use, retention, dissemination forwarding, printing or copying of this e-mail is strictly prohibited. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, while Arthrex uses virus protection, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
  2016-05-12 16:00 [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS Geoffrey Parker
@ 2016-05-12 18:12 ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2016-05-12 18:12 UTC (permalink / raw)
  To: Geoffrey Parker; +Cc: meta-ti

On Thu, May 12, 2016 at 04:00:25PM +0000, Geoffrey Parker wrote:
> Hi Jacob, Denys,
> 
> I'm having a build issue once I pulled in the the 85810547 commit on the meta-ti fido branch:
> 
> ERROR: Nothing PROVIDES 'libgbm' (but /home/geoff/yocto/poky/meta-ti/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb DEPENDS on or otherwise requires it). Close matches:
>   libgxim
>   libsm
>   libqb
> NOTE: Runtime target 'omap5-sgx-ddk-um-linux-dev' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux-dev', 'libgbm']
> NOTE: Runtime target 'omap5-sgx-ddk-um-linux-plugins' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux-plugins', 'libgbm']
> NOTE: Runtime target 'omap5-sgx-ddk-um-linux' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['omap5-sgx-ddk-um-linux', 'libgbm']
> 
> Looking at the meta-layer index I can only find libgbm in the meta-ti master & krogoth branches. 
> Our external layers are currently using the Yocto jethro branches except for meta-ti (which has 
> not jethro, so we use fido). We are not quite ready to move to krogoth yet.

Geoff,

Ah, I see. I recently moved libgbm from meta-arago to meta-ti. This hasn't 
been backported to fido, but probably should...

-- 
Denys


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
  2016-05-09 16:59 ` Denys Dmytriyenko
@ 2016-05-09 17:00   ` Stiffler, Jacob
  0 siblings, 0 replies; 5+ messages in thread
From: Stiffler, Jacob @ 2016-05-09 17:00 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, May 09, 2016 12:59 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS
> based on REDEPENDS
> 
> Looks fine. What about master?
> 

I am checking the patch right now.

> 
> On Mon, May 09, 2016 at 12:33:50PM -0400, Jacob Stiffler wrote:
> > * The omap5-sgx-ddk-um-linux recipe installs pre-built libraries
> > * Because of this, the dependencies are given as RDEPENDS as they are
> >   not needed for building the recipe
> > * However, this may break recipes which depend on
> >   omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies
> >   may not yet be populated in the sysroot.
> > * This resolves the break in the dependency chain by translating the
> >   RDEPENDS into a list of DEPENDS
> >
> > Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > ---
> >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux_1.14.3699939.bb
> > index a79c61f..a4a00b9 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> > @@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
> >
> >  inherit update-rc.d
> >
> > -PR = "r8"
> > +PR = "r9"
> >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> >
> > +DEPENDS += "libdrm udev libgbm wayland libffi"
> >  RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
> >
> >  RREPLACES_${PN} = "libegl libgles1 libgles2"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
  2016-05-09 16:33 Jacob Stiffler
@ 2016-05-09 16:59 ` Denys Dmytriyenko
  2016-05-09 17:00   ` Stiffler, Jacob
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2016-05-09 16:59 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti

Looks fine. What about master?


On Mon, May 09, 2016 at 12:33:50PM -0400, Jacob Stiffler wrote:
> * The omap5-sgx-ddk-um-linux recipe installs pre-built libraries
> * Because of this, the dependencies are given as RDEPENDS as they are
>   not needed for building the recipe
> * However, this may break recipes which depend on
>   omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies
>   may not yet be populated in the sysroot.
> * This resolves the break in the dependency chain by translating the
>   RDEPENDS into a list of DEPENDS
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> index a79c61f..a4a00b9 100644
> --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> @@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r8"
> +PR = "r9"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
>  
> +DEPENDS += "libdrm udev libgbm wayland libffi"
>  RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
>  
>  RREPLACES_${PN} = "libegl libgles1 libgles2"
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS
@ 2016-05-09 16:33 Jacob Stiffler
  2016-05-09 16:59 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Stiffler @ 2016-05-09 16:33 UTC (permalink / raw)
  To: meta-ti

* The omap5-sgx-ddk-um-linux recipe installs pre-built libraries
* Because of this, the dependencies are given as RDEPENDS as they are
  not needed for building the recipe
* However, this may break recipes which depend on
  omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies
  may not yet be populated in the sysroot.
* This resolves the break in the dependency chain by translating the
  RDEPENDS into a list of DEPENDS

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
index a79c61f..a4a00b9 100644
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
@@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r8"
+PR = "r9"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
 
+DEPENDS += "libdrm udev libgbm wayland libffi"
 RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
 
 RREPLACES_${PN} = "libegl libgles1 libgles2"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-12 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-12 16:00 [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS Geoffrey Parker
2016-05-12 18:12 ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2016-05-09 16:33 Jacob Stiffler
2016-05-09 16:59 ` Denys Dmytriyenko
2016-05-09 17:00   ` Stiffler, Jacob

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.