Re: [yocto] static libraries missing from sdk

2018-02-06 Thread Mircea Gliga
Thanks for your answer. I already have the ALLOW_EMPTY_${PN} = "1" in the recipe What I still don't get is why the -dev gets installed but the -staticdev doesn't, even though the dependency is satisfied (the empty pkg exists). On 06/02/18 22:25, Robert Berger wrote: Hi, On 2018-02-06

[yocto] [meta-selinux][PATCH 2/2] libselinux-python: remove rdepends python-importlib

2018-02-06 Thread kai.kang
From: Kai Kang Package python-importlib has been removed and the functionality is now part of python-core. So remove python-importlib from runtime dependency of libselinux-python. Signed-off-by: Kai Kang ---

[yocto] [meta-selinux][PATCH 1/2] iproute2: remove workaround for selinux

2018-02-06 Thread kai.kang
From: Kai Kang After upgrade to 4.14.1, iproute2 changes it way to create configure output file config.mk which is also renamed from 'Config'. With RSS, the workaround for iproute2 is not needed any more. Signed-off-by: Kai Kang ---

[yocto] [meta-selinux][PATCH] policycoreutils.inc: use oe.utils.str_filter_out

2018-02-06 Thread jackie.huang
From: Jackie Huang oe_filter_out has been removed from oe-core so use the replacement function oe.utils.str_filter_out. Signed-off-by: Jackie Huang --- recipes-security/selinux/policycoreutils.inc | 4 ++-- 1 file changed, 2

Re: [yocto] static libraries missing from sdk

2018-02-06 Thread Robert Berger
Hi, On 2018-02-06 14:53, Mircea Gliga wrote: Hello, I have a problem providing a static library in the SDK: I have a recipe that builds a library. It outputs an -dev pkg with the /usr/{include,lib} libs in it and a -staticdev pkg with the static library. The main pkg is empty, in my recipe I

Re: [yocto] Install files in sysroot but not rootfs (ala -dev)

2018-02-06 Thread Khem Raj
On Tue, Feb 6, 2018 at 10:44 AM, Koehler, Yannick wrote: > I have some file to install in the > sysroot/${MACHINE}/usr/share/cmake/Modules, but when I do so, those files > also end up on the target. > > Is moving those files from FILES_${PN} to FILES_${PN}-dev the

[yocto] Install files in sysroot but not rootfs (ala -dev)

2018-02-06 Thread Koehler, Yannick
I have some file to install in the sysroot/${MACHINE}/usr/share/cmake/Modules, but when I do so, those files also end up on the target. Is moving those files from FILES_${PN} to FILES_${PN}-dev the proper way to fix that and what is the logic that make it so that -dev packages are installed in

[yocto] Minutes: Yocto Project Technical Meeting

2018-02-06 Thread Stephano Cetola
Attendees: Armin, Stephano, Alex, Maxin, Amanda, Stephen, Richard, Pascal, Ross, Denys, Joshua Watt, Tim Orling, Martin/Oliver/Marcus (of Phoenix Contact, Germany), wmills Current Status: https://wiki.yoctoproject.org/wiki/Weekly_Status Spectre / Meltdown Info:

[yocto] [PATCH 3/3] poky-tiny: bump to v4.14

2018-02-06 Thread Bruce Ashfield
Updating poky-tiny to the latest LTS kernel as the default version. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky-tiny.conf

[yocto] [PATCH 2/3] poky: update default kernel to v4.15

2018-02-06 Thread Bruce Ashfield
Updating the default kernel for qemu* to be v4.15. This allows easy integration of the latest fixes/features for new BSPs. 4.14 is also available as a LTS kernel option. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1

[yocto] [PATCH 1/3] poky-lsb: update default kernel to v4.14

2018-02-06 Thread Bruce Ashfield
4.14 is a LTS/LTSI kernel and we are dropping anything older than 4.12 in master. As such, we make 4.14 the default for poky-lsb. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [PATCH 0/3] meta-poky: update default kernel versions to match oe-core

2018-02-06 Thread Bruce Ashfield
Hi all, This series applies on top of one that I just sent for oe-core, it updates the default kernels to match what is available in master. Cheers, Bruce The following changes since commit c656a3351640da84c77588f1474fe3b43117f2c2: machines: bump default linux-yocto to v4.15 (2018-02-06

Re: [yocto] Disable UART Console for Pi 0

2018-02-06 Thread Nathan Roberts
I should clarify that I still want a console on TTY1 (iewhen I plug a monitor in to the HDMI port). so its only the console output to the serial port I'm looking to disable (so that I can make use of that for other things). On 26 January 2018 at 23:25, Nathan Roberts

[yocto] Yocto Recipe for LibRXE.

2018-02-06 Thread Vish (Vishwanath) Maram
Hi, I am looking for a yocto recipe of librxe? Right now I was able to get librdmacm and libibverbs, but librxe yocto is not there. Can someone help me in getting this? Highly appreciate if I can get some info on the same. Thanks, -Vish -- ___

[yocto] [meta-security][PATCH 12/12] tpm2.0-tss: update to 1.3.0

2018-02-06 Thread Armin Kuster
change recipe to PV style Signed-off-by: Armin Kuster --- .../tpm2.0-tss/{tpm2.0-tss_git.bb => tpm2.0-tss_1.3.0.bb} | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) rename meta-tpm/recipes-tpm/tpm2.0-tss/{tpm2.0-tss_git.bb => tpm2.0-tss_1.3.0.bb}

[yocto] [meta-security][PATCH 11/12] tpm2-abrmd: update to 1.2.0

2018-02-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-tpm/tpm2-abrmd/{tpm2-abrmd_1.1.1.bb => tpm2-abrmd_1.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-tpm/recipes-tpm/tpm2-abrmd/{tpm2-abrmd_1.1.1.bb => tpm2-abrmd_1.2.0.bb} (97%) diff --git

[yocto] [meta-security][PATCH 10/12] tpm2simulator: update to 138

2018-02-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../{tpm2simulator-native_116.bb => tpm2simulator-native_138.bb} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-tpm/recipes-tpm/tpm2simulator/{tpm2simulator-native_116.bb => tpm2simulator-native_138.bb} (78%)

[yocto] [meta-security][PATCH 08/12] freediameter: remove package

2018-02-06 Thread Armin Kuster
resides in meta-networking now Signed-off-by: Armin Kuster --- .../freediameter/files/freeDiameter.conf | 250 - recipes-security/freediameter/files/init | 160 - .../freediameter/files/no_test_run.patch | 12 -

[yocto] [meta-security][PATCH 09/12] clamav: update to 0.99.3

2018-02-06 Thread Armin Kuster
removed unused hash checksums Signed-off-by: Armin Kuster --- recipes-security/clamav/{clamav_0.99.2.bb => clamav_0.99.3.bb} | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) rename recipes-security/clamav/{clamav_0.99.2.bb => clamav_0.99.3.bb} (95%) diff

[yocto] [meta-security][PATCH 06/12] fail2ban: update to 0.10.2

2018-02-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/fail2ban/{fail2ban_0.10.0.bb => fail2ban_0.10.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-security/fail2ban/{fail2ban_0.10.0.bb => fail2ban_0.10.2.bb} (96%) diff --git

[yocto] [meta-security][PATCH 07/12] xmlsec1: Update to 1.2.25

2018-02-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/xmlsec1/{xmlsec1_1.2.24.bb => xmlsec1_1.2.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/xmlsec1/{xmlsec1_1.2.24.bb => xmlsec1_1.2.25.bb} (91%) diff --git

[yocto] [meta-security][PATCH 05/12] smack: update to 1.3.1

2018-02-06 Thread Armin Kuster
drop git hash from PV Use master branch Signed-off-by: Armin Kuster --- recipes-security/smack/{smack_1.3.0.bb => smack_1.3.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/smack/{smack_1.3.0.bb => smack_1.3.1.bb} (92%) diff --git

[yocto] [meta-security][PATCH 03/12] scapy: update to 2.3.3

2018-02-06 Thread Armin Kuster
Drop patch included in update. Signed-off-by: Armin Kuster --- .../scapy/scapy/scapy-Pickling-issues-fixed.patch | 111 - .../scapy/{scapy_2.3.2.bb => scapy_2.3.3.bb} | 5 +- 2 files changed, 2 insertions(+), 114 deletions(-) delete mode

[yocto] [meta-security][PATCH 04/12] sssd: update to 1.16.0

2018-02-06 Thread Armin Kuster
update some PACKAGECONFIG changes Signed-off-by: Armin Kuster --- recipes-security/sssd/{sssd_1.13.3.bb => sssd_1.16.0.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename recipes-security/sssd/{sssd_1.13.3.bb => sssd_1.16.0.bb} (86%) diff --git

[yocto] [meta-security][PATCH 02/12] tripwire: Update to 2.4.3.6

2018-02-06 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/tripwire/{tripwire_2.4.3.5.bb => tripwire_2.4.3.6.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename recipes-security/tripwire/{tripwire_2.4.3.5.bb => tripwire_2.4.3.6.bb} (96%) diff --git

[yocto] [meta-security][PATCH 01/12] libseccomp: update to 2.3.3

2018-02-06 Thread Armin Kuster
Drop git PV for bb reciped PV. supports 4.15 kernel Signed-off-by: Armin Kuster --- recipes-security/libseccomp/{libseccomp.bb => libseccomp_2.3.3.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename recipes-security/libseccomp/{libseccomp.bb =>

[yocto] static libraries missing from sdk

2018-02-06 Thread Mircea Gliga
Hello, I have a problem providing a static library in the SDK: I have a recipe that builds a library. It outputs an -dev pkg with the /usr/{include,lib} libs in it and a -staticdev pkg with the static library. The main pkg is empty, in my recipe I have added ALLOW_EMPTY_${PN} = "1" because the