[oe] progress of gnome3-full-desktop-environment

2018-12-02 Thread Knoppix
Hi, How can I learn what is the progress of gnome3 DE support? I know that there are serios work to implement full-gnome3 on oe-devel but I dont know how can I check last status (I mean which recipes has not implemented yet etc) Regards. -- ___

Re: [oe] [meta-oe][PATCH 1/3] libvncserver: Update to latest version

2018-12-02 Thread Khem Raj
On Sun, Dec 2, 2018 at 12:40 PM akuster808 wrote: > > > > On 12/2/18 11:13 AM, Khem Raj wrote: > > From: Eddie James > > > > The latest release of libvncserver is almost two years old. A number of > > security fixes and enhancements have recently been committed. Since the repo > > is stable,

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-02 Thread Khem Raj
On Sun, Dec 2, 2018 at 6:06 PM Changqing Li wrote: > > > On 11/30/18 4:22 PM, Martin Jansa wrote: > > I think Khem meant http://sources.openembedded.org/ it returns 403, because > listing is disabled, but the files are there. > > Thanks. But I cannot upload file to that website. so I prefer

Re: [oe] [meta-networking][PATCH] geoip: add downloadfilename for geoip database files

2018-12-02 Thread Changqing Li
On 11/30/18 4:22 PM, Martin Jansa wrote: I think Khem meant http://sources.openembedded.org/ it returns 403, because listing is disabled, but the files are there. Thanks.  But  I cannot upload file to that website.  so I prefer use http://downloads.yoctoproject.org/mirror/sources/ as

Re: [oe] [meta-oe][PATCH 1/3] libvncserver: Update to latest version

2018-12-02 Thread akuster808
On 12/2/18 11:13 AM, Khem Raj wrote: > From: Eddie James > > The latest release of libvncserver is almost two years old. A number of > security fixes and enhancements have recently been committed. Since the repo > is stable, point the recipe to the latest commit. > > libvncserver switched from

Re: [oe] [meta-oe][PATCH 2/3] libzip: add libzip 0.9

2018-12-02 Thread akuster808
On 12/2/18 11:13 AM, Khem Raj wrote: > From: Niklas Johansson > > libzip is a C library for reading, creating, and modifying zip > archives. Files can be added from data buffers, files, or > compressed data copied directly from other zip archives. > Changes made without closing the archive can

[oe] [meta-oe][PATCH 3/3] packagegroup-meta-oe.bb: Exclude from world builds

2018-12-02 Thread Khem Raj
It does not parse, since it has many unmet rdepends Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb

[oe] [meta-oe][PATCH 2/3] libzip: add libzip 0.9

2018-12-02 Thread Khem Raj
From: Niklas Johansson libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. Version 0.9 is a little dated and

[oe] [meta-oe][PATCH 1/3] libvncserver: Update to latest version

2018-12-02 Thread Khem Raj
From: Eddie James The latest release of libvncserver is almost two years old. A number of security fixes and enhancements have recently been committed. Since the repo is stable, point the recipe to the latest commit. libvncserver switched from autotools to cmake, so update the recipe as

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-02 Thread Khem Raj
On Sun, Dec 2, 2018 at 8:09 AM Alexander Kanavin wrote: > > On Sun, 2 Dec 2018 at 17:04, Alexander Kanavin wrote: > > > My understanding all ptests are included in the auto mode. I wanted to > > > isolate the ones for meta-oe to get a quicker test run. > > > > > > Am I misunderstanding ptest? >

[oe] [PATCH 2/2] packagegroup-meta-oe: rename the group that contains ptest packages

2018-12-02 Thread Alexander Kanavin
Otherwise packagegroup.bbclass includes the -ptest package for the second time which leads to this error: ERROR: packagegroup-meta-oe-1.0-r0 do_package: QA Issue: packagegroup-meta-oe-ptest is listed in PACKAGES multiple times, this leads to packaging errors. [packages-list] ERROR:

[oe] [PATCH 1/2] packagegroup-meta-oe: drop ptest packages that do not exist

2018-12-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-02 Thread Alexander Kanavin
On Sun, 2 Dec 2018 at 17:04, Alexander Kanavin wrote: > > My understanding all ptests are included in the auto mode. I wanted to > > isolate the ones for meta-oe to get a quicker test run. > > > > Am I misunderstanding ptest? > > The problem appears when ptest is in DISTRO_FEATURES (e.g. poky >

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-02 Thread Alexander Kanavin
On Sun, 2 Dec 2018 at 15:57, akuster808 wrote: > My understanding all ptests are included in the auto mode. I wanted to > isolate the ones for meta-oe to get a quicker test run. > > Am I misunderstanding ptest? The problem appears when ptest is in DISTRO_FEATURES (e.g. poky default). Bitbake

Re: [oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-02 Thread akuster808
On 12/2/18 2:27 AM, Alexander Kanavin wrote: > packagegroup.bbclass adds ptest packages automatically, so there is no need > to maintain manual lists My understanding all ptests are included in the auto mode. I wanted to isolate the ones for meta-oe to get a quicker test run. Am I

[oe] [PATCH] packagegroup-meta-oe: drop ptest groups

2018-12-02 Thread Alexander Kanavin
packagegroup.bbclass adds ptest packages automatically, so there is no need to maintain manual lists Signed-off-by: Alexander Kanavin --- .../packagegroups/packagegroup-meta-oe.bb | 18 -- 1 file changed, 18 deletions(-) diff --git

[oe] [PATCH] packagegroup-meta-oe: drop ptest packages that do not exist

2018-12-02 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index

Re: [oe] [meta-openembedded][PATCH v3 1/7] pyzy: add pyzy recipe

2018-12-02 Thread Khem Raj
fails for arm (raspberrypi3) http://errors.yoctoproject.org/Errors/Details/202895/ On Sat, Dec 1, 2018 at 11:59 AM Pablo Saavedra wrote: > > The chinese pinyin and bopomofo conversion library > > Signed-off-by: Pablo Saavedra > --- > meta-oe/recipes-support/pyzy/pyzy_git.bb | 21