[OE-core] [PATCH] Signed-off-by: redengin

2015-03-25 Thread Stephen Holstein
From: redengin fix for fortran to remove libquadmath dependency --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc index c88a496..cec1862 100644 --- a/meta/recipes-devtools/g

[OE-core] [PATCH 1/1] patch: fix CVE-2015-1196

2015-03-25 Thread Robert Yang
A directory traversal flaw was reported in patch: References: http://www.openwall.com/lists/oss-security/2015/01/18/6 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775227 https://bugzilla.redhat.com/show_bug.cgi?id=1182154 [YOCTO #7182] Signed-off-by: Robert Yang --- meta/recipes-devtools/

[OE-core] [PATCH 0/1] patch: fix CVE-2015-1196

2015-03-25 Thread Robert Yang
The following changes since commit 2d923d6dfe9431dbc005f8ba39838eb4519c471c: python-pygobject: Disable parallel make install in native case (2015-03-25 12:38:44 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/patch http://cgit.opene

Re: [OE-core] [PATCH 1/1] systemd: fix SULOGIN path

2015-03-25 Thread ChenQi
On 03/25/2015 02:26 PM, Jonathan Liu wrote: On 25/03/2015 5:03 PM, Chen Qi wrote: Fix SULOGIN path so that rescue.service doesn't use `sulogin' from the sysroot part of the build on host, which would lead to errors like below when booting into rescue mode. /bin/sh: /buildarea2/chenqi/po

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Mark Asselstine
On March 25, 2015 20:37:51 Mark Asselstine wrote: > On March 25, 2015 20:44:57 Burton, Ross wrote: > > On 25 March 2015 at 16:28, Mark Asselstine > > > > wrote: > > > For target builds libdir is not something that changes and for -native > > > builds unless you move your builds around you will se

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Mark Asselstine
On March 25, 2015 20:44:57 Burton, Ross wrote: > On 25 March 2015 at 16:28, Mark Asselstine > > wrote: > > For target builds libdir is not something that changes and for -native > > builds unless you move your builds around you will see no issue with > > the current implementation. If you do upda

Re: [OE-core] [daisy][PATCH v2] systemd: fix /var/log/journal ownership

2015-03-25 Thread Jonathan Liu
On 12/03/2015 8:20 PM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd_211.bb | 2 ++ 1 file changed, 2 insertions(+) Ping. This is a backport from

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Mark Asselstine
On March 25, 2015 13:35:46 Christopher Larson wrote: > On Wed, Mar 25, 2015 at 12:28 PM, Mark Asselstine < > > mark.asselst...@windriver.com> wrote: > > My first attempt I had tried "libdir" and it doesn't seem to have the > > needed > > effect. I was hesitant to use other variables (such as those

Re: [OE-core] [dizzy][PATCH v2] systemd: fix /var/log/journal ownership

2015-03-25 Thread Jonathan Liu
On 12/03/2015 8:20 PM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd_216.bb | 2 ++ 1 file changed, 2 insertions(+) Ping. This is a backport from

Re: [OE-core] [dizzy][PATCH] liburcu: revert ARM GCC blacklist commit

2015-03-25 Thread Jonathan Liu
On 16/03/2015 10:29 PM, Jonathan Liu wrote: This fixes the following error when building liburcu: "Your gcc version produces clobbered frame accesses" OE-Core is using a patched GCC 4.8.2 which is able to compile liburcu properly. Signed-off-by: Jonathan Liu --- ...evert-Blacklist-ARM-gcc-4.

[OE-core] [PATCH] lzop: Fix build using x32 ABI

2015-03-25 Thread Aníbal Limón
When tries to build lzop using x32 ABI fails trying to get FLAGS register that is 64-bit and destination variable is 32-bit size_t. [YOCTO #7424] Signed-off-by: Aníbal Limón --- .../lzop/lzop/x32_abi_miniacc_h.patch | 36 ++ meta/recipes-support/lzop/lzop_1.03.b

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-25 Thread Martin Jansa
On Wed, Mar 25, 2015 at 04:18:49PM +, Burton, Ross wrote: > On 25 March 2015 at 16:12, Martin Jansa wrote: > > > Oh, thanks for pointer. I was seeing the same issue in dizzy and master > > build, but this change can explain why I wasn't able to reproduce it in > > master yesterday. > > > > S

[OE-core] [dizzy][PATCH 2/2] udev: don't keep ptest testdata laying around

2015-03-25 Thread Martin Jansa
From: Max Krummenacher Only unpack udev's testdata right before executing the tests and cleanup afterwards. udev's testsuite can be used by ptest. However currently the testdata against which its functionality is tested is installed in the sysroot at udev install time. If the sysroot is used wit

[OE-core] [dizzy][PATCH 1/2] udev: fix ptest rule syntax check

2015-03-25 Thread Martin Jansa
From: Max Krummenacher The ptest which checks for correct udev rules fails. Missing files and paths for the build host caused this. Signed-off-by: Max Krummenacher Signed-off-by: Ross Burton --- meta/recipes-core/udev/udev.inc| 3 +- .../recipes-core/udev/udev/add-install

[OE-core] [PATCH 3/4] systemd: split modules into packages

2015-03-25 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. --- meta/recipes-core/systemd/systemd_219.bb | 1073 ++ 1 file changed, 943 insertions(+), 130 deletions(-) diff --g

[OE-core] [PATCH 4/4] systemd: v219 with stable fixes

2015-03-25 Thread Bruno Bottazzini
Adding patches that fix bugs for 219 version. This will get the same consistency of the stable systemd 219 version. More details: http://cgit.freedesktop.org/systemd/systemd-stable/log/?h=v219-stable --- ...remote-fix-certificate-status-memory-leak.patch | 31 + ...ournal-remote-fix-client_cert-

[OE-core] [PATCH 2/4] systemd: verify if files test-udev and systemd-journal-flush exists

2015-03-25 Thread Bruno Bottazzini
If we compile using EXTRA_OECONF with '--disable-tests' option, the files test-udev and systemd-journal-flush will not be created and the systemd install phase will fail. --- meta/recipes-core/systemd/systemd_219.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH v3 0/4] systemd and dbus split into packages

2015-03-25 Thread Bruno Bottazzini
Differences from v2: - Rebasing patch with version with 1.8 ( Head of the branch) as Khem Raj suggested Differences from v1: dbus: Adding change that Andreas Oberritter recommended. -Setting RRECOMMENDS_${PN}_class-native instead RPROVIDES dbus-native-tools-native. systemd: Adding change th

[OE-core] [PATCH 1/4] dbus: split tools package.

2015-03-25 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini --- meta/recipes-core/dbus/dbus.inc | 9 - 1 file changed, 8 insertions(+), 1 dele

Re: [OE-core] [PATCH] populate_sdk_ext: Log the "Preparing build system" step

2015-03-25 Thread Richard Purdie
On Wed, 2015-03-25 at 10:31 -0700, Christopher Larson wrote: > > On Tue, Mar 24, 2015 at 5:16 PM, Randy Witt > wrote: > When using bitbake to do the setscene as part of sdk setup, it > would be > useful to have a log in the case where it fails. > > The log

Re: [OE-core] [yocto] OpenEmbedded Developer America's Meeting

2015-03-25 Thread Akuster808
Mark, I think its 9 am - Armin > On Mar 25, 2015, at 11:28, Mark Hatle wrote: > > I didn't see this on the Wiki. What is the expected start time both days? > > --Mark > >> On 3/13/15 11:55 AM, Philip Balister wrote: >> You can add yourself here (or drop me an email if you have trouble >>

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Burton, Ross
On 25 March 2015 at 16:28, Mark Asselstine wrote: > For target builds libdir is not something that changes and for -native > builds unless you move your builds around you will see no issue with > the current implementation. If you do update libdir or if you move > your build or reuse sstate by co

Re: [OE-core] pam related dependency processing bug?

2015-03-25 Thread Martin Jansa
On Wed, Mar 25, 2015 at 01:31:31PM -0700, Janne Karhunen wrote: > Hi, > > Thanks, inherited that file and missed that - and my RPM legacy was > thinking that's about right. > > How do you guys test people don't leak dependencies with global > DEPENDS? Even this must have been passing by accident

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Christopher Larson
On Wed, Mar 25, 2015 at 12:28 PM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > My first attempt I had tried "libdir" and it doesn't seem to have the > needed > effect. I was hesitant to use other variables (such as those that libdir is > derived from) as that would fork how -native an

Re: [OE-core] pam related dependency processing bug?

2015-03-25 Thread Janne Karhunen
Hi, Thanks, inherited that file and missed that - and my RPM legacy was thinking that's about right. How do you guys test people don't leak dependencies with global DEPENDS? Even this must have been passing by accident quite a while :) -- Janne On Wed, Mar 25, 2015 at 11:30 AM, Martin Jansa w

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Mark Asselstine
On March 25, 2015 10:34:00 Christopher Larson wrote: > On Wed, Mar 25, 2015 at 9:28 AM, Mark Asselstine < > > mark.asselst...@windriver.com> wrote: > > Configure makes use of 'libdir' to set 'openssldir'. Unfortunately > > openssl treats this as a hardcoded absolute path. The value passed in > > a

Re: [OE-core] pam related dependency processing bug?

2015-03-25 Thread Martin Jansa
On Wed, Mar 25, 2015 at 10:39:34AM -0700, Janne Karhunen wrote: > Hi, > > Wonder if you guys can share some insights on how to debug this case. > I have a legacy PAM module recipe that says: > > DEPENDS_${PN} = "libpam" > > 'pam' is listed in DISTRO_FEATURES and is working fine. However, for > t

Re: [OE-core] [yocto] OpenEmbedded Developer America's Meeting

2015-03-25 Thread Mark Hatle
I didn't see this on the Wiki. What is the expected start time both days? --Mark On 3/13/15 11:55 AM, Philip Balister wrote: > You can add yourself here (or drop me an email if you have trouble > logging in) > > http://www.openembedded.org/wiki/OEDAM_2015 > > We plan to have a Hangout on the A

Re: [OE-core] [PATCH] populate_sdk_ext: Log the "Preparing build system" step

2015-03-25 Thread Randy Witt
On 03/25/2015 10:31 AM, Christopher Larson wrote: On Tue, Mar 24, 2015 at 5:16 PM, Randy Witt wrote: When using bitbake to do the setscene as part of sdk setup, it would be useful to have a log in the case where it fails. The log is called preparing_build_system.log and is in the top level di

Re: [OE-core] [PATCH v2] uninative-tarball: fix dependency on patchelf

2015-03-25 Thread Tyler Hall
Randy, Richard, Disregard. Looks like we raced with each other. Thanks for applying v1. -Tyler -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] pam related dependency processing bug?

2015-03-25 Thread Janne Karhunen
Hi, Wonder if you guys can share some insights on how to debug this case. I have a legacy PAM module recipe that says: DEPENDS_${PN} = "libpam" 'pam' is listed in DISTRO_FEATURES and is working fine. However, for that pam module libpam dependency is silently dropped during the build. If PAM happ

[OE-core] [PATCH v2] uninative-tarball: fix dependency on patchelf

2015-03-25 Thread Tyler Hall
DEPENDS doesn't actually add the dependency on patchelf-native to the populate_sdk task. SDK_DEPENDS does this, but move the append to after inheriting the base class so it does not get overwritten. Without this, uninative-tarball fails to build in a clean workspace on a system without patchelf.

Re: [OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Christopher Larson
On Wed, Mar 25, 2015 at 9:28 AM, Mark Asselstine < mark.asselst...@windriver.com> wrote: > Configure makes use of 'libdir' to set 'openssldir'. Unfortunately > openssl treats this as a hardcoded absolute path. The value passed in > as openssl becomes part of header files and baked in to executable

Re: [OE-core] [PATCH] populate_sdk_ext: Log the "Preparing build system" step

2015-03-25 Thread Christopher Larson
On Tue, Mar 24, 2015 at 5:16 PM, Randy Witt wrote: > When using bitbake to do the setscene as part of sdk setup, it would be > useful to have a log in the case where it fails. > > The log is called preparing_build_system.log and is in the top level > directory of the extracted sdk. > > Signed-off

[OE-core] [PATCH] openssl: add a vardeps for configure on libdir

2015-03-25 Thread Mark Asselstine
Configure makes use of 'libdir' to set 'openssldir'. Unfortunately openssl treats this as a hardcoded absolute path. The value passed in as openssl becomes part of header files and baked in to executables. For target builds libdir is not something that changes and for -native builds unless you mov

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-25 Thread Burton, Ross
On 25 March 2015 at 16:12, Martin Jansa wrote: > Oh, thanks for pointer. I was seeing the same issue in dizzy and master > build, but this change can explain why I wasn't able to reproduce it in > master yesterday. > Sounds like we should backport that to dizzy (CCing Armin). Ross -- _

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-25 Thread Martin Jansa
On Wed, Mar 25, 2015 at 12:11:05PM +, Burton, Ross wrote: > On 23 March 2015 at 22:21, Martin Jansa wrote: > > > In my case it's reproducible by adding udev-ptest to image, more > > specifically > > having these 2 directories in rootfs: > > usr/lib/udev/ptest/test/sys/devices > > usr/lib/udev

Re: [OE-core] [PATCH][dizzy] Update openssl to 1.0.1m

2015-03-25 Thread akuster808
On 3/25/15 6:15 AM, brendan.le.f...@intel.com wrote: Thank you for your support on Dizzy. If it isn't too mush trouble, is it possible to get the CVE's list are are being addressed by this update? regards, Armin > From: Brendan Le Foll > > Due to recent security fixes it's advisable to updat

[OE-core] [master 2/2] toaster: update toasterconf.json for fido release

2015-03-25 Thread Alex DAMIAN
From: Belen Barros Pena We update the toasterconf.json for the 1.8 "fido" release. A small update to the release help text in the toasterconf.json file shipped with the openembedded-core layer. We now make explicit that Toaster will build with the tip of the selected branch, and we add links to

[OE-core] [master 1/2] toaster.bbclass: do not add symbolic links to artifacts

2015-03-25 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch removes the symbolic links from the artifact list. [YOCTO #7184] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass i

[OE-core] [FIDO 2/2] toaster: update toasterconf.json for fido release

2015-03-25 Thread Alex DAMIAN
From: Belen Barros Pena We update the toasterconf.json for the 1.8 "fido" release. A small update to the release help text in the toasterconf.json file shipped with the openembedded-core layer. We now make explicit that Toaster will build with the tip of the selected branch, and we add links to

[OE-core] [FIDO 1/2] toaster.bbclass: do not add symbolic links to artifacts

2015-03-25 Thread Alex DAMIAN
From: Alexandru DAMIAN This patch removes the symbolic links from the artifact list. [YOCTO #7184] Signed-off-by: Alexandru DAMIAN --- meta/classes/toaster.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass i

Re: [OE-core] initscripts + fsck.busybox problem

2015-03-25 Thread Mark Hatle
On 3/25/15 8:40 AM, Hugo Vasconcelos Saldanha wrote: > Hi all, > > Everytime my image boots, the following error message is printed: > > fsck (busybox 1.23.1, 2015-03-14 10:13:03 BRT) > > Invalid non-numeric argument to -C ("-y") > > It seems that checkroot.sh script from initscripts package is

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-03-25 Thread Richard Purdie
On Wed, 2015-03-25 at 09:26 -0400, Bruce Ashfield wrote: > On Wed, Mar 25, 2015 at 8:13 AM, Bruce Ashfield > wrote: > > On Wed, Mar 25, 2015 at 5:26 AM, Richard Purdie > > wrote: > >> On Tue, 2015-03-24 at 14:57 -0400, Bruce Ashfield wrote: > >>> Hi all, > >>> > >>> Here is the latest linux-yocto

[OE-core] initscripts + fsck.busybox problem

2015-03-25 Thread Hugo Vasconcelos Saldanha
Hi all, Everytime my image boots, the following error message is printed: fsck (busybox 1.23.1, 2015-03-14 10:13:03 BRT) Invalid non-numeric argument to -C ("-y") It seems that checkroot.sh script from initscripts package is calling the command "fsck -C -y". checkfs.sh script, apparently not in

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-03-25 Thread Bruce Ashfield
On Wed, Mar 25, 2015 at 8:13 AM, Bruce Ashfield wrote: > On Wed, Mar 25, 2015 at 5:26 AM, Richard Purdie > wrote: >> On Tue, 2015-03-24 at 14:57 -0400, Bruce Ashfield wrote: >>> Hi all, >>> >>> Here is the latest linux-yocto consolidated pull request. It is a mix of >>> kernel version -stable imp

[OE-core] [PATCH][dizzy] openssl: Upgrade to 1.0.1m

2015-03-25 Thread brendan . le . foll
From: Brendan Le Foll Security update, some patches modified to apply correctly mostly due to upstream changing indentation/styling * configure-targets.patch updated * fix-cipher-des-ede3-cfb1.patch updated * openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch updated * openssl-avo

[OE-core] [PATCH][dizzy] Update openssl to 1.0.1m

2015-03-25 Thread brendan . le . foll
From: Brendan Le Foll Due to recent security fixes it's advisable to update to the latest openssl version. I propose an update to 1.0.1m rather than simply patching the individual CVEs which is much more time consuming/error prone This is exactly the same patch as for daisy since they share open

[OE-core] [PATCH] python-pygobject: Disable parallel make install in native case

2015-03-25 Thread Richard Purdie
Comments within the commit describe the issue. Signed-off-by: Richard Purdie diff --git a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb index e7f17ff..f4359bb 100644 --- a/meta/recipes-devtools/python/python-pygobject_2.28.3.bb

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-03-25 Thread Bruce Ashfield
On Wed, Mar 25, 2015 at 5:26 AM, Richard Purdie wrote: > On Tue, 2015-03-24 at 14:57 -0400, Bruce Ashfield wrote: >> Hi all, >> >> Here is the latest linux-yocto consolidated pull request. It is a mix of >> kernel version -stable imports (CVEs and fixes), kernel configuration >> changes, a documen

Re: [OE-core] [oe-commits] Jonathan Liu : fontcache.bbclass: prepend to PACKAGEFUNCS instead of appending

2015-03-25 Thread Burton, Ross
On 23 March 2015 at 22:21, Martin Jansa wrote: > In my case it's reproducible by adding udev-ptest to image, more > specifically > having these 2 directories in rootfs: > usr/lib/udev/ptest/test/sys/devices > usr/lib/udev/ptest/test/sys/bus > oe-core 3f799b should mean that those directories are

[OE-core] [PATCH v5] u-boot.inc: fix rename image error

2015-03-25 Thread Chunrong Guo
Resolve mismatch between U-Boot configs and uboot image name. The ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX} may alway be false and repeat compile or install so we need to check if ${type} match ${config} Signed-off-by: Chunrong Guo --- meta/recipes-bsp/u-boot/u-boot.inc | 101 ++

Re: [OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2015-03-25 Thread Richard Purdie
On Tue, 2015-03-24 at 14:57 -0400, Bruce Ashfield wrote: > Hi all, > > Here is the latest linux-yocto consolidated pull request. It is a mix of > kernel version -stable imports (CVEs and fixes), kernel configuration > changes, a documentation update and kernel configuration enhancement. > > The

[OE-core] [PATCH 2/2] shadow: add 'util-linux-sulogin' to RDEPENDS

2015-03-25 Thread Chen Qi
If shadow is installed, sulogin from busybox cannot work correctly because it still assumes that /etc/shadow is not there. This leads to the problem when booting into rescue mode in an image with shadow installed but not sulogin from util-linux. To fix this problem, we add 'util-linux-sulogin' to

[OE-core] [PATCH 1/2] util-linux: split util-linux-sulogin

2015-03-25 Thread Chen Qi
[YOCTO #6698] Signed-off-by: Chen Qi --- meta/recipes-core/util-linux/util-linux.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index 10b14b3..d93505c 100644 --- a/meta/

[OE-core] [PATCH 0/2] Fix for runtime error for rescue mode

2015-03-25 Thread Chen Qi
The following changes since commit d3fcfe346b3472170641d9194243c4bbe06b8585: systemd: fix firmware path to match linux-firmware (2015-03-23 11:27:13 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/bug6698 http://cgit.openembedded.