All of lore.kernel.org
 help / color / mirror / Atom feed
* xf86-video-omap and libdrm for OMAP
@ 2012-11-20 16:50 Nicolas Dechesne
  2012-11-20 17:10 ` Nicolas Dechesne
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Dechesne @ 2012-11-20 16:50 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

hi

i just noticed that the recipe for xf86-video-omap was just merged into
poky/master, and that libdrm was updated as well (and OMAP experimental
support was enabled too):

0ed7c53 xf86-video-omap: add new recipe to follow the maintained repo
cb758f9 libdrm: upgrade to 2.4.40

from a quick review, i believe this should supersede the recipes from
meta-ti that got merged recently:

410dc02 xf86-video-omap: add new recipe for OMAP4/5 X11 video driver
cce5a7a libdrm: enable omap experimental api support

i won't be able to get that tested in the next couple of days, very likely,
so i wanted to know:

- if anyone tested poky/master (or oe-core as this came from oe-core) on
panda and/or beagle?
- what is the policy in this situation? should we simply remove our recipes
from meta-ti?

cheers

nicolas

[-- Attachment #2: Type: text/html, Size: 1128 bytes --]

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

* Re: xf86-video-omap and libdrm for OMAP
  2012-11-20 16:50 xf86-video-omap and libdrm for OMAP Nicolas Dechesne
@ 2012-11-20 17:10 ` Nicolas Dechesne
  2012-11-20 18:08   ` Enrico
  2012-11-20 18:13   ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Dechesne @ 2012-11-20 17:10 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]

well.. obviously, with the libdrm update, and our .bbappend in meta-ti
things are even worse than I had thought... and the tree doesn't even build
anymore, at least for panda, as we have:

COMPATIBLE_MACHINE = "omap4|omap5"

in the .bbappend

so now that brings another question... should we start a 'danny' branch on
meta-ti? if we remove the libdrm and xf86-video-omap recipes from
meta-ti/master, then we break meta-ti/master with poky/danny...






On Tue, Nov 20, 2012 at 5:50 PM, Nicolas Dechesne <ndec13@gmail.com> wrote:

> hi
>
> i just noticed that the recipe for xf86-video-omap was just merged into
> poky/master, and that libdrm was updated as well (and OMAP experimental
> support was enabled too):
>
> 0ed7c53 xf86-video-omap: add new recipe to follow the maintained repo
> cb758f9 libdrm: upgrade to 2.4.40
>
> from a quick review, i believe this should supersede the recipes from
> meta-ti that got merged recently:
>
> 410dc02 xf86-video-omap: add new recipe for OMAP4/5 X11 video driver
> cce5a7a libdrm: enable omap experimental api support
>
> i won't be able to get that tested in the next couple of days, very
> likely, so i wanted to know:
>
> - if anyone tested poky/master (or oe-core as this came from oe-core) on
> panda and/or beagle?
> - what is the policy in this situation? should we simply remove our
> recipes from meta-ti?
>
> cheers
>
> nicolas
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2170 bytes --]

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

* Re: xf86-video-omap and libdrm for OMAP
  2012-11-20 17:10 ` Nicolas Dechesne
@ 2012-11-20 18:08   ` Enrico
  2012-11-20 18:13   ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Enrico @ 2012-11-20 18:08 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: meta-ti@yoctoproject.org

On Tue, Nov 20, 2012 at 6:10 PM, Nicolas Dechesne <ndec13@gmail.com> wrote:
> well.. obviously, with the libdrm update, and our .bbappend in meta-ti
> things are even worse than I had thought... and the tree doesn't even build
> anymore, at least for panda, as we have:
>
> COMPATIBLE_MACHINE = "omap4|omap5"
>
> in the .bbappend
>
> so now that brings another question... should we start a 'danny' branch on
> meta-ti? if we remove the libdrm and xf86-video-omap recipes from
> meta-ti/master, then we break meta-ti/master with poky/danny...

I think meta-ti should have a danny branch with the current libdrm
2.4.39.bbappend because oe-core danny has 2.4.39 (at least for now),
then in master it can be deleted.

If 2.4.40 doesn't work (i didn't test it) then it should be fixed in
oe-core (unless the fix is not acceptable in oe-core for some reason).

Enrico


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

* Re: xf86-video-omap and libdrm for OMAP
  2012-11-20 17:10 ` Nicolas Dechesne
  2012-11-20 18:08   ` Enrico
@ 2012-11-20 18:13   ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-11-20 18:13 UTC (permalink / raw)
  To: Nicolas Dechesne; +Cc: meta-ti@yoctoproject.org

On Tue, Nov 20, 2012 at 06:10:17PM +0100, Nicolas Dechesne wrote:
> well.. obviously, with the libdrm update, and our .bbappend in meta-ti
> things are even worse than I had thought... and the tree doesn't even build
> anymore, at least for panda, as we have:
> 
> COMPATIBLE_MACHINE = "omap4|omap5"
> 
> in the .bbappend
> 
> so now that brings another question... should we start a 'danny' branch on
> meta-ti? if we remove the libdrm and xf86-video-omap recipes from
> meta-ti/master, then we break meta-ti/master with poky/danny...

Yes, creating danny branch was on my list - was waiting for any specific 
requirements like this one... :)

-- 
Denys


> On Tue, Nov 20, 2012 at 5:50 PM, Nicolas Dechesne <ndec13@gmail.com> wrote:
> 
> > hi
> >
> > i just noticed that the recipe for xf86-video-omap was just merged into
> > poky/master, and that libdrm was updated as well (and OMAP experimental
> > support was enabled too):
> >
> > 0ed7c53 xf86-video-omap: add new recipe to follow the maintained repo
> > cb758f9 libdrm: upgrade to 2.4.40
> >
> > from a quick review, i believe this should supersede the recipes from
> > meta-ti that got merged recently:
> >
> > 410dc02 xf86-video-omap: add new recipe for OMAP4/5 X11 video driver
> > cce5a7a libdrm: enable omap experimental api support
> >
> > i won't be able to get that tested in the next couple of days, very
> > likely, so i wanted to know:
> >
> > - if anyone tested poky/master (or oe-core as this came from oe-core) on
> > panda and/or beagle?
> > - what is the policy in this situation? should we simply remove our
> > recipes from meta-ti?
> >
> > cheers
> >
> > nicolas
> >
> >
> >
> >

> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



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

end of thread, other threads:[~2012-11-20 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-20 16:50 xf86-video-omap and libdrm for OMAP Nicolas Dechesne
2012-11-20 17:10 ` Nicolas Dechesne
2012-11-20 18:08   ` Enrico
2012-11-20 18:13   ` Denys Dmytriyenko

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.