[OE-core] OE Changelog since 2013-06-23 until 2013-06-30

2013-07-01 Thread cliff . brake
Changelog since 2013-06-23 until 2013-06-30. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH 1/1] qt-mobility: fix build in the absence of xvideo

2013-07-01 Thread Hongxu Jia
QMake pro files don't explicitly define QT_NO_XVIDEO if the configuration lacks xvideo, but plugins code relies on this define. [YOCTO #4775] Signed-off-by: Hongxu Jia --- .../qt-mobility-1.2.0/qt-mobility-no-xvideo.patch | 26 ++ meta/recipes-qt/qt4/qt-mobility_1.2.0.inc

[OE-core] [PATCH 0/1]qt-mobility: fix build in the absence of xvideo

2013-07-01 Thread Hongxu Jia
The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-qt4 http://git.pokylinux.o

[OE-core] systemd

2013-07-01 Thread Yi Qingliang
Hi, All: I want use systemd, add following into my own distro.conf DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" but when do_rootfs for my own image, I got error: error: package update-rc.d is not

[OE-core] [PATCH 0/1 v2] sysstat: backport a patch to fix a parallel building error

2013-07-01 Thread rongqing.li
From: "Roy.Li" The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/sysstat-1 http:/

[OE-core] [PATCH 1/1] sysstat: backport a patch to fix a parallel building error

2013-07-01 Thread rongqing.li
From: "Roy.Li" Signed-off-by: Roy.Li --- ...-Makefile-to-allow-for-parallel-execution.patch | 34 meta/recipes-extended/sysstat/sysstat.inc |3 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-extended/sysstat/files/0001-U

Re: [OE-core] [PATCH v2][RFC] chrpath.bbclass: strip common parent directories from rpath

2013-07-01 Thread Saul Wold
On 03/05/2013 04:32 PM, Andreas Oberritter wrote: Allows to use shorter TMPDIRs in corner cases, e.g. with native perl modules, having a deep directory structure. The problem is that the original absolute rpath may be shorter than the newly generated relative rpath. The failing rpaths were '/a

[OE-core] [PATCH 1/4 v2] mc: Don't remove libdir and split helpers into packages

2013-07-01 Thread Saul Wold
It contains helper programs that are needed to make mc do the right actions for the various file formats it understands. The helpers are perl, python and shell scripts, split them out so the core mc does not try to pull in perl and python, it will still run without these helpers. [YOCTO #4432] S

[OE-core] [PATCH 3/4 v2] packagegroup-core-basic: remove hardcode udev

2013-07-01 Thread Saul Wold
udev is brought in via packagegroup-core-boot Signed-off-by: Saul Wold --- meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packa

[OE-core] [PATCH 4/4 v2] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-01 Thread Saul Wold
This will enable the udev cache for sysvinit systems, which does improve post-first boots. Signed-off-by: Saul Wold --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index d30

[OE-core] [PATCH 2/4 v2] packagegroups: Update for split mc packages

2013-07-01 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb| 4 meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 4 meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 4 3 files changed, 12 insertions(+) diff --git a/m

[OE-core] [PATCH 0/4 v2] mc packaging fixes & udev cache fix

2013-07-01 Thread Saul Wold
This set contains some packaging changes for mc (both gplv2 and v3) and enables udev-cache via an RRECOMMENDS Sau! The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:05 +0100) ar

[OE-core] [PATCH 4/4] mesa: remove drirc file

2013-07-01 Thread Martin Jansa
* it's packaged in libdricore package and prevents upgrading it when debian.bbclass is enabled * check_data_file_clashes: Package libdricore9.1.3-1 wants to install file /etc/drirc But that file is already provided by package * libdricore9.0.2-1 * we can move it to separate packages,

[OE-core] [PATCH 3/4] mesa: bump SRCREV in git recipe, refresh patches

2013-07-01 Thread Martin Jansa
* 0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch needs to be rebased so move old version for 9.1.3 to mesa-9.1.3/ and update the version in meta/ * add git headers * 0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch is already applied in new SRCREV, move it to mesa-

[OE-core] [PATCH 0/4] Fix and cleanup for mesa

2013-07-01 Thread Martin Jansa
Fix unrecognized --enable-gallium option. Fix building pipe_loader_sw without X11 headers available. Allow to change MESA_LLVM_RELEASE from .bbappend. Add git headers to patches and rebase them for newer SRCREV. The following changes since commit ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42: class

[OE-core] [PATCH 1/4] mesa: Improve gallium PACKAGECONFIG options

2013-07-01 Thread Martin Jansa
* rename llvmpipe to llvm to match configure option * add MESA_LLVM_RELEASE to allow switching to 3.3 easier * --enable-gallium isn't recognized option, split it to 2 more PACKAGECONFIGs for gbm and egl Signed-off-by: Martin Jansa --- meta/recipes-graphics/mesa/mesa.inc | 11 +++ 1 fil

[OE-core] [PATCH 2/4] mesa: fix pipe_loader_sw build without libx11

2013-07-01 Thread Martin Jansa
* this is needed to fix pipe_loader_sw build without libx11, but building with HAVE_PIPE_LOADER_XLIB enabled still doesn't work (nobody is using this and it was removed in newer SRCREV). See https://bugs.freedesktop.org/show_bug.cgi?id=66357 for details. Signed-off-by: Martin Jansa --- ...

[OE-core] [PATCH] udev: Add RRECOMMENDS for udev-cache to enable the cache

2013-07-01 Thread Saul Wold
This will enable the udev cache for sysvinit systems, which does improve post-first boots. Signed-off-by: Saul Wold --- meta/recipes-core/udev/udev.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index d30

Re: [OE-core] [RFC] buildhistory: Record size of installed package not compressed archive

2013-07-01 Thread Otavio Salvador
On Sat, Jun 29, 2013 at 10:36 PM, Martin Jansa wrote: > * usually it's more important to know how much space will each > package take on target device then size of compressed package > > Signed-off-by: Martin Jansa I fully agree; this is a more useful information indeed. -- Otavio Salvador

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-07-01 Thread Burton, Ross
On 1 July 2013 15:49, Shakeel, Muhammad wrote: > That's what I realized right after sending this patch. I have already sent a > v2. > Please ignore this and see: http://patches.openembedded.org/patch/52027/ I missed that too, stupid mail client. :) Can you run the service file through sed to re

Re: [OE-core] [PATCH] lttng-modules: allow building without tracepoints enabled in kernel

2013-07-01 Thread Burton, Ross
On 1 July 2013 15:55, Paul Eggleton wrote: > Right, I did check the find manpage but it only mentioned that -delete deletes > files. Testing here I see that it does work though. I'll wait for further > reviews before sending a v2. Actually, http://pubs.opengroup.org/onlinepubs/009696699/utilities

Re: [OE-core] apr: Add EXTRA_OECONF += "apr_cv_mutex_recursive=yes"

2013-07-01 Thread Khem Raj
On Jul 1, 2013, at 7:46 AM, "Burton, Ross" wrote: > On 1 July 2013 15:30, Khem Raj wrote: >> to prepate the patch for review and instead of putting it in EXTRA_OECONF >> add it to CACHED_CONFIGUREVARS > > If it's going to do to CACHED_CONFIGUREVARS then the same series > should also remove the

Re: [OE-core] [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

2013-07-01 Thread Paul Eggleton
On Monday 01 July 2013 16:02:56 Burton, Ross wrote: > On 1 July 2013 15:58, Paul Eggleton wrote: > > On Monday 01 July 2013 15:49:00 Burton, Ross wrote: > >> On 28 June 2013 11:02, Paul Eggleton wrote: > >> > I appreciate the intention here but I'm not sure if this is really the > >> > appropria

Re: [OE-core] [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

2013-07-01 Thread Burton, Ross
On 1 July 2013 15:58, Paul Eggleton wrote: > On Monday 01 July 2013 15:49:00 Burton, Ross wrote: >> On 28 June 2013 11:02, Paul Eggleton wrote: >> > I appreciate the intention here but I'm not sure if this is really the >> > appropriate place to put this; packagegroup-core-boot is supposed to onl

Re: [OE-core] [PATCH] openssh: Enabling with systemd

2013-07-01 Thread Burton, Ross
On 1 July 2013 14:45, Shakeel, Muhammad wrote: > --- /dev/null > +++ b/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd.socket > @@ -0,0 +1,11 @@ > +[Unit] > +Conflicts=sshd.service What's this conflicts for? > diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/sshd@.service > b/m

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-07-01 Thread Shakeel, Muhammad
From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Monday, July 01, 2013 3:02 PM To: Shakeel, Muhammad Cc: Saul Wold; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd On Friday 28 June 2

Re: [OE-core] [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

2013-07-01 Thread Paul Eggleton
On Monday 01 July 2013 15:49:00 Burton, Ross wrote: > On 28 June 2013 11:02, Paul Eggleton wrote: > > I appreciate the intention here but I'm not sure if this is really the > > appropriate place to put this; packagegroup-core-boot is supposed to only > > directly pull in the essentials required fo

Re: [OE-core] [PATCH] lttng-modules: allow building without tracepoints enabled in kernel

2013-07-01 Thread Paul Eggleton
On Monday 01 July 2013 15:44:10 Burton, Ross wrote: > On 1 July 2013 15:21, Paul Eggleton wrote: > > + find ${D}/lib -depth -type d -empty -exec rmdir {} \; > > A slightly cleaner form of this: > > $ find ${D}/lib -type d -empty -delete Right, I did check the find manpage but it only ment

Re: [OE-core] [PATCH 1/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-01 Thread Burton, Ross
On 1 July 2013 11:31, Mihai Prica wrote: > /usr/share/info/dir should be generated at install time in a postinst. > Added QA warning to check at build time for this file. The warning > is disabled by default. Patch is good but why don't we enable this by default? Ross ___

Re: [OE-core] [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

2013-07-01 Thread Burton, Ross
On 28 June 2013 11:02, Paul Eggleton wrote: > I appreciate the intention here but I'm not sure if this is really the > appropriate place to put this; packagegroup-core-boot is supposed to only > directly pull in the essentials required for booting. This will cause problems > for those people using

Re: [OE-core] [PATCH 1/1] sysstat: backport a patch to fix a parallel building error

2013-07-01 Thread Burton, Ross
On 1 July 2013 01:32, wrote: > +From eb44730094a68f4d37d95ddc3480a5972619b43f Mon Sep 17 00:00:00 2001 > +From: Sebastien GODARD > +Date: Sat, 22 Jun 2013 14:08:40 +0200 > +Subject: [PATCH] Update Makefile to allow for parallel execution > + > +Upstream-status: backport Please put the Upstream-

Re: [OE-core] apr: Add EXTRA_OECONF += "apr_cv_mutex_recursive=yes"

2013-07-01 Thread Burton, Ross
On 1 July 2013 15:30, Khem Raj wrote: > to prepate the patch for review and instead of putting it in EXTRA_OECONF > add it to CACHED_CONFIGUREVARS If it's going to do to CACHED_CONFIGUREVARS then the same series should also remove the mention of this variable in meta/site/powerpc32-linux too...

Re: [OE-core] [PATCH] lttng-modules: allow building without tracepoints enabled in kernel

2013-07-01 Thread Burton, Ross
On 1 July 2013 15:21, Paul Eggleton wrote: > + find ${D}/lib -depth -type d -empty -exec rmdir {} \; A slightly cleaner form of this: $ find ${D}/lib -type d -empty -delete Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembe

Re: [OE-core] apr: Add EXTRA_OECONF += "apr_cv_mutex_recursive=yes"

2013-07-01 Thread Khem Raj
On Jul 1, 2013, at 6:12 AM, Víctor MV wrote: > Working with the meta-ros project we detected that the ROS nodes didn't > launch properly the reason was that by default apr_cv_mutex_recursive in apr > is set to no and this leads to the APRENOTIMPL return value of > apr_thread_mutex_create in t

[OE-core] [PATCH] lttng-modules: allow building without tracepoints enabled in kernel

2013-07-01 Thread Paul Eggleton
Avoid a QA failure and instead produce a sensible warning message if no modules were built. Fixes [YOCTO #4791]. Signed-off-by: Paul Eggleton --- meta/recipes-kernel/lttng/lttng-modules_2.1.1.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta/recipes-kernel/lttng/lttng-mod

[OE-core] [PATCH v2 1/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-01 Thread Laurentiu Palcu
People using xserver-xorg that need to calibrate their touchscreen devices would also need meta-oe. Bringing the recipes to oe-core will make it easier for them. Aditionaly: * drop xterm RDEPENDS. Terminal is not needed to run the menu item; * change xinput_calibrator_pointercal.sh so that it ca

[OE-core] [PATCH v2 0/1] xinput-calibrator: move it from meta-oe to oe-core

2013-07-01 Thread Laurentiu Palcu
Changes in v2: * run calibration through xsession file; * allow normal user to write his calibration data to ~/.pointercal/pointercal.xinput and then use it when system boots; Laurentiu The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la

[OE-core] [PATCH] webkit-gtk: add aarch64 support

2013-07-01 Thread Riku Voipio
Add patch from meta-linaro to compile webkit on aarch64. Signed-off-by: Riku Voipio --- .../webkit/webkit-gtk-1.8.3/aarch64.patch | 41 ++ meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes-sa

[OE-core] [PATCH] openssh: Enabling with systemd

2013-07-01 Thread Shakeel, Muhammad
From: Muhammad Shakeel - Remove dependency on systemd layer - Bump PR Signed-off-by: Muhammad Shakeel --- .../openssh/openssh-6.2p2/sshd.socket | 11 +++ .../openssh/openssh-6.2p2/sshd@.service|9 + .../openssh/openssh-6.2p2/sshdgenkeys.service

Re: [OE-core] apr: Add EXTRA_OECONF += "apr_cv_mutex_recursive=yes"

2013-07-01 Thread Víctor MV
Updated the commit message and patch. 2013/7/1 Víctor MV > Working with the meta-ros project we detected that the ROS nodes didn't > launch properly the reason was that by default apr_cv_mutex_recursive in > apr is set to no and this leads to the APRENOTIMPL return value of > apr_thread_mutex_c

[OE-core] apr: Add EXTRA_OECONF += "apr_cv_mutex_recursive=yes"

2013-07-01 Thread Víctor MV
Working with the meta-ros project we detected that the ROS nodes didn't launch properly the reason was that by default apr_cv_mutex_recursive in apr is set to no and this leads to the APRENOTIMPL return value of apr_thread_mutex_create in thread_mutex.c when APR_THREAD_MUTEX_NESTED is requested via

Re: [OE-core] [oe-commits] Chen Qi : busybox: add the ability to split the busybox binary

2013-07-01 Thread ChenQi
On 07/01/2013 03:33 PM, Martin Jansa wrote: Hi Chen, 1) install image created before this change on target device (which doesn't include coreutils, wget and is depending on usable busybox) 2) build feeds which include this change 3) run "opkg update && opkg upgrade" on target device (or equiv

[OE-core] [PATCH] python-native: add python-codecs-native to RPROVIDES

2013-07-01 Thread Paul Eggleton
This is now required by python-argparse-native as of OE-Core revision 8d0e84bdfaf63ad61be7b015dd55dacccfa9132c. Signed-off-by: Paul Eggleton --- meta/recipes-devtools/python/python-native_2.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/py

[OE-core] [PATCH] connman: Set the VPN client program paths

2013-07-01 Thread Jukka Rissanen
Automatically finding out the paths to VPN client programs does not work when configure script is run so set the paths manually. Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipe

[OE-core] [PATCH 0/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-01 Thread Mihai Prica
The following changes since commit 80b263430453896189b704d0997943642eec6fef: classes/insane: remove la2 check which no longer exists from ERROR_QA (2013-06-28 16:33:08 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mihaip/b3969 http://git.yoctoproje

[OE-core] [PATCH 1/1] insane.bbclass: Added QA warning for shipping /usr/share/info/dir

2013-07-01 Thread Mihai Prica
/usr/share/info/dir should be generated at install time in a postinst. Added QA warning to check at build time for this file. The warning is disabled by default. [YOCTO #3969] Signed-off-by: Mihai Prica --- meta/classes/insane.bbclass | 12 +++- 1 file changed, 11 insertions(+), 1 del

Re: [OE-core] [PATCH 1/2] linux-firmware: be consistent with license package naming

2013-07-01 Thread Paul Eggleton
On Friday 28 June 2013 21:51:00 Martin Jansa wrote: > On Fri, Jun 28, 2013 at 06:56:47PM +0100, Paul Eggleton wrote: > > Much as I prefer en_GB spelling, we need to be consistent with the other > > package names in this recipe. Thanks to Trevor Woerner for pointing this > > out. > > > > Signed-off

Re: [OE-core] [PATCH] [dylan] lighttpd: Enabling with systemd

2013-07-01 Thread Paul Eggleton
On Friday 28 June 2013 13:01:15 Shakeel, Muhammad wrote: > From: Muhammad Shakeel > > - Remove dependency on systemd layer > - Use lighttpd service type 'simple' rather than 'oneshot' > > Signed-off-by: Muhammad Shakeel > --- > meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb | 11 +

Re: [OE-core] [PATCH 2/2] strace: add configure options libaio and acl

2013-07-01 Thread Paul Eggleton
On Monday 01 July 2013 09:52:42 Kang Kai wrote: > On 2013年06月29日 01:16, Paul Eggleton wrote: > > Secondly, although this seems to work the use > > of overrides, += and ?= together is a little bit confusing. Perhaps the > > following would be a bit clearer: > > > > PACKAGECONFIG_class-target ?= "ai

Re: [OE-core] [oe-commits] Chen Qi : busybox: add the ability to split the busybox binary

2013-07-01 Thread Martin Jansa
Hi Chen, 1) install image created before this change on target device (which doesn't include coreutils, wget and is depending on usable busybox) 2) build feeds which include this change 3) run "opkg update && opkg upgrade" on target device (or equivalent in your favorite package manager) 4) you'l

[OE-core] Status Update

2013-07-01 Thread Richard Purdie
As previously mentioned, I'm planning on taking some vacation time which starts today and will be until mid August. I will still be around a little bit but not actively reviewing patches and so on as I'd usually be doing. In my absence, Paul, Ross and Saul have kindly agreed to review patches and