[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, February 05, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-02-05 Thread Liu, Song
Attendees: ScottR, BruceA, Jessica, TomZ, PaulE, BjörnS, JeffP, DarrenH, Richard, Belen, KevinS, ChrisL, LaurentiuP, DaveST, CristianI, NitinK, Corneliu, RossB, AlexG, ChrisK, SaulW, AlexD, SeanH, SongL Agenda: * Opens collection - 5 min (Song) * Yocto Project 1.3.1 status - 10 min (Ross) - R

[yocto] [meta-yocto][PATCH] poky.conf: Add Ubuntu 12.04.2 to sanity tested distros

2013-02-05 Thread Khem Raj
I have been running poky master on this distro for some time now, this fix will avoid the warning about validated distros during bitbake parse phase. Signed-off-by: Khem Raj --- meta-yocto/conf/distro/poky.conf |1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/poky.co

Re: [yocto] [RFC v3 00/18][eclipse-poky] Storing yocto settings as target profiles

2013-02-05 Thread Zhang, Jessica
Hi Timo, The patch series looks much better. Here're few things we probably need to refine or explore a little bit more: 1. when I remove a profile, I'll get the following warning "Do you really want to the remove the target profile "profile-ide"?Projects using this target profile will be reco

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Tomas Frydrych
On 05/02/13 19:19, Gary Thomas wrote: > On 2013-02-05 12:00, Tomas Frydrych wrote: >> On 05/02/13 18:47, Gary Thomas wrote: >>> Sorry if this isn't the best place to ask... >>> >>> I have a GUI application running on Poky/Yocto with Sato using >>> only a touch screen. My application window takes u

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Gary Thomas
On 2013-02-05 12:00, Tomas Frydrych wrote: On 05/02/13 18:47, Gary Thomas wrote: Sorry if this isn't the best place to ask... I have a GUI application running on Poky/Yocto with Sato using only a touch screen. My application window takes up the whole display which is *very* small (320x240). I

Re: [yocto] Matchbox keyboard

2013-02-05 Thread Tomas Frydrych
On 05/02/13 18:47, Gary Thomas wrote: > Sorry if this isn't the best place to ask... > > I have a GUI application running on Poky/Yocto with Sato using > only a touch screen. My application window takes up the whole > display which is *very* small (320x240). If I try and accept > text input, I c

Re: [yocto] [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries

2013-02-05 Thread Philipp Wagner
Am 05.02.2013 19:50, schrieb Tomas Frydrych: > On 30/01/13 21:51, Philipp Wagner wrote: >> https://github.com/djwillis/meta-raspberrypi/issues/55 >> >> PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" >> +RPROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" > > As I noted in the above

Re: [yocto] [meta-raspberrypi][PATCH 2/2] Add RPROVIDES for OpenGL libraries

2013-02-05 Thread Tomas Frydrych
On 30/01/13 21:51, Philipp Wagner wrote: > https://github.com/djwillis/meta-raspberrypi/issues/55 > > PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" > +RPROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" As I noted in the above issue, this really is wrong; there is *no* libgl provid

[yocto] Matchbox keyboard

2013-02-05 Thread Gary Thomas
Sorry if this isn't the best place to ask... I have a GUI application running on Poky/Yocto with Sato using only a touch screen. My application window takes up the whole display which is *very* small (320x240). If I try and accept text input, I can see the matchbox keyboard try to pop up, but i

[yocto] [meta-ivi][PATCH 3/3] eglibc: Sync with oe-core version

2013-02-05 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../{eglibc_2.16.bbappend => eglibc_2.17.bbappend} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename recipes-core-ivi/eglibc/{eglibc_2.16.bbappend => eglibc_2.17.bbappend} (100%) diff --git a/recipes-core-ivi/eglibc/eglibc_2.16.bbappend b/recipe

[yocto] [meta-ivi][PATCH 2/3] nfs-utils: Sync with oe-core version

2013-02-05 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- ...ils_1.2.3.bbappend => nfs-utils_1.2.7.bbappend} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename recipes-connectivity/nfs-utils/{nfs-utils_1.2.3.bbappend => nfs-utils_1.2.7.bbappend} (100%) diff --git a/recipes-connectivity/nfs-utils/nfs-util

[yocto] [meta-ivi][PATCH 1/3] systemd: Remove bbappend as xz si not GPLv3

2013-02-05 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core-ivi/systemd/systemd_git.bbappend |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) delete mode 100644 recipes-core-ivi/systemd/systemd_git.bbappend diff --git a/recipes-core-ivi/systemd/systemd_git.bbappend b/recipes-core-ivi/systemd

Re: [yocto] pulseaudio madness

2013-02-05 Thread Burton, Ross
Hi Gary, On 5 February 2013 12:44, Gary Thomas wrote: > I have a multi-media application/system (built with Poky/Yocto of course) > that is currently using ALSA for the sound. This works great but now > I'd like to be able to share some of the sound resources, in particular > the audio output (s

[yocto] pulseaudio madness

2013-02-05 Thread Gary Thomas
I have a multi-media application/system (built with Poky/Yocto of course) that is currently using ALSA for the sound. This works great but now I'd like to be able to share some of the sound resources, in particular the audio output (speakers). To satisfy this, I looked at pulseaudio, but I'm ove

[yocto] matchbox-terminal automake-1.13 fix (retry)

2013-02-05 Thread Marko Lindqvist
[PATCH 1/2] configure.ac: fix autoreconf with automake-1.13 Seems that this bounced. (2/2 was INSTALL removal already committed) - ML ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto