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

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

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

2015-05-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to include CVE fixes Signed-off-by: Roy Li rongqing...@windriver.com --- .../files/0001-using-the-dynamic-library.patch | 28 ++ .../{sqlite3_3.8.7.4.bb = sqlite3_3.8.10.0.bb}| 8 --- 2 files changed, 33

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 raj.k...@gmail.com wrote: On May 18, 2015, at 6:12 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Mon, May 18, 2015 at 10:08 AM, Andreas Müller schnitzelt...@googlemail.com wrote: On Mon, May 18, 2015 at 2:50 PM, Otavio Salvador

[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

[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 qi.c...@windriver.com --- 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

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

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 rongqing...@windriver.com The building failure still display after upstream commit 055a5bbfc[ pcmciautils: fix for parallel build], so refix it. Signed-off-by: Roy Li rongqing...@windriver.com --- .../0001-fix-a-parallel-building-issue.patch | 45 ++

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

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

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 martin.ja...@gmail.com * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell

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

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 raj.k...@gmail.com 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

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 rongqing...@windriver.com upgrade to include CVE fixes No mention of the additional patch? Signed-off-by: Roy Li rongqing...@windriver.com --- .../files/0001-using-the-dynamic-library.patch | 28

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 sha256 in opkg

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 sona.sarm...@enea.com 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

[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

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 richard.pur...@linuxfoundation.org mailto:richard.pur...@linuxfoundation.org wrote: On Tue, 2015-05-19 at 16:29 +0800, Chen Qi wrote: Add eventmask for buildstats_summary handler.

[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

[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 ad=$OPKG_OFFLINE_ROOT@opkglibdir@/opkg/alternatives to ad=$OPKG_OFFLINE_ROOT/usr/lib/opkg/alternatives. But opkglibdir doesn't equal to /usr/lib here, but equal to /var/lib in oe-core build by

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 clar...@kergoth.com 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

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

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 -- ___

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, this adds the

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

2015-05-19 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to include CVE fixes: CVE-2015-3414 CVE-2015-3415 CVE-2015-3416 Signed-off-by: Roy Li rongqing...@windriver.com --- .../files/0001-using-the-dynamic-library.patch | 30 ++ .../{sqlite3_3.8.7.4.bb =

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 sona.sarm...@enea.com 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

[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 alexander.kana...@linux.intel.com --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 -- 1 file changed, 2 deletions(-) diff --git

[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 ldnu...@ossystems.com.br --- lib/bb/cooker.py | 4

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 ross.bur...@intel.com wrote: On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: +# The resampler plugins create some symlinks, which have to be added to FILES +# manually, since do_split_packages() rejects symlinks. The symlinks

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 tanu.kaski...@linux.intel.com 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

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 tanu.kaski...@linux.intel.com wrote: +LIC_FILES_CHKSUM = file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 + I understand that you just copied existing recipes,

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 tanu.kaski...@linux.intel.com 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 --

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

2015-05-19 Thread Nicolas Dechesne
On Tue, May 19, 2015 at 5:15 PM, Gary Thomas g...@mlbassoc.com 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

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 tanu.kaski...@linux.intel.com wrote: When PulseAudio is installed, alsa-plugins is needed to provide compatibility for ALSA applications. The dependencies

[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] [PATCH 1/5] alsa-plugins: initial recipe

2015-05-19 Thread Burton, Ross
On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com 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

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 tanu.kaski...@linux.intel.com wrote: +REDPENDS_libpulse += pulseaudio-client-conf Typo, RDEPENDS. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

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 ross.bur...@intel.com wrote: On 18 May 2015 at 13:40, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: +# The resampler plugins create some symlinks, which

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

2015-05-19 Thread Nicolas Dechesne
On Tue, May 19, 2015 at 5:43 PM, Gary Thomas g...@mlbassoc.com 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

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: Lucas

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

2015-05-19 Thread Bernhard Reutner-Fischer
On May 19, 2015 10:35:36 AM GMT+02:00, Paul Eggleton paul.eggle...@linux.intel.com 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

[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 ross.bur...@intel.com --- meta/recipes-sato/midori/midori/liststore.patch | 29 +

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 richard.pur...@linuxfoundation.org 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

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 g...@mlbassoc.com 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

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

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 16:15, Gary Thomas g...@mlbassoc.com 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