[yocto] [meta-ivi][PATCH 1/2] dlt-daemon: Package utils, libraries, test etc. separately

2012-11-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | 24 +++--- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index 9cdbfc0

[yocto] [meta-ivi][PATCH 2/2] dlt-daemon: Use systemd class from meta-systemd

2012-11-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | 31 ++ 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index 7a20647

[yocto] [PATCH][meta-ivi] pango: Remove bbappend as upstream removed its dependency to gnome-common

2012-12-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-graphics/pango/pango_1.30.0.bbappend |8 1 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 recipes-graphics/pango/pango_1.30.0.bbappend diff --git a/recipes-graphics/pango/pango_1.30.0.bbappend b/recipes-graphics/pango

[yocto] [meta-ivi][PATCH 1/2] mesa-dri: Sync bbappend version with oe-core

2012-12-13 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- ...-dri_8.0.4.bbappend => mesa-dri_8.0.5.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/mesa/{mesa-dri_8.0.4.bbappend => mesa-dri_8.0.5.bbappend} (100%) diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbapp

[yocto] [meta-ivi][PATCH 2/2] qt4-embedded: Sync bbappend version with oe-core

2012-12-13 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- ..._4.8.3.bbappend => qt4-embedded_4.8.4.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-qt/qt4/{qt4-embedded_4.8.3.bbappend => qt4-embedded_4.8.4.bbappend} (100%) diff --git a/recipes-qt/qt4/qt4-embedded_4.8.3.bbapp

Re: [yocto] [meta-ivi][PATCH 1/2] mesa-dri: Sync bbappend version with oe-core

2012-12-14 Thread Andrei Gherzan
On Fri, Dec 14, 2012 at 1:07 PM, Burton, Ross wrote: > Hi, > > That append just does: > > PACKAGECONFIG_append_vexpressa9 = " gles egl" > > But 8.0.5 (and actually some of the 8.0.4 releases) have: > > PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', > '', d)} egl gles" > > So

[yocto] [meta-ivi][PATCH 1/2] xserver-xorg: Remove dependency to libgl

2012-12-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../xorg-xserver/xserver-xorg_1.13.0.bbappend |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.13.0.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.13.0.bbappend index c43684e

[yocto] [meta-ivi][PATCH 2/2] layer-management: Replace dependency of libgl with egl

2012-12-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../layer-management/layer-management_0.9.9.bb |4 ++-- .../layer-management/layer-management_git.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/layer-management/layer-management_0.9.9.bb b/recipes

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-01 Thread Andrei Gherzan
On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspber

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-02 Thread Andrei Gherzan
On Wed, Jan 2, 2013 at 6:12 AM, ed nelson wrote: > On 01/01/2013 06:50 PM, Andrei Gherzan wrote: > > On Tue, Jan 1, 2013 at 7:34 PM, ed nelson wrote: > >> I am getting a do_fetch failure on raspberrypi kernel. Is anyone else >> having this problem? >> >>

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
Please submit a bug / contact github with the problem you found. And if you are so kind, please keep me posted. *Andrei Gherzan* mobile +40.744.478.414 fax +40.31.816.28.12 Email: and...@gherzan.ro Email: andrei.gher...@windriver.com Romania On Thu, Jan 3, 2013 at 4:49 PM, ed nelson wrote

[yocto] [meta-ivi][PATCH] layer.conf: Use .= for adding to BBPATH and += to BBFILES

2013-01-04 Thread Andrei Gherzan
Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-

[yocto] [meta-ivi][PATCH 1/4] MAINTAINERS: Add info about patch subject

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- MAINTAINERS |1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4149537..373bdd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2,6 +2,7 @@ This file contains a list of maintainers for the meta-ivi layer. Please submit any

[yocto] [meta-ivi][PATCH 2/4] ofono: Sync version with oe-core

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../{ofono_1.10.bbappend => ofono_1.12.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-connectivity/ofono/{ofono_1.10.bbappend => ofono_1.12.bbappend} (100%) diff --git a/recipes-connectivity/ofono/ofono_1.10.bbapp

[yocto] [meta-ivi][PATCH 3/4] xserver-xorg: Sync version with oe-core

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- 13.0.bbappend => xserver-xorg_1.13.1.bbappend} |0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-graphics/xorg-xserver/{xserver-xorg_1.13.0.bbappend => xserver-xorg_1.13.1.bbappend} (100%) diff --git a/recipes-graphics/xorg-x

[yocto] [meta-ivi][PATCH 4/4] node-startup-controller: Use public repository

2013-01-04 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../node-startup-controller_1.0.1.bb |4 ++-- .../node-startup-controller_git.bb |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended/node-startup-controller/node-startup-controller_1.0.1

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Andrei Gherzan
On Fri, Jan 4, 2013 at 10:22 PM, Alex J Lennon < ajlen...@dynamicdevices.co.uk> wrote: > On 01/01/2013 17:34, ed nelson wrote: > > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > > having this problem? > > > > Build Configuration: > > BB_VERSION= "1.16.0" > > TARGE

[yocto] [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../base-passwd/add-default-root-pass.patch|4 ++-- .../base-passwd/base-passwd_3.5.26.bbappend|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core-ivi/base-passwd/base-passwd/add-default-root-pass.patch b

[yocto] [meta-ivi][PATCH 02/23] README.md: Reformat file to use maximum 80 columns

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- README.md | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe21807..386615b 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,25 @@ following steps: 2. Add meta-ivi path to COREBASE/build

[yocto] [meta-ivi][PATCH 03/23] u-boot: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/u-boot/u-boot_2011.06.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot_2011.06.bbappend b/recipes-bsp/u-boot/u-boot_2011.06.bbappend index 16e9f38..672a019 100644 --- a/recipes-bsp/u-boot/u

[yocto] [meta-ivi][PATCH 04/23] connman: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-connectivity/connman/connman_1.4.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/connman/connman_1.4.bbappend b/recipes-connectivity/connman/connman_1.4.bbappend index 55d5955..cda612b 100644 --- a

[yocto] [meta-ivi][PATCH 05/23] nfs-utils: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../nfs-utils/nfs-utils_1.2.3.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bbappend b/recipes-connectivity/nfs-utils/nfs-utils_1.2.3.bbappend index 005400f..cc459a9

[yocto] [meta-ivi][PATCH 06/23] bluez4: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-connectivity/bluez/bluez4_4.101.bbappend |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-connectivity/bluez/bluez4_4.101.bbappend b/recipes-connectivity/bluez/bluez4_4.101.bbappend index 8f5da72..7610c18 100644 --- a

[yocto] [meta-ivi][PATCH 07/23] obexd: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-connectivity/obexd/obexd_0.47.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/obexd/obexd_0.47.bb b/recipes-connectivity/obexd/obexd_0.47.bb index 550a4ff..46817ef 100644 --- a/recipes-connectivity/obexd

[yocto] [meta-ivi][PATCH 08/23] ofono: Minor file reformatting and fix bashism

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-connectivity/ofono/ofono_1.12.bbappend |9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes-connectivity/ofono/ofono_1.12.bbappend b/recipes-connectivity/ofono/ofono_1.12.bbappend index 2cbc3ac..abe265e 100644 --- a

[yocto] [meta-ivi][PATCH 09/23] portmap: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-connectivity/portmap/portmap_6.0.bbappend |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-connectivity/portmap/portmap_6.0.bbappend b/recipes-connectivity/portmap/portmap_6.0.bbappend index ea1a1c8..515e9ee 100644

[yocto] [meta-ivi][PATCH 10/23] base-files: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../base-files/base-files_3.0.14.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core-ivi/base-files/base-files_3.0.14.bbappend b/recipes-core-ivi/base-files/base-files_3.0.14.bbappend index 51ebca9..5a4a309

[yocto] [meta-ivi][PATCH 11/23] base-passwd: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../base-passwd/base-passwd_3.5.26.bbappend|5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend b/recipes-core-ivi/base-passwd/base-passwd_3.5.26.bbappend index 4e3c8a9

[yocto] [meta-ivi][PATCH 12/23] eglibc: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core-ivi/eglibc/eglibc_2.16.bbappend |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core-ivi/eglibc/eglibc_2.16.bbappend b/recipes-core-ivi/eglibc/eglibc_2.16.bbappend index 715401d..0e82372 100644 --- a/recipes-core

[yocto] [meta-ivi][PATCH 13/23] nebase: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core-ivi/netbase/netbase_5.0.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core-ivi/netbase/netbase_5.0.bbappend b/recipes-core-ivi/netbase/netbase_5.0.bbappend index eb57879..d130a6f 100644 --- a/recipes-core

[yocto] [meta-ivi][PATCH 14/23] systemd: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-core-ivi/systemd/systemd_git.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core-ivi/systemd/systemd_git.bbappend b/recipes-core-ivi/systemd/systemd_git.bbappend index 60df67a..f881b7f 100644 --- a/recipes-core

[yocto] [meta-ivi][PATCH 15/23] dlt-daemon: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index 9cdbfc0..5be4aba 100644 --- a

[yocto] [meta-ivi][PATCH 16/23] node-startup-controller: Remove git version recipe

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../node-startup-controller_git.bb | 53 1 file changed, 53 deletions(-) delete mode 100644 recipes-extended/node-startup-controller/node-startup-controller_git.bb diff --git a/recipes-extended/node-startup-controller

[yocto] [meta-ivi][PATCH 17/23] layer-management: Remove git version recipe

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../include-unistd-for-alarm-in-example.patch | 12 - ...include-unistd-for-usleep-in-OpenGLES2App.patch | 18 --- .../point-to-internal-CMakeVersions.patch | 13 - .../layer-management/layer-management_git.bb | 56

[yocto] [meta-ivi][PATCH 18/23] shadow-securetty: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../shadow-securetty_4.1.4.3.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/shadow-securetty/shadow-securetty_4.1.4.3.bbappend b/recipes-extended/shadow-securetty/shadow-securetty_4.1.4.3.bbappend

[yocto] [meta-ivi][PATCH 19/23] audiomanager: Remove git version recipe

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../audiomanager/audiomanager_git.bb | 43 1 file changed, 43 deletions(-) delete mode 100644 recipes-multimedia/audiomanager/audiomanager_git.bb diff --git a/recipes-multimedia/audiomanager/audiomanager_git.bb b/recipes

[yocto] [meta-ivi][PATCH 20/23] mesa-dri: egl and gles are added by default in PACKAGECONFIG

2013-01-06 Thread Andrei Gherzan
oe-core mesa-dri recipe includes egl and gles by default now in PACKAGECONFIG. Drop this bbappend. Signed-off-by: Andrei Gherzan --- recipes-graphics/mesa/mesa-dri_8.0.5.bbappend |2 -- 1 file changed, 2 deletions(-) delete mode 100644 recipes-graphics/mesa/mesa-dri_8.0.5.bbappend diff

[yocto] [meta-ivi][PATCH 21/23] tiff: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/libtiff/tiff_4.0.3.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/libtiff/tiff_4.0.3.bbappend b/recipes-multimedia/libtiff/tiff_4.0.3.bbappend index 54309d7..238795f 100644 --- a/recipes

[yocto] [meta-ivi][PATCH 22/23] gst-plugins-good: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../gstreamer/gst-plugins-good_0.10.31.bbappend|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend b/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bbappend index

[yocto] [meta-ivi][PATCH 23/23] consolekit: Minor file reformatting

2013-01-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../consolekit/consolekit_0.4.5.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend b/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend index 378631e..1dccee5

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 7:53 PM, Robert P. J. Day wrote: > On Mon, 7 Jan 2013, Alex J Lennon wrote: > > > > Alex > > > > > > Thanks I was able to download and build core-image-sato > > > > > > Having discussion with github but no real solution yet. > > > > > > > Hi Ed, I'm glad that was useful in m

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 8:07 PM, Robert P. J. Day wrote: > On Mon, 7 Jan 2013, Alex J Lennon wrote: > > > On 07/01/2013 17:53, Robert P. J. Day wrote: > > > fatal: The remote end hung up unexpectedly > > > fatal: early EOF > > > fatal: index-pack failed > > > > fwiw there's a note here which relate

[yocto] [meta-ivi][PATCH] consolekit: Remove bbappend as gnome-common is not GPLv3

2013-01-10 Thread Andrei Gherzan
it's not there explicitly. GPL2+ because as far as I could figure out when I tried to, gnome-autogen started in gnome-core which had a GPL2 COPYING file. Signed-off-by: Andrei Gherzan --- .../consolekit/consolekit_0.4.5.bbappend |8 1 file changed, 8 deletions(-) d

[yocto] [meta-intel][PATCH 1/2] ffmpeg: Remove package as nobody depends on it anymore

2013-01-13 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- common/recipes-multimedia/ffmpeg/ffmpeg.inc | 110 - common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb | 44 - 2 files changed, 154 deletions(-) delete mode 100644 common/recipes-multimedia/ffmpeg/ffmpeg.inc delete mode

[yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-13 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- meta-fri2/conf/machine/fri2.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 0efba2a..07ad750 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-13 Thread Andrei Gherzan
On Sun, Jan 13, 2013 at 6:44 PM, Ross Burton wrote: > Sorry for top posting... Have you verified that GL still works with this > major version bump? > > Ross > -- > Ross Burton > Sent with Sparrow <http://www.sparrowmailapp.com/?sig> > > On Sunday, 13 January 20

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-13 Thread Andrei Gherzan
On Sun, Jan 13, 2013 at 10:03 PM, Ross Burton wrote: > On Sunday, 13 January 2013 at 19:39, Andrei Gherzan wrote: > > Tested with a new sato build on master. Everything seems to be OK. > > glxinfo/glxgears or something that actually uses the hardware? &

Re: [yocto] [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root

2013-01-14 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 5:22 AM, ChenQi wrote: > Home directory is now configurable now. > You could specify it in local.conf. > > See the following commits for more details. > > 845c2c0 oprofile: use dynamic root home directory > 2af073a base-passwd: use configurable root home directory > 07b842f

Re: [yocto] [meta-intel][PATCH 2/2] fri2.conf: mesa-dri was updated to 9.0.1

2013-01-24 Thread Andrei Gherzan
On Sun, Jan 13, 2013 at 11:06 PM, Andrei Gherzan wrote: > On Sun, Jan 13, 2013 at 10:03 PM, Ross Burton wrote: > >> On Sunday, 13 January 2013 at 19:39, Andrei Gherzan wrote: >> > Tested with a new sato build on master. Everything seems to be OK. >> >> glxinfo/gl

Re: [yocto] [meta-intel][PATCH 1/2] ffmpeg: Remove package as nobody depends on it anymore

2013-01-24 Thread Andrei Gherzan
Ping On Sun, Jan 13, 2013 at 6:23 PM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > common/recipes-multimedia/ffmpeg/ffmpeg.inc | 110 > - > common/recipes-multimedia/ffmpeg/ffmpeg_0.7.12.bb | 44 - > 2 files chan

[yocto] meta-raspberrypi has a new home - yocto

2013-01-24 Thread Andrei Gherzan
eton Sander van Grieken Tomas Frydrych Tyler Hall Special thanks to David-John Willis. He's actually the owner. :) Keep up the good work guys! -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yo

Re: [yocto] meta-raspberrypi has a new home - yocto

2013-01-25 Thread Andrei Gherzan
On Fri, Jan 25, 2013 at 11:43 AM, Jack Mitchell wrote: > On 24/01/13 19:45, Andrei Gherzan wrote: > >> Hello raspberrypi owners, >> >> I am happy to announce that yoctoproject hosts now the meta-raspberrypi >> BSP layer. >> The web interface is now up and

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-25 Thread Andrei Gherzan
On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt wrote: > When constructing the SD card image, the code was using > the inherited ROOTFS_SIZE, which is the size of the > rootfs contents. When building (for example) a compressed > rootfs, this allocates a partition much larger than necessary. > > Inst

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-26 Thread Andrei Gherzan
On Jan 26, 2013 10:53 AM, "Jan Schmidt" wrote: > > On Sat, 2013-01-26 at 02:19 +0200, Andrei Gherzan wrote: > > On Fri, Jan 25, 2013 at 3:33 PM, Jan Schmidt > > wrote: > > > > > > > This is a good idea but you will have to align

Re: [yocto] [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install

2013-01-26 Thread Andrei Gherzan
d)}:" > > -SRC_URI_append_raspberrypi = " file://xorg.conf.d/* " > +SRC_URI_append_raspberrypi = " \ > + file://xorg.conf.d/10-evdev.conf \ > +" > I don't find this lin ebreak necesssary here. And if it was, don't combine formating commits with other fixes. Thanks, -- Andrei Gherzan m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse

2013-01-26 Thread Andrei Gherzan
; --- a/conf/layer.conf > +++ b/conf/layer.conf > @@ -2,7 +2,7 @@ > BBPATH .= ":${LAYERDIR}" > > # We have a recipes directory containing .bb and .bbappend files, add to > BBFILES > -BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ >

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-01-27 Thread Andrei Gherzan
On Sun, Jan 27, 2013 at 10:17:57PM +1100, Jan Schmidt wrote: > On Sun, 2013-01-27 at 00:47 +0200, Andrei Gherzan wrote: > > On Sat, Jan 26, 2013 at 10:18:24PM +1100, Jan Schmidt wrote: > > > When constructing the SD card image, the code was using > > > the inherited ROO

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux: Add a Linux 3.6 kernel recipe

2013-01-27 Thread Andrei Gherzan
ff-by: Jan Schmidt > --- > recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 34 > ++ > 1 file changed, 34 insertions(+) > create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.6.11.bb Merged. Thank you, -- Andrei Gherzan m: +40.

Re: [yocto] [meta-raspberrypi][PATCH 2/3] bcm2835-bootfiles: Bump the firmware revision

2013-01-27 Thread Andrei Gherzan
n/firmware.inc |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Merged. Thank you, -- Andrei Gherzan m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-ivi][PATCH 1/2] node-startup-controller: Avoid error while reconfigure

2013-01-28 Thread Andrei Gherzan
| DEBUG: Executing shell function do_configure | mkdir: cannot create directory `m4': File exists Signed-off-by: Andrei Gherzan --- .../node-startup-controller_1.0.1.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/node-st

[yocto] [meta-ivi][PATCH 2/2] dlt-daemon: Remove User option from systemd services

2013-01-28 Thread Andrei Gherzan
All systemd services use "genivi" as User option. There is no such username so these services would fail. Signed-off-by: Andrei Gherzan --- recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/recipes-extended/

[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

[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-uti

[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.bbapp

[yocto] [meta-ivi][PATCH 1/3] qemux86.cfg: Activate ecryptfs

2013-02-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-yocto/qemux86.cfg |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto/qemux86.cfg b/recipes-kernel/linux/linux-yocto/qemux86.cfg index ff828b9..6f6ea51 100644 --- a/recipes

[yocto] [meta-ivi][PATCH 2/3] vexpress_a9.cfg: Activate ecryptfs

2013-02-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-yocto/vexpress_a9.cfg |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg b/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg index 9c5052a..5bb37a2 100644

[yocto] [meta-ivi][PATCH 3/3] linux-yocto: Add PRINC

2013-02-06 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-yocto_3.4.bbappend |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend index ca9afbd..10327c3 100644 --- a/recipes

[yocto] [meta-ivi][PATCH] packagegroup-core-p1: Remove wpa-supplicant-systemd as systemd services are now in ${PN}

2013-02-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- .../packagegroups/packagegroup-core-p1.bb |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/recipes-yocto-ivi/packagegroups/packagegroup-core-p1.bb b/recipes-yocto-ivi/packagegroups/packagegroup-core-p1.bb index ea2dfe0..e2989dd

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-07 Thread Andrei Gherzan
__________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Andrei Gherzan
On Fri, Feb 8, 2013 at 12:17 PM, Tomas Frydrych wrote: > Hi Andrei, > > On 07/02/13 14:26, Andrei Gherzan wrote: > > We are moving to userland repo. So we will build our libraries > > I tried to use the userland repo about a week ago and had to revert back > to using

Re: [yocto] [meta-raspberrypi][PATCH 0/2] Binary graphics library fixes

2013-02-08 Thread Andrei Gherzan
On Fri, Feb 8, 2013 at 4:18 PM, Tomas Frydrych wrote: > On 08/02/13 13:03, Andrei Gherzan wrote: > > > > > > > > On Fri, Feb 8, 2013 at 12:17 PM, Tomas Frydrych > > mailto:tf+lists.yo...@r-finger.com>> > wrote: > > > > Hi Andre

[yocto] [meta-raspberrypi][PATCH 1/7] rpi-default-providers: Remove virtual/libgl provider

2013-02-09 Thread Andrei Gherzan
There are no libgl binary shipped in raspberrypi firmware repo. Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc |1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc

[yocto] [meta-raspberrypi][PATCH 2/7] rpi-default-providers: Use userland as provider for egl and gles2

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-providers.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 6abab60..86330e8 100644 --- a/conf

[yocto] [meta-raspberrypi][PATCH 3/7] custom-licenses: Add directory to hold custom licenses

2013-02-09 Thread Andrei Gherzan
Add Broadcom license to this directory. Signed-off-by: Andrei Gherzan --- files/custom-licenses/Broadcom | 25 + 1 file changed, 25 insertions(+) create mode 100644 files/custom-licenses/Broadcom diff --git a/files/custom-licenses/Broadcom b/files/custom-licenses

[yocto] [meta-raspberrypi][PATCH 4/7] layer.conf: Set LICENSE_PATH to layers's custom licenses directory

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/layer.conf |4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index e8b87b2..7bffd4b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \ BBFILE_COLLEC

[yocto] [meta-raspberrypi][PATCH 5/7] recipes.txt: Remove file

2013-02-09 Thread Andrei Gherzan
This file contains outdated informations. Signed-off-by: Andrei Gherzan --- recipes.txt |9 - 1 file changed, 9 deletions(-) delete mode 100644 recipes.txt diff --git a/recipes.txt b/recipes.txt deleted file mode 100644 index f989530..000 --- a/recipes.txt +++ /dev/null

[yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to 8700279495e266378d36092ccf86424f0ee2539f

2013-02-09 Thread Andrei Gherzan
* install_vmcs not needed anymore * By default package is installed in /opt/vc. Move everything in ${prefix}. * Move recipe in recipes-graphics * Add PACKAGE_ARCH = MACHINE_ARCH Signed-off-by: Andrei Gherzan --- recipes-bcm/userland/userland-git/install_vmcs | 279

[yocto] [meta-raspberrypi][PATCH 7/7] vc-graphics.inc: There is no libgl so get rid of this PROVIDES

2013-02-09 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bcm/vc-graphics/vc-graphics.inc |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc index 915b7c1..28c95a1 100644 --- a/recipes-bcm/vc-graphics/vc

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

2013-02-09 Thread Andrei Gherzan
sdl. I actually did this for this case as i remember. libsdl was a dependency for omxplayer and libsdl was triggering mesa in build because of this opengl dependency taken from DISTRO FEATURES. So I made this to trick the package not to depend on mesa but on rpi graphic libraries. But I dropped this u

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries

2013-02-09 Thread Andrei Gherzan
= > "${@bb.utils.contains("TUNE_FEATURES", "callconvention-hard", > "vc-graphics-hardfp", "vc-graphics", d)}" > I like this change but I think the best way would be to switch to userland. So we can compile our own libraries. I sent some patches so please give them a try. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning

2013-02-10 Thread Andrei Gherzan
WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Andrei Gherzan --- recipes-extra/startup/rpi-first-run-wizard.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extra

Re: [yocto] Fwd:

2013-02-12 Thread Andrei Gherzan
On Tue, Feb 12, 2013 at 9:37 AM, Iorga, Cristian wrote: > Hello, this is spam. > > It's more than a spam - it's a virus. Belisko, check your computer. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto

[yocto] [PATCH 1/1] poky-ivi-systemd.conf: Add yoctoproject mirrors

2013-02-12 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/distro/poky-ivi-systemd.conf |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/conf/distro/poky-ivi-systemd.conf b/conf/distro/poky-ivi-systemd.conf index 0f65a4b..1fd13d4 100644 --- a/conf/distro/poky-ivi-systemd.conf +++ b/conf

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-default-providers: Remove virtual/libgl provider

2013-02-20 Thread Andrei Gherzan
Maybe it can be renamed to rpi-graphics-userland or something more > descriptive like that? > > Philipp > > Am 09.02.2013 23:11, schrieb Andrei Gherzan: > > There are no libgl binary shipped in raspberrypi firmware repo. >> >> Signed-off-by: Andrei Gherzan &

Re: [yocto] [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning

2013-02-20 Thread Andrei Gherzan
Thanks. On Tue, Feb 19, 2013 at 4:03 PM, Philipp Wagner wrote: > Am 10.02.2013 18:55, schrieb Andrei Gherzan: > > WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: >> Variable RDEPENDS is set as not being package specific, please fix this. >> >> Si

Re: [yocto] [meta-raspberrypi][PATCH 2/7] rpi-default-providers: Use userland as provider for egl and gles2

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/conf/machine/include/rpi-default-prov

Re: [yocto] [meta-raspberrypi][PATCH 3/7] custom-licenses: Add directory to hold custom licenses

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Add Broadcom license to this directory. > > Signed-off-by: Andrei Gherzan > --- > files/custom-licenses/Broadcom | 25 + > 1 file changed, 25 insertions(+) > create mode 100644

Re: [yocto] [meta-raspberrypi][PATCH 4/7] layer.conf: Set LICENSE_PATH to layers's custom licenses directory

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/layer.conf |4 > 1 file changed, 4 insertions(+) > > diff --git a/conf/layer.conf b/conf/layer.conf > index e8b87b2..7bffd4b 100644 > --- a/conf

Re: [yocto] [meta-raspberrypi][PATCH 5/7] recipes.txt: Remove file

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > This file contains outdated informations. > > Signed-off-by: Andrei Gherzan > --- > recipes.txt |9 - > 1 file changed, 9 deletions(-) > delete mode 100644 recipes.txt > > diff --git

Re: [yocto] [meta-raspberrypi][PATCH 6/7] userland: Update to 8700279495e266378d36092ccf86424f0ee2539f

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > * install_vmcs not needed anymore > * By default package is installed in /opt/vc. Move everything in ${prefix}. > * Move recipe in recipes-graphics > * Add PACKAGE_ARCH = MACHINE_ARCH > > Signed-off-

Re: [yocto] [meta-raspberrypi][PATCH 7/7] vc-graphics.inc: There is no libgl so get rid of this PROVIDES

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > recipes-bcm/vc-graphics/vc-graphics.inc |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc > b/re

Re: [yocto] [meta-raspberrypi][PATCH 1/7] rpi-default-providers: Remove virtual/libgl provider

2013-03-13 Thread Andrei Gherzan
Merged. On Sun, Feb 10, 2013 at 12:11 AM, Andrei Gherzan wrote: > There are no libgl binary shipped in raspberrypi firmware repo. > > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |1 - > 1 file changed, 1 deletion(-) > > d

Re: [yocto] [meta-raspberrypi][PATCH 3/3] sdcard-image: Use the size of the generated rootfs

2013-03-13 Thread Andrei Gherzan
Any news on this. Still waiting for patches :) On Sun, Jan 27, 2013 at 2:04 PM, Jan Schmidt wrote: > On Sun, 2013-01-27 at 13:32 +0200, Andrei Gherzan wrote: > > On Sun, Jan 27, 2013 at 10:17:57PM +1100, Jan Schmidt wrote: > > > On Sun, 2013-01-27 at 00:47 +0200, An

Re: [yocto] [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install

2013-03-13 Thread Andrei Gherzan
Hey Andreas, Is this sill needed? Did you test this lately? On Sun, Jan 27, 2013 at 4:35 PM, Andreas Müller < schnitzelt...@googlemail.com> wrote: > On Sat, Jan 26, 2013 at 11:58 PM, Andrei Gherzan > wrote: > > On Thu, Jan 24, 2013 at 10:57:42PM +0100, Andreas Müller wr

Re: [yocto] [meta-raspberrypi][PATCH 1/1] rpi-first-run-wizard: Fix RDEPENDS warning

2013-03-13 Thread Andrei Gherzan
Merged. On Wed, Feb 20, 2013 at 1:16 PM, Andrei Gherzan wrote: > Thanks. > > > On Tue, Feb 19, 2013 at 4:03 PM, Philipp Wagner > wrote: > >> Am 10.02.2013 18:55, schrieb Andrei Gherzan: >> >> WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: >>>

Re: [yocto] [meta-raspberrypi][PATCH 1/2] Choose correct ABI version of graphics binaries

2013-03-13 Thread Andrei Gherzan
I will drop this patch as we use useland now as default provider. Thank you. On Tue, Feb 12, 2013 at 7:36 PM, Philipp Wagner wrote: > Am 09.02.2013 23:59, Andrei Gherzan wrote: > > I like this change but I think the best way would be to switch to > > userland. So we can

Re: [yocto] [meta-raspberrypi][PATCH] rpi-first-run-wizard: fix QA Error

2013-03-13 Thread Andrei Gherzan
63" > > DEPENDS = "zenity dbus" > -RDEPENDS = "slim sudo zenity dbus" > +RDEPENDS_${PN} = "slim sudo zenity dbus" > > COMPATIBLE_MACHINE = "raspberrypi" > > -- > 1.7.11.7 > > -- *Andrei Gherzan* m: +40.744.478.414 | f:

Re: [yocto] [meta-raspberrypi][PATCH] use right license name for GPLv2

2013-03-13 Thread Andrei Gherzan
n the Raspberry Pi." > -LICENSE = "GPLV2" > +LICENSE = "GPLv2" > LIC_FILES_CHKSUM = > "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" > > DEPENDS = "zenity dbus" > -- > 1.7.11.7 > > -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] Fix FILESEXTRAPATHS, dir is "netbase-5.0"

2013-04-20 Thread Andrei Gherzan
ommend dropping these from meta-raspberrypi completely. Just > my opinion though, anyone else got any thoughts on this? > > Hello guys. Probably dropping would be the best thing here. I don't think that the issue is reproduced anymore with netbase on rpi. If you submit p

Re: [yocto] meta-raspberrypi

2013-05-01 Thread Andrei Gherzan
> Yes, it's maintained by Andrei Gherzan . > > Philipp > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto > -- *Andrei Gherzan*

  1   2   3   4   5   6   7   8   9   10   >