Re: [OE-core] [PATCH 1/3] coreutils: don't generate useless dummy stub manpages

2015-02-16 Thread Paul Gortmaker
[Re: [OE-core] [PATCH 1/3] coreutils: don't generate useless dummy stub manpages] On 11/02/2015 (Wed 09:51) ChenQi wrote: > Hi Paul, > > The fix-for-dummy-man-usage.patch fixes error when generating dummy > man pages. > I think we should not delete it. Sorry - just seeing this now since the mai

[OE-core] [PATCH 2/3] coreutils: import prebuilt manpages from Gentoo

2015-02-16 Thread Paul Gortmaker
As can be seen here: http://lists.gnu.org/archive/html/coreutils/2014-11/msg1.html other people have run into the headache of trying to cross compile coreutils, with the "help2man" problem (assumes host can run the target binaries with "--help" arg to collect data for manpage.) And since "cu

[OE-core] [PATCH 1/3] coreutils: don't generate useless dummy stub manpages

2015-02-16 Thread Paul Gortmaker
We had a couple patches to 1) deal with missing perl and 2) deal with the perl-less "dummy" help2man fallout, but in the end, they achieve no purpose whatsoever, since they just populate the doc RPM with manpages like this one: NAME chmod - a GNU coreutils 8.22 program DESCRIPTION

[OE-core] [PATCH-v2 0/3] coreutils: facilitate generating real manpages

2015-02-16 Thread Paul Gortmaker
As part of improving the end user experience for installs where the end user interacts directly with the generated filesystem (e.g. the build-appliance) these three commits ensure that we can have real man pages for coreutils on the target if desired. This has been problematic for everyone who cro

[OE-core] [PATCH 3/3] scripts: delete dummy help2man script

2015-02-16 Thread Paul Gortmaker
This was added to try and deal with the cross compile issue of help2man ; one can not run an ARM binary "./chmod --help" on an x86-64 host in order to get the help text to create a man page. This has been primarily an issue with the coreutils package. However, we have since fixed coreutils to have

[OE-core] [PATCH V3 4/4] useradd.bbclass: avoid do_rootfs error for debian package backend

2015-02-16 Thread Chen Qi
If /etc/login.defs is treated as a configuration file, then we would meet errors at do_rootfs time telling us that useradd/groupadd cannot execute correctly. This is because the dpkg handles config file specially, the login.defs is temporarily renamed as login.defs.dpkg-new. How ubuntu deals the

[OE-core] [PATCH V3 2/4] package_manager.py: use 'purge' instead of 'remove' in case of deb

2015-02-16 Thread Chen Qi
We need to use 'purge' instead of 'remove' for debian package backend when removing packages at rootfs time. This is because that 'remove' command for 'dpkg' and 'apt-get' does not remove configuration files. Signed-off-by: Chen Qi --- meta/lib/oe/package_manager.py | 4 ++-- 1 file changed, 2 i

[OE-core] [PATCH V3 3/4] update-rc.d: use '-f' option in updatercd_postrm

2015-02-16 Thread Chen Qi
Use '-f' ('--force') option so that while removing packages using deb, we don't fail because of the following error: update-rc.d: $initd/$bn exists during rc.d purge (use -f to force) Using '-f' option would make this a warning but continue to execute. update-rc.d: $initd/$bn exists during

[OE-core] [PATCH V3 1/4] packaging: allow globs in CONFFILES

2015-02-16 Thread Chen Qi
Allow globs in CONFFILES. This patch changes the way of CONFFILES handling. After this change, the CONFFILES can take the same form as FILES. That means, we don't have to list a bunch of files for CONFFILES. It will just be expanded like the FILES variable. We don't assume default value for CONF

[OE-core] [PATCH V3 0/4] Change the way of CONFFILES handling

2015-02-16 Thread Chen Qi
The following changes since commit d5af8539c0a1718a7254bcdcfa973e3c887dfbd6: syslinux: support ext2/3/4 device (2015-02-15 08:11:19 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/CONFFILES http://cgit.openembedded.org/cgit.cgi/op

Re: [OE-core] Recipe which builds for ARCH '${TUNE_PKGARCH}' and 'all' fail

2015-02-16 Thread Max Krummenacher
Hi Am Freitag, den 13.02.2015, 14:51 + schrieb Richard Purdie: > On Fri, 2015-02-13 at 13:44 +0100, Max Krummenacher wrote: > > Hi > > > > If a recipe builds a package for the default ARCH (I think this is > > ${TUNE_PKGARCH}) and one for ARCH 'all' then this fails when building > > in the s

Re: [OE-core] [RFC][PATCH] icu: force arm mode

2015-02-16 Thread Martin Jansa
On Wed, Jul 16, 2014 at 07:04:04PM +0200, Martin Jansa wrote: > * otherwise it triggers following ICE: > ERROR: Function failed: do_compile (log file is located at > /OE/build/shr-core/tmp-eglibc/work/arm920tt-oe-linux-gnueabi/icu/53.1-r0/temp/log.do_compile.21570) > ERROR: Logfile of failure stor

[OE-core] [PATCH 1/1] lib/oe/package_manager: support exclusion from complementary glob process by regex

2015-02-16 Thread Paul Eggleton
Sometimes you do not want certain packages to be installed when installing complementary packages, e.g. when using dev-pkgs in IMAGE_FEATURES you may not want to install all packages from a particular multilib. This introduces a new PACKAGE_EXCLUDE_COMPLEMENTARY variable to allow specifying regexes

[OE-core] [PATCH 0/1] Enable complementary package exclusion

2015-02-16 Thread Paul Eggleton
The following change since commit d5af8539c0a1718a7254bcdcfa973e3c887dfbd6: syslinux: support ext2/3/4 device (2015-02-15 08:11:19 +) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/exclude-complementary http://cgit.openembedded.org/c

Re: [OE-core] Feature Freeze

2015-02-16 Thread Bruce Ashfield
On Mon, Feb 16, 2015 at 12:36 PM, Richard Purdie wrote: > I have to admit I've lost track of time a bit however the calender says > Milestone 3 (M3) finishes this week and that marks "feature freeze" for > the release. Beyond this point we have M4 which which is targeted for > bug fixing only, no

[OE-core] Feature Freeze

2015-02-16 Thread Richard Purdie
I have to admit I've lost track of time a bit however the calender says Milestone 3 (M3) finishes this week and that marks "feature freeze" for the release. Beyond this point we have M4 which which is targeted for bug fixing only, no extra features and no package upgrades in general. I'm therefore

Re: [OE-core] [PATCH] populate_sdk: Handle OLDEST_KERNEL

2015-02-16 Thread Richard Purdie
On Mon, 2015-02-16 at 15:07 -0200, Otavio Salvador wrote: > On Mon, Feb 16, 2015 at 2:24 PM, Richard Purdie > wrote: > > Add a check to the SDK so that it only runs on systems with kernel versions > > it supports. > > > > [YOCTO #6856] > > > > Signed-off-by: Richard Purdie > > > > diff --git a/me

Re: [OE-core] [PATCH] populate_sdk: Handle OLDEST_KERNEL

2015-02-16 Thread Otavio Salvador
On Mon, Feb 16, 2015 at 2:24 PM, Richard Purdie wrote: > Add a check to the SDK so that it only runs on systems with kernel versions > it supports. > > [YOCTO #6856] > > Signed-off-by: Richard Purdie > > diff --git a/meta/classes/populate_sdk_base.bbclass > b/meta/classes/populate_sdk_base.bbcla

[OE-core] [PATCH] populate_sdk: Handle OLDEST_KERNEL

2015-02-16 Thread Richard Purdie
Add a check to the SDK so that it only runs on systems with kernel versions it supports. [YOCTO #6856] Signed-off-by: Richard Purdie diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 8b7e9ea..e3adacb 100644 --- a/meta/classes/populate_sdk_base.b

[OE-core] [PATCH] libtool: 2.4.5 -> 2.4.6

2015-02-16 Thread Richard Purdie
Drop patch merged upstream. Signed-off-by: Richard Purdie --- .../{libtool-2.4.5.inc => libtool-2.4.6.inc} | 5 +- ...btool-cross_2.4.5.bb => libtool-cross_2.4.6.bb} | 0 ...ool-native_2.4.5.bb => libtool-native_2.4.6.bb} | 0 ...-t-execute-automake-and-autoconf-on-every.patch | 71

[OE-core] [PATCH 05/11] neard: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot --- meta/recipes-connectivity/neard/neard.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/neard/neard.inc b/meta/recipes-connectivity/neard/neard.inc index 31bc6dd..6b6b1da 100644 --- a/m

[OE-core] [PATCH 08/11] gstreamer1.0-plugins-bad: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot Signed-off-by: Cristian Iorga --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc| 4 ++-- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --g

[OE-core] [PATCH 09/11] conf/distro/include/default-providers: updated bluez-hcidump providers

2015-02-16 Thread Cristian Iorga
If BlueZ5 is added to a build as a replacement for BlueZ4, the provider for bluez-hcidump will be bluez5. Signed-off-by: Cristian Iorga --- meta/conf/distro/include/default-providers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/default-provider

[OE-core] [PATCH 06/11] libpcap: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot --- meta/recipes-connectivity/libpcap/libpcap.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index a12eb16..979665c

[OE-core] [PATCH 07/11] ofono: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/ofono/ofono.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-connectivity/ofono/ofono.inc b/meta/recipes-connectivity/ofono/ofono.inc inde

[OE-core] [PATCH 11/11] default-providers: Set the preferred provider for bluez based on version

2015-02-16 Thread Cristian Iorga
From: Richard Purdie bitbake will currently 'selecting bluez4 to satisfy runtime libasound-module-bluez due to PREFERRED_PROVIDER_bluez4 = bluez4' which in the case of bluez5 isn't correct. This slightly unusual construct avoids this. Ultimately this is a bitbake issue that needs fixing in a bett

[OE-core] [PATCH 10/11] connman: depend on distro provider of bluez

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" connman currently supports both bluez4 and bluez5 without distinguishing them at configuration time. Signed-off-by: Peter A. Bigot Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/connman/connman.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(

[OE-core] [PATCH 02/11] packagegroup-base: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot --- meta/recipes-core/packagegroups/packagegroup-base.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index

[OE-core] [PATCH 01/11] bluetooth.bbclass: simplify recipe inference of bluetooth provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Defines ${BLUEZ} to be the provider of bluez services as specified by DISTRO_FEATURES. Example recipe fragment: inherit bluetooth PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)} PACKAGECONFIG[bluez4] = "--enable-bluetooth,

[OE-core] [PATCH 04/11] qt-mobility: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index ae1769d..b3d23d4 100644 --- a

[OE-core] [PATCH 03/11] pulseaudio: select distro preference for bluez provider

2015-02-16 Thread Cristian Iorga
From: "Peter A. Bigot" Signed-off-by: Peter A. Bigot --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 99cad76

[OE-core] [PATCH 00/11] BlueZ 5 as bluetooth alternative stack

2015-02-16 Thread Cristian Iorga
Based on Peter A. Bigot Bluez5 switch patchset. Full credit given to original authors. Some changes/adaptations needed, all doneand implemented by Cristian Iorga. Tested with each Bluetooth stack provider. The following changes since commit 6ae933b75c1c34a9d39e1aff0a0cb26a7ce4677f: bitbake: tes

Re: [OE-core] [meta-oe][PATCH] crda: update fetch url for both package and bin.

2015-02-16 Thread Martin Jansa
On Mon, Feb 16, 2015 at 02:04:50PM +0100, Stéphane Cerveau wrote: > The website http://wireless.kernel.org/download does not provide > crda and binary anymore. Wrong ML, see README and should go to openembedded-devel ML. > > Signed-off-by: Stéphane Cerveau > --- > .../recipes-connectivity/crda

Re: [OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread Brendan Le Foll
On Mon, Feb 16, 2015 at 03:35:32PM +0100, Sven Ebenfeld wrote: > Am 16.02.2015 um 14:51 schrieb Brendan Le Foll: > > > > No real reason, was trying to keep it as simple as possible whilst > > making it clear it was not a good idea to re-enable it. I can make it > > a PACKAGECOUNFIG[ssl3] = "--no-s

Re: [OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread Sven Ebenfeld
Am 16.02.2015 um 14:51 schrieb Brendan Le Foll: > > No real reason, was trying to keep it as simple as possible whilst > making it clear it was not a good idea to re-enable it. I can make it > a PACKAGECOUNFIG[ssl3] = "--no-ssl3" if you think that's best. Shouldn't it be PACKAGECOUNFIG[nossl3] ?

Re: [OE-core] udhcpc 50default/simple.script and standard metric

2015-02-16 Thread Otavio Salvador
On Sat, Feb 14, 2015 at 6:48 PM, Holger Hans Peter Freyther wrote: > I want to use the multiple defaults route feature of the > kernel but I want to install some routes that are more > important than the link managed with dhcp. The only way > I can think of is to change the "metric=0" to a "metric

Re: [OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread Brendan Le Foll
On Mon, Feb 16, 2015 at 02:10:03PM +0100, Martin Jansa wrote: > On Mon, Feb 16, 2015 at 11:18:29AM +, brendan.le.f...@intel.com wrote: > > From: Brendan Le Foll > > > > Because of the SSLv3 POODLE vulnerability, it's preferred to simply disable > > SSLv3 even if patched with the TLS_FALLBACK_

Re: [OE-core] cdra_1.1.3 is not available anymore.

2015-02-16 Thread scerveau
Dear Martin, I'm using dora and daisy branch and the build will be failing on this branch 1.1.3. Is it planned to backport thee 3.13 patch to dora and daisy ? I just posted a patch to use the 1.1.3 as before but is there a license issue, so we cant use this version anymore ? Best regards.

Re: [OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread Martin Jansa
On Mon, Feb 16, 2015 at 11:18:29AM +, brendan.le.f...@intel.com wrote: > From: Brendan Le Foll > > Because of the SSLv3 POODLE vulnerability, it's preferred to simply disable > SSLv3 even if patched with the TLS_FALLBACK_SCSV > > Signed-off-by: Brendan Le Foll > --- > meta/recipes-connecti

Re: [OE-core] cdra_1.1.3 is not available anymore.

2015-02-16 Thread Martin Jansa
On Mon, Feb 16, 2015 at 12:04:49PM +0100, scerveau wrote: > Dear all, > > It seems that crda_1.1.3 recipe is broken according that the link > http://wireless.kernel.org/download/crda/crda-1.1.3.tar.bz2 is not > available anymore. > It can be now downloaded here > https://www.kernel.org/pub/soft

[OE-core] [meta-oe][PATCH] crda: update fetch url for both package and bin.

2015-02-16 Thread Stéphane Cerveau
The website http://wireless.kernel.org/download does not provide crda and binary anymore. Signed-off-by: Stéphane Cerveau --- .../recipes-connectivity/crda/crda_1.1.3.bb| 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-networking/recipes-connectivity/c

[OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread brendan . le . foll
From: Brendan Le Foll SSLv3 should be disabled because of POODLE, this patch disables it completely Brendan Le Foll (1): openssl: disable SSLv3 by default meta/recipes-connectivity/openssl/openssl.inc | 4 1 file changed, 4 insertions(+) -- 2.2.1 -- _

[OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread brendan . le . foll
From: Brendan Le Foll Because of the SSLv3 POODLE vulnerability, it's preferred to simply disable SSLv3 even if patched with the TLS_FALLBACK_SCSV Signed-off-by: Brendan Le Foll --- meta/recipes-connectivity/openssl/openssl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recip

[OE-core] cdra_1.1.3 is not available anymore.

2015-02-16 Thread scerveau
Dear all, It seems that crda_1.1.3 recipe is broken according that the link http://wireless.kernel.org/download/crda/crda-1.1.3.tar.bz2 is not available anymore. It can be now downloaded here https://www.kernel.org/pub/software/network/crda/crda_1.1.3.tar.bz2 But concerning the binary http:

Re: [OE-core] [PATCH 1/1] package_manager.py: fix rpm based do_rootfs failed while IMAGE_INSTALL_append = " python3"

2015-02-16 Thread Richard Purdie
On Fri, 2015-02-13 at 09:39 +0800, Hongxu Jia wrote: > On 02/13/2015 12:46 AM, Paul Eggleton wrote: > >> default_archs) +new_pkg = > >> >self._search_pkg_name_in_feeds(pkg, default_archs) or \ + > >> > self._search_pkg_provider_in_smart(pkg, default_archs) if not new_pkg: > >> >

Re: [OE-core] [PATCH 0/2] Add libedit, neardal recipes

2015-02-16 Thread Oleg Zhurakivskyy
Hi Ross, On 02/13/2015 06:53 PM, Burton, Ross wrote: As nothing else in oe-core needs there right now, I'd suggest that neardal should be in meta-connectivity and libedit is already in meta-oe (https://github.com/openembedded/meta-openembedded/blob/master/meta-oe/recipes-devtools/libedit/libed