Re: [OE-core] [RFC][PATCH] libav: drop unused FFMPEG_LIBS and move libpostproc only to 0.8.11

2014-10-30 Thread Martin Jansa
On Wed, Jul 16, 2014 at 02:13:54PM +0200, Martin Jansa wrote: > * standalone libpostproc recipe depends on libav, but current > PACKAGES_DYNAMIC indicated > that libav-9.13 also provides libpostproc ping > > Signed-off-by: Martin Jansa > --- > meta/recipes-multimedia/libav/libav.inc |

[OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Chen Qi
systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like below. systemd: PAM _pam_load_conf_file: unable to open /etc/pam.d/system-auth Signed-off-by: Chen Qi --- meta/recipes-extended/pam/libpam/pam.

[OE-core] [PATCH 0/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Chen Qi
The following changes since commit 4143f3b0ce0d0c52f5b0babc1bb16ac0ac9610eb: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/libpam-systemd http://cgit.open

Re: [OE-core] [PATCH 0/6] some wic bugfixes

2014-10-30 Thread Maciej Borzecki
On Wednesday 29 of October 2014 17:04:20 Tom Zanussi wrote: > This patchset fixes a couple serious wic bugs: > > [YOCTO #6863] - Wic fails to create a working image for a large file system > [YOCTO #6290] - Update WIC for gummiboot > > I generated core-image-sdk images for each of the wic image t

[OE-core] [PATCH 0/1] sysstat: add configuration file in tmpfiles.d

2014-10-30 Thread Chen Qi
The following changes since commit 4143f3b0ce0d0c52f5b0babc1bb16ac0ac9610eb: nativesdk-cmake: Adjust toolchain paths dynamically (2014-10-24 21:59:34 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/sysstat-tmpfiles http://cgit.op

[OE-core] [PATCH 1/1] sysstat: add configuration file in tmpfiles.d

2014-10-30 Thread Chen Qi
In sysvinit, we create /var/log/sa via populate-volatiles.sh script and /etc/default/volatile/99_sysstat configuration file. In systemd, we need to create a corresponding configuration file under /etc/tmpfiles.d in order to create /var/log/sa. Signed-off-by: Chen Qi --- meta/recipes-extended/sy

[OE-core] [RFCv2 2/2] scripts: modify environment to use python2 instead

2014-10-30 Thread Martin Hundebøll
In distributions where /usr/bin/python points at python3, the check for python version fails even when python2 is available at /usr/bin/python2. The usual way to circumvent this is to manually create a fake environment, where python is a symlink to python2. Since openembedded already sets up a sem

[OE-core] [RFCv2 0/2] Support systems with python3 as default

2014-10-30 Thread Martin Hundebøll
Since more distributions plan to move to python3, steps should be taken to support such systems. My previous attemt was pretty intrusive and changed all occurrences of /usr/bin/{env ,}python to /usr/bin/env python2. Such apporach might break on systems with no python2 alias in env, so here is a di

[OE-core] [RFCv2 1/2] scripts: use '/usr/bin/env' in shebangs with python

2014-10-30 Thread Martin Hundebøll
To support yocto on systems with python3 as default version, scripts should use /usr/bin/env python in the shebang, as this allows the use of a fake env to mimic python2 as default version. This patch simply replaces occurrences of #!/usr/bin/python with #!/usr/bin/env python and was done with th

Re: [OE-core] [RFC 1/2] scripts: use python2 explicitly in shebangs

2014-10-30 Thread Burton, Ross
On 29 October 2014 13:18, Martin Hundebøll wrote: > I used to use a virtualenv to temporarily set Python 2 as the default >> for the shell in which I ran bitbake commands. That was a while ago >> though, all my current builds are running on Ubuntu 12.04/14.04 server >> instances which I access vi

Re: [OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-30 Thread Burton, Ross
On 28 October 2014 15:05, Gary Thomas wrote: > Some previous version of this recipe was errantly removing the pygtk-2.0.pc > (pkg-config) file. This is needed for other packages to be able to build > against this library. > It's deleting the code generator too. This entire recipe gives me the

Re: [OE-core] [RFC 1/2] scripts: use python2 explicitly in shebangs

2014-10-30 Thread Mark Hatle
On 10/30/14, 7:39 AM, Burton, Ross wrote: On 29 October 2014 13:18, Martin Hundebøll mailto:mar...@hundeboll.net>> wrote: I used to use a virtualenv to temporarily set Python 2 as the default for the shell in which I ran bitbake commands. That was a while ago though, all

Re: [OE-core] [PATCH 2/4] recipes: add x11 to required DISTRO_FEATURES

2014-10-30 Thread Martin Jansa
On Wed, Aug 06, 2014 at 01:48:31PM +0200, Martin Jansa wrote: > On Mon, Jul 28, 2014 at 02:18:30PM +0100, Richard Purdie wrote: > > On Thu, 2014-07-24 at 17:22 +0200, Martin Jansa wrote: > > > On Thu, Jul 24, 2014 at 02:52:45PM +0100, Burton, Ross wrote: > > > > On 24 July 2014 14:42, Martin Jansa

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread Koen Kooi
> Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende > geschreven: > > systemd needs this file to be there because one of its configuration file > in pam.d, systemd-user, requires it. Otherwise, we would have errors like > below. > >systemd: PAM _pam_load_conf_file: unable to open /etc/p

Re: [OE-core] [PATCH 2/4] recipes: add x11 to required DISTRO_FEATURES

2014-10-30 Thread Richard Purdie
On Thu, 2014-10-30 at 14:20 +0100, Martin Jansa wrote: > On Wed, Aug 06, 2014 at 01:48:31PM +0200, Martin Jansa wrote: > > On Mon, Jul 28, 2014 at 02:18:30PM +0100, Richard Purdie wrote: > > > On Thu, 2014-07-24 at 17:22 +0200, Martin Jansa wrote: > > > > On Thu, Jul 24, 2014 at 02:52:45PM +0100, B

[OE-core] Weird ALTERNATIVES and staging conflict.

2014-10-30 Thread Mike Looijmans
I have this base script that builds FPGA bitstreams: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc Now you can have multiple recipes using it, and as such, it seemed a good idea to add these lines to that recipe: +ALTERNATIVE_${PN} = "fpga.

Re: [OE-core] [PATCH 2/4] recipes: add x11 to required DISTRO_FEATURES

2014-10-30 Thread Koen Kooi
Op 30 okt. 2014, om 14:28 heeft Richard Purdie het volgende geschreven: > On Thu, 2014-10-30 at 14:20 +0100, Martin Jansa wrote: >> On Wed, Aug 06, 2014 at 01:48:31PM +0200, Martin Jansa wrote: >>> On Mon, Jul 28, 2014 at 02:18:30PM +0100, Richard Purdie wrote: On Thu, 2014-07-24 at 17:22

Re: [OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-30 Thread Andreas Müller
On Thu, Oct 30, 2014 at 1:57 PM, Burton, Ross wrote: > > On 28 October 2014 15:05, Gary Thomas wrote: >> >> Some previous version of this recipe was errantly removing the >> pygtk-2.0.pc >> (pkg-config) file. This is needed for other packages to be able to build >> against this library. > > > It

Re: [OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-30 Thread Gary Thomas
On 2014-10-30 09:26, Andreas Müller wrote: On Thu, Oct 30, 2014 at 1:57 PM, Burton, Ross wrote: On 28 October 2014 15:05, Gary Thomas wrote: Some previous version of this recipe was errantly removing the pygtk-2.0.pc (pkg-config) file. This is needed for other packages to be able to build

Re: [OE-core] opkg Status Update

2014-10-30 Thread Trevor Woerner
Hi Paul, I too wanted to express my thanks to you for this work! On 10/28/14 19:33, Paul Barker wrote: > This would be a great time for someone to step up and > help move things forward to v0.4.0 and beyond. Is there a roadmap for opkg somewhere? Best regards, Trevor -- ___

Re: [OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-30 Thread Andreas Müller
On Thu, Oct 30, 2014 at 4:39 PM, Gary Thomas wrote: > > Wow, since Jan 2013 and no action? > > Was this proposed to OE-core (i.e. sent to the list)? > No - my expiereineces sending patches to oe-core are not the best. Usually they just cause me efforts and aren't applied anyway.. Andreas --

[OE-core] [PATCH] Valgrind: Remove test apps not building with ppc64 and PTEST

2014-10-30 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- .../valgrind/remove-ppc64-tests-failing-build.patch | 16 meta/recipes-devtools/valgrind/valgrind_3.9.0.bb | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/valgrind/valgrind/remov

Re: [OE-core] [PATCH] python-pygtk: Restore pkg-config file

2014-10-30 Thread Richard Purdie
On Thu, 2014-10-30 at 17:14 +0100, Andreas Müller wrote: > On Thu, Oct 30, 2014 at 4:39 PM, Gary Thomas wrote: > > > > Wow, since Jan 2013 and no action? > > > > Was this proposed to OE-core (i.e. sent to the list)? > > > No - my expiereineces sending patches to oe-core are not the best. > Usually

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-10-30 Thread Richard Purdie
On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: > I have this base script that builds FPGA bitstreams: > > https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc > > Now you can have multiple recipes using it, and as such, it seemed a good > i

Re: [OE-core] [PATCH] Valgrind: Remove test apps not building with ppc64 and PTEST

2014-10-30 Thread Richard Purdie
On Thu, 2014-10-30 at 17:46 +0100, Alexandra Safta wrote: > Signed-off-by: Alexandra Safta This removes the tests for all architectures? Why is that a good idea? At the very least this needs more explanation. Cheers, Richard > .../valgrind/remove-ppc64-tests-failing-build.patch | 16

[OE-core] Package Upgrading for 1.8

2014-10-30 Thread Saul Wold
Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors, that got us about 73% packages upgrades. We currently have about 180 packages due

Re: [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Khem Raj
On Thu, Oct 30, 2014 at 11:21 AM, Saul Wold wrote: > > Folks, > > Just a reminder now that master is open again for patches, now is a great > time to consider doing package Updates. Based on some rough estimates from > 1.7 we did around 300 updates from 34 contributors, that got us about 73% > pa

Re: [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Paul Barker
On 30 October 2014 18:21, Saul Wold wrote: > > Folks, > > Just a reminder now that master is open again for patches, now is a great > time to consider doing package Updates. Based on some rough estimates from > 1.7 we did around 300 updates from 34 contributors, that got us about 73% > packages u

[OE-core] Opkg 0.2.3

2014-10-30 Thread Michael Gloff
As Paul mentioned yesterday opkg 0.2.4 is on it's way and 0.2.3 has been available for 2 months. If there are not any objections, I have an updated recipe and re-created previous patches that I could send. This should also modify opkg-colateral to use the new syntax for lists_dir. I would also at t

[OE-core] [PATCH v3] buildinfo.bblass: Added buildinfo class

2014-10-30 Thread Alejandro Hernandez
Writes build information to target filesystem to help developers [YOCTO #6770] Signed-off-by: Alejandro Hernandez --- meta/classes/buildinfo.bbclass | 90 ++ 1 file changed, 90 insertions(+) create mode 100644 meta/classes/buildinfo.bbclass diff --git a

Re: [OE-core] Opkg 0.2.3

2014-10-30 Thread Paul Barker
On 30 October 2014 19:15, Michael Gloff wrote: > As Paul mentioned yesterday opkg 0.2.4 is on it's way and 0.2.3 has been > available for 2 months. If there are not any objections, I have an updated > recipe and re-created previous patches that I could send. This should also > modify opkg-colatera

Re: [OE-core] [PATCH] Valgrind: Remove test apps not building with ppc64 and PTEST

2014-10-30 Thread Tudor Florea
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Richard Purdie > Sent: Thursday, October 30, 2014 19:50 > To: Alexandra Safta > Cc: openembedded-core@lists.openembedded.org > Subject:

Re: [OE-core] Package Upgrading for 1.8

2014-10-30 Thread akuster
On 10/30/2014 11:21 AM, Saul Wold wrote: Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors, that got us about 73% packages upgrades. W

Re: [OE-core] Package Upgrading for 1.8

2014-10-30 Thread Saul Wold
On 10/30/2014 12:07 PM, Paul Barker wrote: On 30 October 2014 18:21, Saul Wold wrote: Folks, Just a reminder now that master is open again for patches, now is a great time to consider doing package Updates. Based on some rough estimates from 1.7 we did around 300 updates from 34 contributors

Re: [OE-core] [PATCH 1/4] license_class: Reimplemented manifest creation in python

2014-10-30 Thread Aníbal Limón
Richard, I did the changes that you suggest and another small changes adding LIC_FILES_CHKSUM in some recipes to avoid warnings in manifest creation. I put together into this branch for review, https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/license Best regards. On 29/1

[OE-core] [PATCH v4] buildinfo.bblass: Added buildinfo class

2014-10-30 Thread Alejandro Hernandez
Writes build information to target filesystem on /etc/build, such as enabled layers, their current status and commit, squashspaces and outputvars functions moved from buidlhistory.bbclass to oe/utils.py, to be used by different classes and avoid code duplication. [YOCTO #6770] Signed-off-by

[OE-core] [PATCH V2 0/1] libxml2: fix python path and add libxml2-python

2014-10-30 Thread Chong Lu
Change since v1: add python to PACKAGECONFIG. The following changes since commit 4faca22b8fe63a86d820990207aaf84b3fa83e01: ref-manual: Updates to the migrating to YP 1.7 section. (2014-10-28 22:31:18 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chongl

[OE-core] [PATCH V2 1/1] libxml2: fix python path and add libxml2-python

2014-10-30 Thread Chong Lu
From: Robert Yang We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous --with-python=${STAGING_BINDIR}/python is

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread ChenQi
On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like below. systemd: PAM _pam_load_conf_

Re: [OE-core] [PATCH 1/1] libpam: add system-auth in case of systemd

2014-10-30 Thread ChenQi
On 10/31/2014 10:59 AM, ChenQi wrote: On 10/30/2014 09:27 PM, Koen Kooi wrote: Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende geschreven: systemd needs this file to be there because one of its configuration file in pam.d, systemd-user, requires it. Otherwise, we would have errors like

[OE-core] [PATCH 1/1] gst-plugin-bluetooth: remove systemd service file

2014-10-30 Thread Chong Lu
The service file should be included in bluez4 package, not in plugin package. This solves the following warning: WARNING: QA Issue: gst-plugin-bluetooth: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/bluetooth.service [installe

[OE-core] [PATCH 0/1] gst-plugin-bluetooth: remove systemd service file

2014-10-30 Thread Chong Lu
The following changes since commit f19b4e995ea47f9243f152b39337330307453c9f: bitbake: bitbake: clarify startup message (2014-10-30 13:39:52 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/gst http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=