[yocto] [meta-mingw][PATCH] Remove security flags from GCCPIE

2018-11-15 Thread Samuli Piippo
GCCPIE defaults to "--enable-default-pie" in security_flags.inc, which breaks Windows binaries. Signed-off-by: Samuli Piippo --- conf/machine-sdk/include/mingw32-common.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine-sdk/include/mingw32-common.inc

Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Samuli Piippo
2/2 is also unrelated, there should 3 patches from me, sent at the same time. Don’t know where they got stuck. > On 15 Nov 2018, at 19.21, Burton, Ross wrote: > > I see 1/2 but no 2/2, presumably this missing patch is the PIE one? > > Ross >> On Thu, 15 Nov 2018 at 16:04, Samuli Piippo

Re: [yocto] [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

2018-11-15 Thread Joshua Watt
On Thu, Nov 15, 2018 at 7:22 PM Samuli Piippo wrote: > > Build nativesdk-cmake and dependency libs without without openssl. > > Signed-off-by: Samuli Piippo > --- > .../nativesdk-packagegroup-sdk-host.bbappend | 1 + > recipes-devtools/cmake/cmake_%.bbappend | 8

Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Samuli Piippo
Sure, it’ll take me couple of hours though. Let’s see if the missing emails appear meanwhile. > On 15 Nov 2018, at 19.33, Burton, Ross wrote: > > Weird. > > Can you push them to a git repo? > > Ross >> On Thu, 15 Nov 2018 at 17:32, Samuli Piippo wrote: >> >> >> 2/2 is also unrelated, there

[yocto] [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

2018-11-15 Thread Samuli Piippo
Build nativesdk-cmake and dependency libs without without openssl. Signed-off-by: Samuli Piippo --- .../nativesdk-packagegroup-sdk-host.bbappend | 1 + recipes-devtools/cmake/cmake_%.bbappend | 8 recipes-extended/libarchive/libarchive_%.bbappend

[yocto] [ANNOUNCEMENT] Yocto Project 2.6 (thud 20.0.0) Released

2018-11-15 Thread Tracy Graydon
Hello, We are pleased to announce the latest release of the Yocto Project 2.6 (thud-20.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.6/poky-thud-20.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.6/poky-thud-20.0.0.tar.bz2 A gpg

Re: [yocto] QEMU kernel defconfigs

2018-11-15 Thread Scott Rifenbark
On Thu, Nov 15, 2018 at 12:08 PM Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 2018-11-15 12:29 p.m., Jon Mason wrote: > > I'm having difficulty determining where the kernel defconfigs are > > defined and located. I'm specifically looking for the qemuarm and > > qemuarm64 kernel

Re: [yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread Mike Worster
Thanks for your input. Unfortunately adding your suggested line: RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath" doesn't seem to change the build error for me. Odd thing is when I look at the output of the RUNTIMETARGET variable it doesn't appear to be set: $ bitbake -e libgfortran | grep

Re: [yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread akuster808
On 11/15/18 1:31 PM, Mike Worster wrote: > I'm trying to get Fortran support (gfortran and libgfortran) enabled > in a Yocto Sumo build. > > Based on advice I got from this site: > https://jumpnowtek.com/yocto/Add-Fortran-support-to-a-Yocto-build.html > > I have enabled fortran in my local.conf

[yocto] How do I enabled Fortran support in Sumo?

2018-11-15 Thread Mike Worster
I'm trying to get Fortran support (gfortran and libgfortran) enabled in a Yocto Sumo build. Based on advice I got from this site: https://jumpnowtek.com/yocto/Add-Fortran-support-to-a-Yocto-build.html I have enabled fortran in my local.conf via adding: FORTRAN_forcevariable = ",fortran"

Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Samuli Piippo
I don't have access to the contrib git repo, so pushed them here instead: https://github.com/sapiippo/meta-mingw/ From: Samuli Piippo Sent: 15 November 2018 19:45:29 To: Burton, Ross Cc: Yocto-mailing-list Subject: Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads:

Re: [yocto] QEMU kernel defconfigs

2018-11-15 Thread Bruce Ashfield
On 2018-11-15 12:29 p.m., Jon Mason wrote: I'm having difficulty determining where the kernel defconfigs are defined and located. I'm specifically looking for the qemuarm and qemuarm64 kernel defconfigs. I've looked at the relevant documentation,

[yocto] [meta-mingw][PATCH 0/4] Add oeqa test cases

2018-11-15 Thread Joshua Watt
Adds the testing framework for tying tests for the MinGW SDK into the oeqa SDK test framework. The SDK tests can be run using the standard SDK test command: bitbake -c testsdk All testing is done using Wine in lieu of having access to an actual Windows machine. Wine is required to be

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Khem Raj
Ok, thanks. On Thu, Nov 15, 2018 at 6:48 AM Mark Hatle wrote: > > On 11/14/18 11:01 PM, Khem Raj wrote: > > On Wed, Nov 14, 2018 at 8:08 PM Joshua Watt wrote: > >> > >> On Wed, Nov 14, 2018 at 8:41 PM Mark Hatle > >> wrote: > >>> > >>> On 11/14/18 9:54 AM, Mark Hatle wrote: > On 11/13/18

Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Burton, Ross
Weird. Can you push them to a git repo? Ross On Thu, 15 Nov 2018 at 17:32, Samuli Piippo wrote: > > > 2/2 is also unrelated, there should 3 patches from me, sent at the same time. > Don’t know where they got stuck. > > > On 15 Nov 2018, at 19.21, Burton, Ross wrote: > > > > I see 1/2 but no

[yocto] QEMU kernel defconfigs

2018-11-15 Thread Jon Mason
I'm having difficulty determining where the kernel defconfigs are defined and located. I'm specifically looking for the qemuarm and qemuarm64 kernel defconfigs. I've looked at the relevant documentation,

Re: [yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Burton, Ross
I see 1/2 but no 2/2, presumably this missing patch is the PIE one? Ross On Thu, 15 Nov 2018 at 16:04, Samuli Piippo wrote: > > Use the winpthreads library available in the mingw64 and > change the thread model from win32 to posix to get access > to c++11 features. > > Signed-off-by: Samuli

[yocto] Canceled event with note: Yocto Project Weekly Triage Meeting @ Thu Nov 22, 2018 7:30am - 8:30am (PST) (yocto@yoctoproject.org)

2018-11-15 Thread theyoctoproject
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:CANCEL BEGIN:VTIMEZONE TZID:America/Los_Angeles X-LIC-LOCATION:America/Los_Angeles BEGIN:DAYLIGHT TZOFFSETFROM:-0800 TZOFFSETTO:-0700 TZNAME:PDT DTSTART:19700308T02

Re: [yocto] FW: final pass on release notes....and general status of readiness

2018-11-15 Thread akuster808
Stephen, Please add "multiconfig in no longer works with COMPATIBLE_MACHINE" bug 12985 thanks, Armin On 11/14/18 2:02 PM, Scott Rifenbark wrote: > Especially true for the manuals... always go to the website for best > set of manuals. > > Scott > > On Wed, Nov 14, 2018 at 1:41 PM akuster808

Re: [yocto] Invitation: Yocto Project Weekly Triage Meeting @ Weekly from 7:30am to 8:30am on Thursday (PDT) (yocto@yoctoproject.org)

2018-11-15 Thread Jolley, Stephen K
This is Thanksgiving. I will be canceled. Thanks, Stephen -Original Appointment- From: theyoctoproj...@gmail.com [mailto:theyoctoproj...@gmail.com] Sent: Thursday, May 24, 2018 2:17 PM To: theyoctoproj...@gmail.com; yocto@yoctoproject.org Subject: [yocto] Invitation: Yocto Project

[yocto] [meta-mingw][PATCH 1/2] winpthreads: use posix threads library from mingw64

2018-11-15 Thread Samuli Piippo
Use the winpthreads library available in the mingw64 and change the thread model from win32 to posix to get access to c++11 features. Signed-off-by: Samuli Piippo --- conf/machine-sdk/include/mingw32-common.inc | 2 - recipes-core/gettext/gettext_0.19.%.bbappend | 5 +-

[yocto] [meta-security][PATCH][sumo] Use git fetcher for lynis to fetch older versions

2018-11-15 Thread Stefan Lendl
From: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb

[yocto] [meta-security][PATCH][sumo] Use git fetcher for lynis to fetch older versions

2018-11-15 Thread Stefan Lendl
--- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb index c25b804..38149a3

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Mark Hatle
On 11/14/18 11:01 PM, Khem Raj wrote: > On Wed, Nov 14, 2018 at 8:08 PM Joshua Watt wrote: >> >> On Wed, Nov 14, 2018 at 8:41 PM Mark Hatle wrote: >>> >>> On 11/14/18 9:54 AM, Mark Hatle wrote: On 11/13/18 3:56 AM, Samuli Piippo wrote: > Hi, > > I've just upgraded poky and

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Burton, Ross
Didn't see it arrive, maybe it's lost in moderation? What list did you post it to? Ross On Thu, 15 Nov 2018 at 09:28, Samuli Piippo wrote: > > patch sent. > On Thu, 15 Nov 2018 at 11:17, Burton, Ross wrote: > > > > Good work! > > > > Can we have a patch from someone please? > > > > Ross > > >

Re: [yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Joshua Watt
On Thu, Nov 15, 2018, 8:29 AM Stefan Lendl Unlike the official download page, it also works for older releases > > Signed-off-by: Stefan Lendl > --- > meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 > > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git

[yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Stefan Lendl
Unlike the official download page, it also works for older releases Signed-off-by: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Burton, Ross
On Thu, 15 Nov 2018 at 14:29, Stefan Lendl wrote: > -SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz; > +SRC_URI = "https://github.com/CISOfy/lynis/archive/${PV}.tar.gz; NAK. Those tarballs are generated on demand by github so over time *will* change. If they don't host generated

[yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Stefan Lendl
Unlike the official download page, it also works for older releases Signed-off-by: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[yocto] [PATCH] ref-manual: add EXCLUDE_PACKAGES_FROM_SHLIBS description

2018-11-15 Thread Oleksii Konoplitskyi
Some packages containing shared libraries might be registered as shlib providers when they shouldn't (for example, the lib is for their private use and must not generate any dependency). EXCLUDE_FROM_SHLIBS is targeted at that, but it could be set for entire recipe only. Variable

[yocto] How to let a kernel module depend on another kernel module ?

2018-11-15 Thread winfried . dobbe
Hi all, I am upgrading our BSP from Krogoth to Sumo. I have read the documentation about the recipe-specific sysroots and this works fine for normal recipes. However I am stuck with upgrading the out-of-tree kernel module recipes. We have kernel-module-foo and kernel-module-bar. The bar

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Samuli Piippo
patch sent. On Thu, 15 Nov 2018 at 11:17, Burton, Ross wrote: > > Good work! > > Can we have a patch from someone please? > > Ross > > On Thu, 15 Nov 2018 at 08:35, Samuli Piippo wrote: >> >> On Thu, 15 Nov 2018 at 07:01, Khem Raj wrote: >> > >> > On Wed, Nov 14, 2018 at 8:08 PM Joshua Watt

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Burton, Ross
Good work! Can we have a patch from someone please? Ross On Thu, 15 Nov 2018 at 08:35, Samuli Piippo wrote: > On Thu, 15 Nov 2018 at 07:01, Khem Raj wrote: > > > > On Wed, Nov 14, 2018 at 8:08 PM Joshua Watt > wrote: > > > > > > On Wed, Nov 14, 2018 at 8:41 PM Mark Hatle > wrote: > > > > >

Re: [yocto] meta-mingw: unable to run executables on Windows

2018-11-15 Thread Samuli Piippo
On Thu, 15 Nov 2018 at 07:01, Khem Raj wrote: > > On Wed, Nov 14, 2018 at 8:08 PM Joshua Watt wrote: > > > > On Wed, Nov 14, 2018 at 8:41 PM Mark Hatle wrote: > > > > > > On 11/14/18 9:54 AM, Mark Hatle wrote: > > > > On 11/13/18 3:56 AM, Samuli Piippo wrote: > > > >> Hi, > > > >> > > > >> I've

[yocto] [PATCH][meta-yocto] local.conf.sample: update upstream sstate mirror url

2018-11-15 Thread Martin Hundebøll
The prefilled upstream SSTATE_MIRROR setting in the sample configuration should match the current Yocto release. Signed-off-by: Martin Hundebøll --- meta-poky/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/local.conf.sample

[yocto] [PATCH][meta-yocto][thud] local.conf.sample: update upstream sstate mirror url

2018-11-15 Thread Martin Hundebøll
The prefilled upstream SSTATE_MIRROR setting in the sample configuration should match the current Yocto release. Signed-off-by: Martin Hundebøll --- Are we sure the sstate mirror is properly updated? I tried using it on thud in a ubuntu-16.04 docker container, but wasn't able to get any hits in