Re: [OE-core] [PATCH] image.bbclass: Catch readonly sshd config in ssh_allow_empty_password.

2015-01-19 Thread Philip Tricca
ping. Any interest in this. Fixes an annoying bug for me: password-less root logins are broken if image is readonly. If there's a better way I'm happy to revise. Thanks, Philip On 01/03/2015 06:52 PM, Philip Tricca wrote: The ssh_allow_empty_password function modifies the standard sshd_config

[OE-core] [PATCH] perl: Backport fix for bug #123591

2015-01-19 Thread Gary Thomas
This patch fixes a crash in perl when using formatted strings @... Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../perl/perl-5.20.0/fix-FF_MORE-crash.patch| 21 + meta/recipes-devtools/perl/perl_5.20.0.bb | 1 + 2 files changed, 22 insertions(+)

Re: [OE-core] [PATCH 1/1] check-layers.py: some checks for distro and bsp layer

2015-01-19 Thread Chong Lu
ping On 12/25/2014 05:45 PM, Chong Lu wrote: * Check that a BSP layer isn't making any changes when the layer is included but MACHINE is not set to point to one of the conf/machine/*.conf that the layer provides * Check that a distribution layer isn't making any changes when the layer is

Re: [OE-core] [PATCH v2] curl: upgrade to 7.40

2015-01-19 Thread Maxin B. John
Hi, On Fri, Jan 16, 2015 at 12:00:16PM -0800, Andre McCurdy wrote: On Fri, Jan 16, 2015 at 7:06 AM, Maxin B. John maxin.j...@enea.com wrote: Upgraded version include fixes for these CVE bugs: 1. CVE-2014-8150 2. CVE-2014-8151 Signed-off-by: Maxin B. John maxin.j...@enea.com ---

[OE-core] [PATCH] grub: remove autogen-native dependency for tarball recipes

2015-01-19 Thread Ross Burton
The tarballs of grub ship the files that are generated by autogen, so tarball recipes don't need to depend on autogen-native (and thus guile-native). Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-bsp/grub/grub2.inc |2 +- meta/recipes-bsp/grub/grub_git.bb |2 ++ 2

[OE-core] [PATCH] curl: Add PACKAGECONFIG for samba

2015-01-19 Thread Maxin B. John
curl 7.40.0 added support for the SMB/CIFS protocol. So provide a PACKAGECONFIG option for smb. Reported-by: Andre McCurdy armccu...@gmail.com Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-support/curl/curl_7.40.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH] libgcc-common: Fix file ownership for installed files

2015-01-19 Thread Daniel Dragomir
Fix two QA warnings caused by setting the wrong user and group for files installed in the destination directory on do_install task. WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: user does not exist - using

[OE-core] [PATCH] at-spi2-core: pass correct path to dbus-daemon

2015-01-19 Thread Ross Burton
at-spi2-core tries to find the dbus-daemon binary and hard-codes this path in a script. The first dbus-daemon it finds is the one in the target sysroot, so explicitly pass the correct path. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/recipes-support/atk/at-spi2-core_2.14.1.bb |

Re: [OE-core] [PATCH] package.bbclass: Let PR server update PKGV, not PV

2015-01-19 Thread Mike Looijmans
ping? On 10-01-15 14:46, Mike Looijmans wrote: From: Mike Looijmans mike.looijm...@topic.nl PV is the package version as we need it to be during the build. PKGV is the final version as it ends up in the package, and defaults to PV. The packager handled builds without PR-server by replacing

Re: [OE-core] RPM package generation architecture

2015-01-19 Thread Mark Hatle
On 1/19/15 10:31 AM, Otavio Salvador wrote: On Sun, Jan 18, 2015 at 11:07 PM, Mark Hatle mark.ha...@windriver.com wrote: On 1/18/15 4:55 PM, Yevhen Kyriukha wrote: I'm building RPM packages for ARM board. I'm getting packages generated for 3 architectures: all, raspberrypi, armv6hf_vfp. I

Re: [OE-core] RPM package generation architecture

2015-01-19 Thread Otavio Salvador
On Sun, Jan 18, 2015 at 11:07 PM, Mark Hatle mark.ha...@windriver.com wrote: On 1/18/15 4:55 PM, Yevhen Kyriukha wrote: I'm building RPM packages for ARM board. I'm getting packages generated for 3 architectures: all, raspberrypi, armv6hf_vfp. I can't install any of these packages with rpm as

[OE-core] State of bitbake world, Failed tasks 2015-01-19

2015-01-19 Thread Martin Jansa
perf was finally fixed for qemux86-64, python3 and kexec-tools-klibc got broken http://www.openembedded.org/wiki/Bitbake_World_Status == Failed tasks 2015-01-19 == INFO: jenkins-job.sh-1.1.0 Complete log available at http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150119_173134.log

[OE-core] [PATCH] core-image-kernel-dev: add a DEFAULT_TEST_SUITES

2015-01-19 Thread Saul Wold
If we do not add some additional tests, we just get the core-image-minimal tests which are only ping Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/images/core-image-kernel-dev.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCHv2 0/2] recipetool: add python buildsystem support

2015-01-19 Thread Christopher Larson
On Mon, Jan 19, 2015 at 11:52 AM, Christopher Larson kerg...@gmail.com wrote: Changes from v1: - Drops the 'your responsibility' message, per Paul's request - Pulls in sys.builtin_module_names from the host python for now - Handles extra_requires both in requires.txt and setup.py. This is

Re: [OE-core] [RFC PATCH 1/5] base.bbclass: detect when S has been set incorrectly

2015-01-19 Thread Christopher Larson
Honestly I can't recall anymore. I remember looking into this, as this has been a long-standing annoyance, but I don't recall what the issues were. I'm absolutely in favor of your pursuing this. On Tue Jan 13 2015 at 2:08:08 AM Petter Mabäcker pet...@technux.se wrote: On 01/12/2015 04:53 PM,

Re: [OE-core] [PATCHv2 0/2] recipetool: add python buildsystem support

2015-01-19 Thread Christopher Larson
On Mon, Jan 19, 2015 at 12:16 PM, Christopher Larson kerg...@gmail.com wrote: On Mon, Jan 19, 2015 at 11:52 AM, Christopher Larson kerg...@gmail.com wrote: Changes from v1: - Drops the 'your responsibility' message, per Paul's request - Pulls in sys.builtin_module_names from the host

[OE-core] [PATCHv2 2/2] recipetool: add python dependency scanning support

2015-01-19 Thread Christopher Larson
This uses a standalone python script named `pythondeps` which now lives in scripts. It supports scanning for provided packages and imported modules/packages, the latter via the python ast. It's not perfect, and obviously conditional imports and try/except import blocks are handled naively, listing

[OE-core] [PATCHv2 0/2] recipetool: add python buildsystem support

2015-01-19 Thread Christopher Larson
Changes from v1: - Drops the 'your responsibility' message, per Paul's request - Pulls in sys.builtin_module_names from the host python for now - Handles extra_requires both in requires.txt and setup.py. This is currently implemented by a naive conversion of the optional features to

[OE-core] [PATCHv2 1/2] recipetool: add python buildsystem support

2015-01-19 Thread Christopher Larson
- Handles distutils setuptools. - Supports pulling metadata from PKG-INFO, .egg-info, setup.py (via two different mechanisms). - Doesn't handle python 3 yet. Signed-off-by: Christopher Larson kerg...@gmail.com --- scripts/lib/recipetool/create_buildsys_python.py | 560 +++