Re: [OE-core] [PATCH] wpa-supplicant: enable required configuration options for connman

2013-07-25 Thread Iorga, Cristian
ACK. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Simon Busch Sent: Thursday, July 25, 2013 1:29 AM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH] wpa-supplicant:

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-25 Thread Giuseppe Condorelli
Well, further information for Stefan and Paul. 1) installing the make-3.82-14.fc18.x86_64 the problem disappeared. Previuosly I downloaded and installed the -9 release and it was not enough... 2) trying with the script Paul suggested all was built right. I only catched a warning at the end of

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-25 Thread Guo Chunrong-B40290
Hello all The issue also happens in opensuse-12.1. Thanks, chunrong From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Giuseppe Condorelli Sent: Thursday, July 25, 2013 3:40 PM To: Stanacar, StefanX Cc: Patches and

Re: [OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-25 Thread Burton, Ross
On 24 July 2013 14:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: Would it work to simply check for any files instaled into systemd_unitdir? Agreed - the list of file types has grown over time so we'd been constantly chasing systemd, and it's not like anything else is dropped into this

[OE-core] [PATCH] avahi: Remove unnecessary runtime dependency on sysvinit-pidof

2013-07-25 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com 'pidof' is alternatively coming from busybox so no need for avahi to explicitly rdepend on sysvinit-pidof. This unnecessarily includes sysvinit in systemd only build. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

Re: [OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-25 Thread Muhammad Shakeel
On 07/25/2013 02:56 PM, Burton, Ross wrote: On 24 July 2013 14:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: Would it work to simply check for any files instaled into systemd_unitdir? Agreed - the list of file types has grown over time so we'd been constantly chasing systemd, and it's

Re: [OE-core] [PATCH V3] util-linux: replace += with _append to EXTRA_OECONF_class-native

2013-07-25 Thread Ming Liu
On 07/22/2013 11:48 AM, Saul Wold wrote: On 07/17/2013 06:54 PM, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by:

Re: [OE-core] [PATCH] avahi: Remove unnecessary runtime dependency on sysvinit-pidof

2013-07-25 Thread Paul Eggleton
On Thursday 25 July 2013 15:02:04 Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com 'pidof' is alternatively coming from busybox so no need for avahi to explicitly rdepend on sysvinit-pidof. This unnecessarily includes sysvinit in systemd only build. Surely this

Re: [OE-core] [PATCH] systemd: Remove init.d dir if systemd unit file is present and sysvinit not a distro feature

2013-07-25 Thread ChenQi
On 07/23/2013 06:03 PM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com If systemd is supported DISTRO_FEATURE and sysvinit is not and also if systemd_unitdir contains a service file(s) then no need to keep init.d scripts for sysvinit compatibility. Signed-off-by:

[OE-core] [PATCH] mesa: add PACKAGEs and PACKAGECONFIG for xvmc

2013-07-25 Thread Martin Jansa
* fixes [YOCTO #4898] --- meta/recipes-graphics/mesa/mesa.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 65c2770..e888201 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++

Re: [OE-core] [PATCH V3] util-linux: replace += with _append to EXTRA_OECONF_class-native

2013-07-25 Thread Koen Kooi
Op 22 jul. 2013, om 05:48 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 07/17/2013 06:54 PM, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Koen Kooi
Op 10 jul. 2013, om 18:26 heeft Enrico Scholz enrico.sch...@sigma-chemnitz.de het volgende geschreven: Saul Wold sgw-VuQAYsv1563Yd54FQh9/c...@public.gmane.org writes: The PACKAGECONFIG will ensure consistent enabling and disabling of the pam and systemd related options for configure and

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Koen Kooi
Op 25 jul. 2013, om 14:58 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 10 jul. 2013, om 18:26 heeft Enrico Scholz enrico.sch...@sigma-chemnitz.de het volgende geschreven: Saul Wold sgw-VuQAYsv1563Yd54FQh9/c...@public.gmane.org writes: The PACKAGECONFIG will

[OE-core] [PATCH] strace: Add ptest

2013-07-25 Thread Gabriel Barbu
Install strace test suite and run it as ptest. Signed-off-by: Gabriel Barbu gabriel.ba...@enea.com --- .../strace/strace-4.8/Makefile-ptest.patch | 28 meta/recipes-devtools/strace/strace-4.8/run-ptest |2 ++ meta/recipes-devtools/strace/strace_4.8.bb

Re: [OE-core] [PATCH 01/18] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-25 Thread Burton, Ross
This whole series looks great, thanks Martin for donating vast amounts of CPU time to this! Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] Added Upstream Status to the patch.

2013-07-25 Thread Andrei Dinu
Signed-off-by: Andrei Dinu andrei.adrianx.d...@intel.com --- .../openssh-6.2p2/openssh-CVE-2011-4327.patch |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/openssh-CVE-2011-4327.patch

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Saul Wold
On 07/25/2013 06:02 AM, Koen Kooi wrote: Op 25 jul. 2013, om 14:58 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 10 jul. 2013, om 18:26 heeft Enrico Scholz enrico.sch...@sigma-chemnitz.de het volgende geschreven: Saul Wold

[OE-core] [v2 2/6] libxrandr: Update from 1.4.0 to 1.4.1

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxrandr_1.4.0.bb = libxrandr_1.4.1.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb = libxrandr_1.4.1.bb} (80%) diff --git

[OE-core] [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1

2013-07-25 Thread Ionut Radu
Tested (displayed the version of qemu installed) on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm). Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-devtools/qemu/{qemu_1.5.0.bb = qemu_1.5.1.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)

[OE-core] [v2 3/6] libxxf86dga: Updated from 1.1.3 to 1.1.4

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxxf86dga_1.1.3.bb = libxxf86dga_1.1.4.bb} |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb = libxxf86dga_1.1.4.bb} (70%) diff --git

[OE-core] [v2 1/6] libxfont: Update from 1.4.5 to 1.4.6

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-lib/{libxfont_1.4.5.bb = libxfont_1.4.6.bb} |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb = libxfont_1.4.6.bb} (76%) diff --git

[OE-core] [v2 0/6] Package upgrades

2013-07-25 Thread Ionut Radu
Changes from v1: Added libuser and videoproto updates. * qemu: Tested (displayed the version of qemu installed) on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm). * videoproto: LIC_FILES_CHECKSUM changed (some trailing spaces have been removed) The following changes since

[OE-core] [v2 6/6] videoproto: Update from 2.3.1 to 2.3.2

2013-07-25 Thread Ionut Radu
LIC_FILES_CHECKSUM changed (some trailing spaces have been removed) Signed-off-by: Ionut Radu ionutx.r...@intel.com --- .../xorg-proto/{videoproto_2.3.1.bb = videoproto_2.3.2.bb} |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename

[OE-core] [v2 5/6] libuser: Updated from 0.58 to 0.59

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-extended/libuser/{libuser_0.58.bb = libuser_0.59.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libuser/{libuser_0.58.bb = libuser_0.59.bb} (88%) diff --git

[OE-core] [PATCH] Revert initrdscripts: mount / as read-only when live-booting

2013-07-25 Thread Ross Burton
My test environment must have been messed up as now hddimgs are failing to re-mount / as read-write. This reverts commit 7af92f8fa3a12fc8fcb22dbd12f87d89768b2d39. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-core/initrdscripts/files/init-live.sh |6 +++--- 1 file

Re: [OE-core] [PATCH v2] util-linux: Use PACKAGECONFIG to control pam and system config options

2013-07-25 Thread Enrico Scholz
Koen Kooi koen-qlwjdigv5ablmq1fohreccpxlwaov...@public.gmane.org writes: The ??= operator is too weak ... -PACKAGECONFIG_class-target ??= ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ +PACKAGECONFIG_class-target ?= ${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '',

Re: [OE-core] [v2 4/6] qemu: Updated from 1.5.0 to 1.5.1

2013-07-25 Thread Burton, Ross
Hi, On 25 July 2013 15:51, Ionut Radu ionutx.r...@intel.com wrote: Tested (displayed the version of qemu installed) on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm). What do you mean by displayed the version of qemu installed? -SRC_URI += file://fdt_header.patch \ -

Re: [OE-core] State of bitbake world

2013-07-25 Thread Martin Jansa
On Sat, Jun 22, 2013 at 08:16:56PM +0200, Martin Jansa wrote: On Tue, Jun 11, 2013 at 06:04:34PM +0200, Martin Jansa wrote: Last week hero Khem, sent many world fixes, but it seems like some fixes weren't enough (tk, packagekit are still failing - I hope I haven't missed some other vN)

[OE-core] Thoughts about bluez4 and bluez5

2013-07-25 Thread Saul Wold
Cristi, Ross: There is currently a PREFERRED_PROVIDER issue with bluez4 and bluez5 and I am beginning to think we need to distinguish the libasound-module-bluez with libasound-module-bluez5. I am also seeing some areas where we might need a virtual/bluez to allow recipes to enable

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-25 Thread Khem Raj
On Thursday, July 25, 2013, Giuseppe Condorelli giuseppe.condore...@gmail.com wrote: Well, further information for Stefan and Paul. 1) installing the make-3.82-14.fc18.x86_64 the problem disappeared. Previuosly I downloaded and installed the -9 release and it was not enough... Fedora has

Re: [OE-core] [PATCH] avahi: Remove unnecessary runtime dependency on sysvinit-pidof

2013-07-25 Thread Saul Wold
On 07/25/2013 03:02 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com 'pidof' is alternatively coming from busybox so no need for avahi to explicitly rdepend on sysvinit-pidof. This unnecessarily includes sysvinit in systemd only build. Signed-off-by: Muhammad

[OE-core] [PATCH 3/4] classes/image: ensure BAD_RECOMMENDATIONS supports pre-renamed package names

2013-07-25 Thread Paul Eggleton
Use runtime remapping on BAD_RECOMMENDATIONS just as we do with variables such as IMAGE_INSTALL, so that we're specifying the name prior to any renaming e.g. that done by debian.bbclass. Note that this is a change in behaviour for renamed packages, however this is the correct thing to be doing; a

[OE-core] [PATCH 1/4] python-smartpm: fix sometimes reporting no provider instead of conflict

2013-07-25 Thread Paul Eggleton
If a requirement of a package is conflicted, depending on how the solution is reached, Smart's transaction code may eliminate all providers of the requirement and then error out because nothing provides them without saying why. To work around this, store a reason and report that back if we need

[OE-core] [PATCH 4/4] classes/rootfs_rpm: implement BAD_RECOMMENDATIONS for RPM

2013-07-25 Thread Paul Eggleton
Add support for the BAD_RECOMMENDATIONS variable that can be used to prevent specific packages from being installed via an RRECOMMENDS relationship when using the RPM backend. (Previously this functionality was only available when using ipk packaging.) In the process this moves the defaulting of

[OE-core] [PATCH 2/4] python-smartpm: add ignore-recommends package flag

2013-07-25 Thread Paul Eggleton
Adds support for a flag that is saved into Smart's configuration against a package that says it should not be installed if it is only recommended by a package being installed rather than required. This will enable us to add BAD_RECOMMENDATIONS support for RPM. Signed-off-by: Paul Eggleton

[OE-core] [PATCH 0/4] Smart/RPM related fixes

2013-07-25 Thread Paul Eggleton
Note: there is one patch in here that affects BAD_RECOMMENDATIONS behaviour for ipk. The following changes since commit ac5d20f4adac69ea1702694fb50849c9e465b443: systemd: Remove systemd_unitdir if systemd is not in distro features (2013-07-23 07:49:54 -0700) are available in the git

[OE-core] [PATCH 2/3] use-host.patch: Added Upstream Status

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/use-host.patch index f7eaaed..25caa3b

[OE-core] [PATCH 0/3] Added Upstream status to some patches

2013-07-25 Thread Ionut Radu
Added Upstream Status to the following patches: *no-nls-dpkg.patch *use-host.patch *fix-gcc-4.6-null-not-defined.patch Ionut Radu (3): no-nls-dpkg.patch: Added Upstream Status use-host.patch: Added Upstream Status fix-gcc-4.6-null-not-defined.patch: Added Upstream Status

[OE-core] [PATCH 1/3] no-nls-dpkg.patch: Added Upstream Status

2013-07-25 Thread Ionut Radu
Signed-off-by: Ionut Radu ionutx.r...@intel.com --- meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch b/meta/recipes-devtools/apt/apt-0.9.8.2/no-nls-dpkg.patch index

Re: [OE-core] Thoughts about bluez4 and bluez5

2013-07-25 Thread Iorga, Cristian
Hi Saul, Ross, I think that for the time being libasound-module-bluez should be libasound-module-bluez5. We will get back to it after 1.5, when all components will be ready for BlueZ 5. On the second issue, can you please go into details? I am not following exactly. Regards, Cristian