[OE-core] [PATCH V2 0/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Chong Lu
Changes since V1: It can't check IMAGE_FEATURES in a non-image recipe. When ptest doesn't be included in DISTRO_FEATURES, we need RPROVIDES. The following changes since commit 1f16ca9fba325f5ddbb1edad5bbad78d990de5e0: bitbake: hob: sync after image deploy (2014-03-17 15:57:35 +) are avail

[OE-core] [PATCH 0/1] expect: fix do_install failure on SLED 11.2

2014-03-18 Thread Chen Qi
The following changes since commit b681d264ab2f721c537bfa87cc2ddbbbf3f8c1a2: gettext: upgrade from 0.18.3.1 to 0.18.3.2 (2014-03-17 14:01:08 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/expect-SLED-11.2 http://cgit.openembedded

[OE-core] [PATCH 1/1] expect: fix do_install failure on SLED 11.2

2014-03-18 Thread Chen Qi
Previously we were encountering do_install failures on older machines like SLED 11.2. These machines have relatively lower versions of glibc. tclsh8.6: /lib64/libc.so.6: version `GLIBC_2.14' not found The above failure is due to that fact that we are using the fixline1 tcl script to install

[OE-core] [PATCH V2 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Chong Lu
If image contains dbus and ptest is in DISTRO_FEATURES, dbus-ptest package is installed, regardless of whether ptest-pkgs is in IMAGE_FEATURES. This issue will increase size for most small images. This patch fixes this problem. [YOCTO #5702] Signed-off-by: Chong Lu --- meta/recipes-core/dbus/{d

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Chong Lu
On 03/17/2014 07:05 PM, Paul Eggleton wrote: On Monday 17 March 2014 10:44:44 Paul Eggleton wrote: On Monday 17 March 2014 10:09:28 Chong Lu wrote: On 03/14/2014 06:12 PM, Paul Eggleton wrote: On Friday 14 March 2014 17:14:27 Chong Lu wrote: On 03/13/2014 06:01 PM, Paul Eggleton wrote: On T

Re: [OE-core] [PATCH] openssh: dont use DNS lookup for Qemu

2014-03-18 Thread Koen Kooi
Op 17 mrt. 2014, om 18:00 heeft Saul Wold het volgende geschreven: > Since we are always using ip address to connect to the sshd server, it does > not need > to use reverse DNS to look up the ip address. This will save some time > during testing. This is better done in your image file as IM

[OE-core] [PATCH 1/1] sgml-common-native: fix the generation of sgml-docbook.cat

2014-03-18 Thread Robert Yang
There would be build errors if multiple builds use the same SSTATE_DIR, and the builds use the different versions' docbook-sgml-dtd-native, the problems are: we have multiple versions docbook-sgml-dtd-native: docbook-sgml-dtd-3.1-native docbook-sgml-dtd-4.1-native docbook-sgml-dtd-4.5-native And

[OE-core] [PATCH 0/1] sgml-common-native: fix the generation of sgml-docbook.cat

2014-03-18 Thread Robert Yang
Testing: $ recipes="openjade-native docbook-sgml-dtd-3.1-native docbook-sgml-dtd-4.1-native \ docbook-sgml-dtd-4.5-native sgml-common-native docbook-dsssl-stylesheets-native" $ bitbake $recipes -ccleansstate && bitbake $recipes The builds are OK, check sysroot/etc/sgml/sgml-docbook.cat a

Re: [OE-core] [PATCH 4/7] glib-2.0: Fix localedir expectations for uclibc

2014-03-18 Thread Burton, Ross
On 16 March 2014 05:42, Khem Raj wrote: > ++ *-*-openbsd* | *-*-linux-uclibc*) Does uclibc have the same file naming as bsd? eglibc uses .gmo. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.o

[OE-core] [PATCH] alsa-tools: fix build when x11 and gtk+ not available

2014-03-18 Thread Simone Agresta
Updated patch to work with alsa-tools version 1.0.27 Signed-off-by: Simone Agresta --- meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch b/me

[OE-core] [PATCH 2/4] rootfs.py, sdk.py: adjust/create the wrappers for creating installed packages list

2014-03-18 Thread Laurentiu Palcu
Since we created a new PkgsList object that will deal with listing the installed packages in a rootfs, use the new class both for images and SDKs in the wrapper functions. The old list_installed_packages() wrapper listed only the packages inside an image rootfs. It didn't deal with target/host SDK

[OE-core] [PATCH 1/4] package_manager.py: create separate class for installed packages listing

2014-03-18 Thread Laurentiu Palcu
This commit creates a new class that has the only purpose to generate various listings of installed packages in the rootfs. Basically, the methods involved in listing the installed packages, that were part of each backend PM class implementation, were moved to this new class. This change avoids i

[OE-core] [PATCH 3/4] image.bbclass, license.bbclass: adjust the name of list_installed_packages()

2014-03-18 Thread Laurentiu Palcu
The old wrapper got renamed to image_list_installed_packages(). Signed-off-by: Laurentiu Palcu --- meta/classes/image.bbclass |4 ++-- meta/classes/license.bbclass |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bb

[OE-core] [PATCH 0/4] SDK buildhistory fixes

2014-03-18 Thread Laurentiu Palcu
The buildhistory dependency files for target/host SDK packages were not properly created because the wrapper function called, list_installed_packages(), was always looking in the image rootfs. This patchset will rename the old wrapper function to image_list_installed_packages() and create a new

[OE-core] [PATCH 4/4] buildhistory.bbclass: create proper dependency files for SDK

2014-03-18 Thread Laurentiu Palcu
The old functions were calling the list_installed_packages() wrapper function that only listed the packages in an image rootfs. Even for target/host SDK. Also, a python crash was possible if 'bitbake -c populate_sdk core-image-*' was called without calling 'bitbake core-image-*' first. That's becau

[OE-core] [PATCH 2/2] mmc-utils: Add user space mmc utilities for eMMC

2014-03-18 Thread Chase Maupin
* The mmc-utils are useful userspace utilities for configuring and working with MMC devices. These are particularly useful when working with eMMC devices to do the initial programming of the device. Signed-off-by: Chase Maupin --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 19

[OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power management test utils

2014-03-18 Thread Chase Maupin
* The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin --- .../linaro-pm

Re: [OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power management test utils

2014-03-18 Thread Koen Kooi
Op 18 mrt. 2014, om 12:56 heeft Chase Maupin het volgende geschreven: > * The power management test utilities from Linaro can be used > to test multiple PM features such as cpufreq, cpuidle, thermal > control and suspend operations. > * These utilities are not platform specific and can be use

Re: [OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power management test utils

2014-03-18 Thread Richard Purdie
On Tue, 2014-03-18 at 13:29 +0100, Koen Kooi wrote: > Op 18 mrt. 2014, om 12:56 heeft Chase Maupin het > volgende geschreven: > > > * The power management test utilities from Linaro can be used > > to test multiple PM features such as cpufreq, cpuidle, thermal > > control and suspend operation

[OE-core] Status Update

2014-03-18 Thread Richard Purdie
I was travelling in the last week which limited the time I could spend on various issues. The week has mostly been seeing patches being tested on the autobuilder in MUT/master-next with a view to ironing out bugs before code merges. Pending Patches === I did manage to flush some queu

[OE-core] [PATCH] autotools: Exclude variables from autotools_copy_aclocals

2014-03-18 Thread Richard Purdie
The autotools aclocal copy function should not depend on various variables, these are accounted for in other parts of the system. Therefore exclude them. This was causing differences in sstate checksums between different systems and meaning the sstate cache wasn't being reused as much as it shou

[OE-core] [PATCH] pixbufcache: Fix librsvg-native build

2014-03-18 Thread Richard Purdie
bitbake librsvg-native would fail with an error about missing icu-native. The reason is that bitbake doesn't directly parse setscene dependencies. This change ensures bitbake does see the dependencies and avoids the error. Ideally we'd teach bitbake about those but that is a significant and comple

Re: [OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power management test utils

2014-03-18 Thread Maupin, Chase
>-Original Message- >From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] >Sent: Tuesday, March 18, 2014 7:56 AM >To: Koen Kooi >Cc: Maupin, Chase; openembedded-core@lists.openembedded.org >Subject: Re: [OE-core] [PATCH 1/2] linaro-pm-qa-utils: Add power >management test utils >

[OE-core] [PATCHv2 1/2] pm-qa-utils: Add power management test utils

2014-03-18 Thread Chase Maupin
* The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin --- * Updated in v

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Paul Eggleton
On Friday 14 March 2014 19:06:26 Christopher Larson wrote: > This will let folks extend the oe package with modules from other layers. > Given openembedded consists of more than just oe-core, I think this makes > sense, and adds some useful flexibility. > > Signed-off-by: Christopher Larson > ---

Re: [OE-core] [PATCH 4/7] glib-2.0: Fix localedir expectations for uclibc

2014-03-18 Thread Khem Raj
On Tuesday, March 18, 2014, Burton, Ross wrote: > On 16 March 2014 05:42, Khem Raj > > wrote: > > ++ *-*-openbsd* | *-*-linux-uclibc*) > > Does uclibc have the same file naming as bsd? eglibc uses .gmo. > > It uses .mo > Ross > -- ___ Opene

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Chris Larson
On Tue, Mar 18, 2014 at 6:48 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Friday 14 March 2014 19:06:26 Christopher Larson wrote: > > This will let folks extend the oe package with modules from other layers. > > Given openembedded consists of more than just oe-core, I think this

Re: [OE-core] [PATCH V2 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Burton, Ross
On 18 March 2014 07:11, Chong Lu wrote: > +PACKAGES += "dbus-ptest" This should be conditional on DISTRO_FEATURES containing ptest. > +ALLOW_EMPTY_${PN}-ptest = "1" > +RDEPENDS_dbus-ptest = "dbus-test-ptest" Please be consistent with the use of dbus-ptest and ${PN}-ptest. > +RPROVIDES_dbus-pte

[OE-core] [PATCH v2] alsa-tools: fix build when x11 and gtk+ not available

2014-03-18 Thread Simone Agresta
Updated patch to work with alsa-tools version 1.0.27 Signed-off-by: Simone Agresta --- meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch |9 + meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff

[OE-core] [PATCH v3] alsa-tools: fix build when x11 and gtk+ not available

2014-03-18 Thread Simone Agresta
Updated patch to work with alsa-tools version 1.0.27 Signed-off-by: Simone Agresta --- meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch |9 + meta/recipes-multimedia/alsa/alsa-tools_1.0.27.bb |2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff

Re: [OE-core] [PATCH] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Burton, Ross
On 11 March 2014 17:36, Khem Raj wrote: > bluetooth-proximity has been removed in 5.0 This brings in a new QA warning: WARNING: QA Issue: pulseaudio: configure was passed unrecognised options: --enable-bluez Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH V2 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Paul Eggleton
On Tuesday 18 March 2014 15:15:23 Burton, Ross wrote: > On 18 March 2014 07:11, Chong Lu wrote: > > +PACKAGES += "dbus-ptest" > > This should be conditional on DISTRO_FEATURES containing ptest. > > > +ALLOW_EMPTY_${PN}-ptest = "1" > > +RDEPENDS_dbus-ptest = "dbus-test-ptest" > > Please be consi

[OE-core] [PATCH] wic: Add SD/MMC-Cards support to '--ondisk' param

2014-03-18 Thread João Henrique Ferreira de Freitas
The special case when wic is set up to use SD/MMC-Cards in place of sdX disks is not handled properly. Append 'p' to the rootdev when disk is SD/MMC-Cards fix this situation. --- scripts/lib/mic/imager/direct.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/l

[OE-core] [PATCH] wic: Add SD/MMC-Cards support

2014-03-18 Thread João Henrique Ferreira de Freitas
If the following .wks is set up to mmcblk0 (sdcard) part /boot --source bootimg-pcbios --ondisk mmcblk0 --fstype=msdos --label boot --active --align 1024 part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 bootloader --timeout=0 --append="rootwait rootfstype=ex

Re: [OE-core] [PATCH] wic: Add SD/MMC-Cards support

2014-03-18 Thread Otavio Salvador
On Tue, Mar 18, 2014 at 1:05 PM, João Henrique Ferreira de Freitas wrote: > If the following .wks is set up to mmcblk0 (sdcard) > > part /boot --source bootimg-pcbios --ondisk mmcblk0 --fstype=msdos --label > boot --active --align 1024 > part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --lab

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Chris Larson
On Tue, Mar 18, 2014 at 7:38 AM, Chris Larson wrote: > > On Tue, Mar 18, 2014 at 6:48 AM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > >> On Friday 14 March 2014 19:06:26 Christopher Larson wrote: >> > This will let folks extend the oe package with modules from other >> layers. >> >

Re: [OE-core] [PATCH] lib/oe: turn oe into a namespace package

2014-03-18 Thread Paul Eggleton
On Tuesday 18 March 2014 09:52:23 Chris Larson wrote: > On Tue, Mar 18, 2014 at 7:38 AM, Chris Larson wrote: > > On Tue, Mar 18, 2014 at 6:48 AM, Paul Eggleton < > > paul.eggle...@linux.intel.com> wrote: > >> FWIW, this broke builds on my CentOS build machine that uses a slightly > >> older > >> b

[OE-core] [PATCH V2] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Khem Raj
bluetooth-proximity has been removed in 5.0 pulseaudio now differentiates between bluez4 and bluez5 Signed-off-by: Khem Raj --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc| 7 +++ meta/recipes-multimedia/pulseaudio/pulseaudio_4.0.bb | 12 meta/recipes-multimedia/puls

Re: [OE-core] [PATCH] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Khem Raj
On Tue, Mar 18, 2014 at 8:51 AM, Burton, Ross wrote: > On 11 March 2014 17:36, Khem Raj wrote: >> bluetooth-proximity has been removed in 5.0 > > This brings in a new QA warning: > > WARNING: QA Issue: pulseaudio: configure was passed unrecognised > options: --enable-bluez yeah now it differenti

[OE-core] State of bitbake world, Failed tasks 2014-03-18

2014-03-18 Thread Martin Jansa
On Sat, Mar 15, 2014 at 03:10:46PM +0100, Martin Jansa wrote: > On Tue, Mar 11, 2014 at 02:50:14PM +0100, Martin Jansa wrote: > > On Tue, Mar 11, 2014 at 02:45:04PM +0100, Martin Jansa wrote: > > > Biggest difference from last e-mail is aclocal changes which can possibly > > > explain > > > increa

[OE-core] [PATCH V2] pulseaudio: Make it compatible with systemd-209

2014-03-18 Thread Khem Raj
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- ...c-Check-only-for-libsystemd-not-libsystem.patch | 30 ++ .../pulseaudio/pulseaudio_5.0.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-multimedia/p

Re: [OE-core] [PATCH 3/3] buildstats: use TaskBase time for elapsed time

2014-03-18 Thread Saul Wold
On 03/17/2014 08:04 AM, Alex DAMIAN wrote: From: Marius Avram To avoid any further inconsistencies between buildstats and buildinfohelper from toaster, buildstats will measure task duration using the time field from within the TaskBase events: TaskStarted and TaskSucceeded/TaskFailed. This p

Re: [OE-core] [PATCH] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Richard Purdie
On Tue, 2014-03-18 at 10:07 -0700, Khem Raj wrote: > On Tue, Mar 18, 2014 at 8:51 AM, Burton, Ross wrote: > > On 11 March 2014 17:36, Khem Raj wrote: > >> bluetooth-proximity has been removed in 5.0 > > > > This brings in a new QA warning: > > > > WARNING: QA Issue: pulseaudio: configure was pass

Re: [OE-core] [PATCH] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Khem Raj
i think so look for v2 -Khem On Mar 18, 2014 4:08 PM, "Richard Purdie" < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2014-03-18 at 10:07 -0700, Khem Raj wrote: > > On Tue, Mar 18, 2014 at 8:51 AM, Burton, Ross > wrote: > > > On 11 March 2014 17:36, Khem Raj wrote: > > >> bluetooth-prox

Re: [OE-core] [PATCH] pulseaudio: Upgrade 4.0 -> 5.0

2014-03-18 Thread Khem Raj
These two http://patchwork.openembedded.org/patch/68851/ http://patchwork.openembedded.org/patch/68853/ On Tue, Mar 18, 2014 at 4:11 PM, Khem Raj wrote: > i think so look for v2 > > -Khem > > On Mar 18, 2014 4:08 PM, "Richard Purdie" > wrote: >> >> On Tue, 2014-03-18 at 10:07 -0700, Khem Raj w

Re: [OE-core] [PATCH 3/3] buildstats: use TaskBase time for elapsed time

2014-03-18 Thread Richard Purdie
On Tue, 2014-03-18 at 15:28 -0700, Saul Wold wrote: > On 03/17/2014 08:04 AM, Alex DAMIAN wrote: > > From: Marius Avram > > > > To avoid any further inconsistencies between buildstats and buildinfohelper > > from toaster, buildstats will measure task duration using the time field > > from within t

[OE-core] [PATCH v2] testimage: dont use DNS lookup for qemu based testimages

2014-03-18 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/classes/testimage.bbclass | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 691c7f6..ee028e1 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass @@ -4

[OE-core] [PATCH V3 0/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Chong Lu
Changes since V2: PACKAGES is conditional on DISTRO_FEATURES containing ptest. Modify ${PN}-ptest to dbus-ptest. Remove RPROVIDES_dbus-ptest. The following changes since commit 0150bc30d3674301631c2e9b6c64e01058fd1070: bitbake: runqueue: Really fix sigchld handling (2014-03-18 23:05:53 +)

[OE-core] [PATCH V3 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-18 Thread Chong Lu
If image contains dbus and ptest is in DISTRO_FEATURES, dbus-ptest package is installed, regardless of whether ptest-pkgs is in IMAGE_FEATURES. This issue will increase size for most small images. This patch fixes this problem. [YOCTO #5702] Signed-off-by: Chong Lu --- meta/recipes-core/dbus/{d