Re: [OE-core] [RFC] Add something like bitbake -cmenuconfig ?

2015-05-19 Thread Robert Yang
On 05/18/2015 11:32 PM, Paul Eggleton wrote: On Monday 18 May 2015 08:15:05 Christopher Larson wrote: On Mon, May 18, 2015 at 5:04 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: On Monday 18 May 2015 08:52:04 Otavio Salvador wrote: On Mon, May 18, 2015 at 5:45 AM, Paul Eggleton wr

[OE-core] [PATCH 0/1] buildstats-summary: add eventmask

2015-05-19 Thread Chen Qi
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/buildstats-summary http://cgit.ope

[OE-core] [PATCH 1/1] buildstats-summary: add eventmask

2015-05-19 Thread Chen Qi
Add eventmask for buildstats_summary handler. Signed-off-by: Chen Qi --- meta/classes/buildstats-summary.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/buildstats-summary.bbclass b/meta/classes/buildstats-summary.bbclass index c8fbb2f..7bd528e 100644 --- a/meta/classes

Re: [OE-core] [RFC] Add something like bitbake -cmenuconfig ?

2015-05-19 Thread Paul Eggleton
On Tuesday 19 May 2015 15:09:31 Robert Yang wrote: > Has a uniform backend for configuration sounds like a good idea, here are > some rough thoughts that we can do in metadata, please feel free to give > your comments: > > 1) Add a conf file, bbclass or bb which contains the configable var list >

[OE-core] [PATCH] pcmciautils: fix the parallel building issue

2015-05-19 Thread rongqing.li
From: Roy Li The building failure still display after upstream commit 055a5bbfc[ pcmciautils: fix for parallel build], so refix it. Signed-off-by: Roy Li --- .../0001-fix-a-parallel-building-issue.patch | 45 ++ .../Makefile-fix-for-parallel-build.patch | 41

Re: [OE-core] trouble related to oe-core update

2015-05-19 Thread Andreas Müller
On Tue, May 19, 2015 at 5:54 AM, Khem Raj wrote: > >> On May 18, 2015, at 6:12 AM, Otavio Salvador wrote: >> >> On Mon, May 18, 2015 at 10:08 AM, Andreas Müller >> wrote: >>> On Mon, May 18, 2015 at 2:50 PM, Otavio Salvador >>> wrote: >> ... >>> overestimate please. Still what about angstrom +

Re: [OE-core] [RFC] Add something like bitbake -cmenuconfig ?

2015-05-19 Thread Robert Yang
On 05/19/2015 04:35 PM, Paul Eggleton wrote: On Tuesday 19 May 2015 15:09:31 Robert Yang wrote: Has a uniform backend for configuration sounds like a good idea, here are some rough thoughts that we can do in metadata, please feel free to give your comments: 1) Add a conf file, bbclass or bb w

Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: Move EGL requirement for Wayland

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 02:45, Khem Raj wrote: > > I did this initially and ended with the patch I sent. The reason is > > because the EGL is Wayland specific so I see no reason to split it. > > egl is not wayland specific, unless you are using it in different context In the context of this configure

Re: [OE-core] [PATCH 1/1] buildstats-summary: add eventmask

2015-05-19 Thread Richard Purdie
On Tue, 2015-05-19 at 16:29 +0800, Chen Qi wrote: > Add eventmask for buildstats_summary handler. Why? This says what you've done but not why we need this... Cheers, Richard -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.

Re: [OE-core] [PATCH][V2] sqlite3: upgrade to 3.8.10

2015-05-19 Thread Richard Purdie
On Tue, 2015-05-19 at 14:15 +0800, rongqing...@windriver.com wrote: > From: Roy Li > > upgrade to include CVE fixes No mention of the additional patch? > > Signed-off-by: Roy Li > --- > .../files/0001-using-the-dynamic-library.patch | 28 > ++ > .../{sqlite3_3.8.7.4.

Re: [OE-core] [fido][PATCH] e2fsprogs: install populate-extfs.sh

2015-05-19 Thread Joshua Lock
Thanks Martin, I've queued this in my fido-next branch on openembedded-core-contrib. Regards, Joshua On 16/05/15 05:58, Martin Jansa wrote: From: Martin Jansa * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it w

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Sona Sarmadi
> > I'm guessing you would want something like this in your custom distro > > config (or local.conf if you must): > > > > PACKAGECONFIG_append_pn-opkg = " sha256" > > PACKAGECONFIG_append_pn-opkg-native = " sha256" > Thanks a lot guys for your help, this is now working :) There is support for sha

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Gary Thomas
On 2015-05-19 05:47, Sona Sarmadi wrote: I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = " sha256" PACKAGECONFIG_append_pn-opkg-native = " sha256" Thanks a lot guys for your help, this is now working :

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Otavio Salvador
On Tue, May 19, 2015 at 8:47 AM, Sona Sarmadi wrote: > >> > I'm guessing you would want something like this in your custom distro >> > config (or local.conf if you must): >> > >> > PACKAGECONFIG_append_pn-opkg = " sha256" >> > PACKAGECONFIG_append_pn-opkg-native = " sha256" >> > > Thanks a lot guy

[OE-core] [PATCH][v3] sqlite3: upgrade to 3.8.10

2015-05-19 Thread rongqing.li
From: Roy Li upgrade to include CVE fixes: CVE-2015-3414 CVE-2015-3415 CVE-2015-3416 Signed-off-by: Roy Li --- .../files/0001-using-the-dynamic-library.patch | 30 ++ .../{sqlite3_3.8.7.4.bb => sqlite3_3.8.10.0.bb}| 8 +++--- 2 files changed, 35 inserti

Re: [OE-core] [PATCH 4/4] gst-ffmpeg: fix CVEs

2015-05-19 Thread Alexander Kanavin
On 05/19/2015 04:08 AM, Kai Kang wrote: Backport patches to fix CVEs: CVE-2014-7933, CVE-2014-9318 and CVE-2014-9603. Gstreamer 0.10 is moving to meta-multimedia, so you might want to hold this one off until it lands there. Alex -- ___ Openembedd

Re: [OE-core] [PATCH V5 3/3] systemd: split modules into packages

2015-05-19 Thread Bottazzini, Bruno
On Qui, 2015-05-14 at 00:41 +0200, Andreas Oberritter wrote: > Hello Bruno, > > On 13.05.2015 23:51, Bruno Bottazzini wrote: > > + > > +# Aggregation of Split Packages > > +

Re: [OE-core] [PATCH 1/1] buildstats-summary: add eventmask

2015-05-19 Thread Christopher Larson
On Tue, May 19, 2015 at 3:47 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2015-05-19 at 16:29 +0800, Chen Qi wrote: > > Add eventmask for buildstats_summary handler. > > Why? > > This says what you've done but not why we need this... > > Cheers, > > Richard Also, thi

Re: [OE-core] [PATCH 6/6] gstreamer: remove 0.10 recipes

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 14:58, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > delete mode 100644 meta/recipes-multimedia/gstreamer/ > gst-meta-base_0.10.bb > This recipe provides the gst-meta-audio and gst-meta-video packages that the testapps packagegroup depends on (meta/recipes-cor

[OE-core] [PATCH] testapps: remove old gst-meta-audio/video dependencies

2015-05-19 Thread Alexander Kanavin
Unnecessary because gst-player already pulls in correct gstreamer packages anyway. Signed-off-by: Alexander Kanavin --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-too

[OE-core] [PATCH] cooker: release lockfile on process exit

2015-05-19 Thread Lucas Dutra Nunes
This fixes problems caused by the bitbake process exiting without releasing the lockfile. This is most apparent while running scripts that call bitbake several times, like the "cleanup-workdir" script on oe-core. Signed-off-by: Lucas Dutra Nunes --- lib/bb/cooker.py | 4 1 file changed, 4 i

Re: [OE-core] [oe-core][PATCH 2/2] cleanup-workdir: wait for bitbake instances to finish

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 23:23, Christopher Larson wrote: > The fact that the bitbake UI can exit before the lock has been released is > a bug. Not being able to assume bitbake is done by the time the bitbake > command exits is not ideal, no one should have to block directly o the lock > like this. > A

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Mark Hatle
On 5/19/15 7:01 AM, Otavio Salvador wrote: > On Tue, May 19, 2015 at 8:47 AM, Sona Sarmadi wrote: >> I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = " sha256" PACKAGECONFIG_append_pn-o

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen wrote: > When PulseAudio is installed, alsa-plugins is needed to provide > compatibility for ALSA applications. > > The dependencies are set up so that pulseaudio-server depends on > alsa-plugins-pulseaudio-conf, and alsa-plugins-pulseaudio-conf depends > on

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen wrote: > +# The resampler plugins create some symlinks, which have to be added to > FILES > +# manually, since do_split_packages() rejects symlinks. The symlinks also > cause > +# QA errors, but those errors are false positives, so we disable the QA > checks

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 15:31, Burton, Ross wrote: > On 18 May 2015 at 13:40, Tanu Kaskinen > wrote: > >> +# The resampler plugins create some symlinks, which have to be added to >> FILES >> +# manually, since do_split_packages() rejects symlinks. The symlinks >> also cause >> +# QA errors, but those

Re: [OE-core] [PATCH 3/5] pulseaudio: move client.conf to a separate package

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen wrote: > +REDPENDS_libpulse += "pulseaudio-client-conf" > Typo, RDEPENDS. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openem

Re: [OE-core] [PATCH 4/5] pulseaudio-client-conf-sato: initial recipe

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen wrote: > +LIC_FILES_CHKSUM = > "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ > + > file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > + > I understand that you just copied existing recipes, but I never understoo

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Tanu Kaskinen
On Tue, 2015-05-19 at 15:27 +0100, Burton, Ross wrote: > > On 18 May 2015 at 13:40, Tanu Kaskinen > wrote: > When PulseAudio is installed, alsa-plugins is needed to > provide > compatibility for ALSA applications. > > The dependencies are set up so that pu

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 16:01, Tanu Kaskinen wrote: > meta-guacamayo and meta-webos were used as references when writing the > recipe. It's not a straight copy of either. > I was hoping you'd say that. :) Please mention that in the commit. Ross -- ___ Op

Re: [OE-core] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Tanu Kaskinen
On Tue, 2015-05-19 at 15:42 +0100, Burton, Ross wrote: > > On 19 May 2015 at 15:31, Burton, Ross wrote: > On 18 May 2015 at 13:40, Tanu Kaskinen > wrote: > +# The resampler plugins create some symlinks, which > have to be added to FILES >

[OE-core] media player (gtk-play)

2015-05-19 Thread Gary Thomas
Ross, Do you know if there is a way to tell gtk-play what gstreamer back-end(s) to use? In particular, for my i.MX6 board, it is not choosing the video plugin I think it should and it would be nice to test if it does the right thing if the correct plugin is used. --

Re: [OE-core] media player (gtk-play)

2015-05-19 Thread Nicolas Dechesne
On Tue, May 19, 2015 at 5:15 PM, Gary Thomas wrote: > Do you know if there is a way to tell gtk-play what gstreamer > back-end(s) to use? In particular, for my i.MX6 board, it is > not choosing the video plugin I think it should and it would be > nice to test if it does the right thing if the cor

Re: [OE-core] media player (gtk-play)

2015-05-19 Thread Gary Thomas
On 2015-05-19 09:34, Nicolas Dechesne wrote: On Tue, May 19, 2015 at 5:15 PM, Gary Thomas wrote: Do you know if there is a way to tell gtk-play what gstreamer back-end(s) to use? In particular, for my i.MX6 board, it is not choosing the video plugin I think it should and it would be nice to te

Re: [OE-core] media player (gtk-play)

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 16:15, Gary Thomas wrote: > Do you know if there is a way to tell gtk-play what gstreamer > back-end(s) to use? In particular, for my i.MX6 board, it is > not choosing the video plugin I think it should and it would be > nice to test if it does the right thing if the correct pl

Re: [OE-core] media player (gtk-play)

2015-05-19 Thread Nicolas Dechesne
On Tue, May 19, 2015 at 5:43 PM, Gary Thomas wrote: > This is what I'm looking for except I need to send these to gtk-play, > the GUI front-end. oops.. sorry.. read the email too quickly ;-) -- ___ Openembedded-core mailing list Openembedded-core@lists

[OE-core] [PATCH] midori: fix build with GLib 2.44

2015-05-19 Thread Ross Burton
GLib 2.44 introduced a GListStore type which is ambiguous with GtkListStore when using wildcard using statements. Use the full type name to fix builds. Signed-off-by: Ross Burton --- meta/recipes-sato/midori/midori/liststore.patch | 29 + meta/recipes-sato/midori/midori_

Re: [OE-core] [RFC] Add something like bitbake -cmenuconfig ?

2015-05-19 Thread Bernhard Reutner-Fischer
On May 19, 2015 10:35:36 AM GMT+02:00, Paul Eggleton wrote: >On Tuesday 19 May 2015 15:09:31 Robert Yang wrote: >> Has a uniform backend for configuration sounds like a good idea, here >are >> some rough thoughts that we can do in metadata, please feel free to >give >> your comments: Will read t

Re: [OE-core] [PATCH] cooker: release lockfile on process exit

2015-05-19 Thread Richard Purdie
On Tue, 2015-05-19 at 11:14 -0300, Lucas Dutra Nunes wrote: > This fixes problems caused by the bitbake process exiting without > releasing the lockfile. This is most apparent while running scripts that > call bitbake several times, like the "cleanup-workdir" script on > oe-core. > > Signed-off-by

Re: [OE-core] [PATCH] cooker: release lockfile on process exit

2015-05-19 Thread Otavio Salvador
On Tue, May 19, 2015 at 6:07 PM, Richard Purdie wrote: ... > So having thought more about this, my proposal is actually that rather > than fix this and cause all kinds of other potential problems, we just > make memory resident bitbake the default which is something we'd like to > ideally do in th

[OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-05-19 Thread Li Zhou
When update-alternatives is moved from opkg to opkg-utils, a line in the file is changed from to . But opkglibdir doesn't equal to "/usr/lib" here, but equal to "/var/lib" in oe-core build by configuring --with-opkglibdir. opkg-utils can't get the var value in opkg, so here define opkglibdir to s

Re: [OE-core] [PATCH 1/1] buildstats-summary: add eventmask

2015-05-19 Thread ChenQi
On 05/19/2015 09:40 PM, Christopher Larson wrote: On Tue, May 19, 2015 at 3:47 AM, Richard Purdie > wrote: On Tue, 2015-05-19 at 16:29 +0800, Chen Qi wrote: > Add eventmask for buildstats_summary handler. Why? This says what you've

[OE-core] [PATCH V2 0/1] buildstats-summary: add eventmask

2015-05-19 Thread Chen Qi
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/buildstats-summary http://cgit.ope

[OE-core] [PATCH V2 1/1] buildstats-summary: add eventmask

2015-05-19 Thread Chen Qi
Add eventmask 'bb.event.BuildCompleted' for buildstats_summary handler to avoid running the codes in the handler everytime there's an event. The codes in buildstats_summary only need to run for bb.event.BuildCompleted. So add this event mask. Also, we remove the redundant isinstance() statement i

Re: [OE-core] [PATCH] kernel/rm_work: Improve interaction

2015-05-19 Thread ChenQi
Hi Richard, I've observed a side effect of this patch. The problem is sstate reuse. Steps to reproduce: 1) bitbake core-image-minimal 2) Change TMPDIR in local.conf TMPDIR = "${TOPDIR}/tmp-test" 3) bitbake core-image-minimal In theory, sstate objects are all reused in step 3. But currently

Re: [OE-core] [PATCH] opkg-utils: Change alternatives lib path from /usr/lib/opkg to /var/lib/opkg

2015-05-19 Thread Martin Jansa
Please use the same variable with weak assignment like opkg recipes (so that it can be easily changed from distro config). This also breaks all upgrade paths, is it acceptable? In oe-classic days I've created postinst script which were migrating existing update-alternatives in the rootfs when upda

[OE-core] [PATCH] buildhistory: set commit user name and email for the new git repo

2015-05-19 Thread Mikko Rapeli
git commit needs a user name and email even if --author is set. In most cases users have ~/.gitconfig but in some cases the build user account does not have these set which breaks the build. Change-Id: Idd35df626332756ba5bd61d9273c76c7e63ed3f9 Signed-off-by: Mikko Rapeli --- meta/classes/buildhi