[yocto] [PATCH 0/2] Fix systemd configure error when enable audit

2018-03-27 Thread Kai Kang
Test with configure in local.conf DISTRO_FEATURES_append = " selinux systemd" Kai Kang (2): enable-audit.bbclass: remove implement of packageconfig audit audit: fix pkgconfigdir classes/enable-audit.bbclass | 1 - recipes-security/audit/audit_2.7.6.bb | 3 ++- 2 files changed, 2 ins

[yocto] [PATCH 2/2] audit: fix pkgconfigdir

2018-03-27 Thread Kai Kang
Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in makefile. Set pkgconfigdir directly to install .pc files to right directory. Signed-off-by: Kai Ka

[yocto] [PATCH 1/2] enable-audit.bbclass: remove implement of packageconfig audit

2018-03-27 Thread Kai Kang
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONFIG audit from enable-audit.bbclass. Signed-off-by: Kai Kang --- classes/enable-audit.bbclass |

[yocto] [meta-yocto][PATCH v2 3/3] linux-yocto: update genericx86* SRCREVs for 4.15

2018-03-27 Thread Anuj Mittal
Bump to stable kernel release 4.15.13. Signed-off-by: Anuj Mittal --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend b/meta-yocto-bsp/recipes-

[yocto] [meta-yocto][PATCH v2 2/3] linux-yocto: update genericx86* SRCREVs for 4.14

2018-03-27 Thread Anuj Mittal
Bump to stable kernel release 4.14.30 Signed-off-by: Anuj Mittal --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.14.bbappend b/meta-yocto-bsp/recipes-k

[yocto] [meta-yocto][PATCH v2 1/3] linux-yocto: update genericx86* SRCREVs for 4.12

2018-03-27 Thread Anuj Mittal
Bump to stable kernel release 4.12.21. Signed-off-by: Anuj Mittal --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend b/meta-yocto-bsp/recipes-

[yocto] [meta-yocto][PATCH v2 0/3] Update SRCREVs for genericx86* BSPs

2018-03-27 Thread Anuj Mittal
This series replaces the earlier one sent by me. It syncs the genericx86* BSP kernel revisions with the latest kernel series sent by Bruce for oe-core. Sanity tested on NUC7 and Minnowboard. Thanks, Anuj Mittal (3): linux-yocto: update genericx86* SRCREVs for 4.12 linux-yocto: update genericx

Re: [yocto] [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version

2018-03-27 Thread Paul Eggleton
Hi Armin, On Tuesday, 27 March 2018 4:14:25 AM NZDT akuster808 wrote: > Have you seen this ? > > https://www.djangoproject.com/download/#supported-versions > > 1.8 will EOL this April Ah yes, I was aware this was looming but had forgotten how close it was. Thanks for the reminder, I guess I ha

Re: [yocto] meta layers for freescale IMX8 ?

2018-03-27 Thread Stephano Cetola
On 3/27/18 6:03 AM, Karim ATIKI wrote: > Hi all, > > We just received some evaluation boards based on Freescale IMX8 Quad. > We'll have to firstly build a custom linux image to test our products. > I'm not experienced with freescales processors. > > Is there some layers managing the recent IMX8 F

[yocto] meta layers for freescale IMX8 ?

2018-03-27 Thread Karim ATIKI
Hi all, We just received some evaluation boards based on Freescale IMX8 Quad. We'll have to firstly build a custom linux image to test our products. I'm not experienced with freescales processors. Is there some layers managing the recent IMX8 Freescale ? Thanks . K --

Re: [yocto] python-fcntl missing in rocko?

2018-03-27 Thread Burton, Ross
python-core is just "an arbitrary subset of the python libraries", you'd do better by including python-modules in your image which is all of Python. Or use oe-pkgdata-util to search what package contains the fcntl module. Ross On 27 March 2018 at 17:50, Giordon Stark wrote: > Hi all, > > When I

Re: [yocto] python-fcntl missing in rocko?

2018-03-27 Thread Khem Raj
On Tue, Mar 27, 2018 at 9:50 AM, Giordon Stark wrote: > Hi all, > > When I switched from pyro to rocko, using `python-core` -- I'm noticing that > the fcntl module in python2 is missing. Is there a recipe to add to get it > back? > do you see a separate output package python-fcntl ? if not it mig

[yocto] python-fcntl missing in rocko?

2018-03-27 Thread Giordon Stark
Hi all, When I switched from pyro to rocko, using `python-core` -- I'm noticing that the fcntl module in python2 is missing. Is there a recipe to add to get it back? Thanks, Giordon -- Giordon Stark -- ___ yocto mailing list yocto@yoctoproject.org ht

Re: [yocto] question on how to include package to the SDK

2018-03-27 Thread Henrik Jensen
If you are using protobuf from meta-oe, you need to add nativesdk-protobuf-compiler to the SDK. -- Henrik Jensen, Software Developer, Prevas A/S Visit: Hedeager 3, DK-8200 Aarhus N Mobile: +45 2228 4065 Switchboard: +45 3315 9090 henrik.jen...@prevas.dk www.prevas.com ___

Re: [yocto] Bitbake failure:

2018-03-27 Thread pawanKumar
Thanks for your tip. Can I use capital c in place of small c. On Fri, Mar 23, 2018, 9:20 PM Joshua Watt wrote: > On Fri, 2018-03-23 at 07:31 +, pawanKumar wrote: > > Hi team, > When I tried to run (bitbate -c fetchall) it is giving error as > "target do_fetchall is not found for image core-i

Re: [yocto] how to add pulseaudio

2018-03-27 Thread Mylène Josserand
Hello, On Mon, 26 Mar 2018 22:17:02 +0200 Sherif Omran wrote: > hello > > i am trying to add pulse audio to an image but i don't get pulse audio > being installed in the image Which layers are you using and on which branch are you based? Rocko? > > I am using the following > DISTRO_FEATURES_

[yocto] [matchbox-wm][PATCH v2] configure.ac: add lib math for composite enabled builds

2018-03-27 Thread Awais Belal
The composite enabled builds require lib math to be present on the linker command line otherwise we get ld: composite-engine.o: undefined reference to symbol 'exp@@GLIBC_2.2.5' during compilation. Signed-off-by: Awais Belal --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/con

[yocto] Yocto Project Status WW13’18

2018-03-27 Thread Cetola, Stephano
Current Dev Position: YP 2.5 M3 final close out. Next Deadline: YP 2.5 M4 stabilization is 4/2/18 SWAT lead is currently Ross. SWAT team rotation: Ross -> Juro on March 30, 2018 SWAT team rotation: Juro -> Paul on April 6, 2018 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team

Re: [yocto] ClamAV PCRE support

2018-03-27 Thread Tom Gibson
Yes, I am using the recipe from meta-security. I have just double-checked this with "bitbake-layers show-recipes". Regards, Tom Gibson C Software Limited From: akuster808 Sent: 27 March 2018 16:04 To: Tom Gibson ; yocto@yoctoproject.org Subject: Re: [yocto] ClamAV PCRE support On 03/27/201

Re: [yocto] ClamAV PCRE support

2018-03-27 Thread akuster808
On 03/27/2018 07:42 AM, Tom Gibson wrote: > > Hi, > >   > > I am adding ClamAV to our custom image and have added the following to > our main .bb file: > Are you using the recipe from meta-security ? - Armin > >   > > IMAGE_INSTALL += “ clamav clamav-daemon clamav-clamdscan” > >   > > When I ru

[yocto] ClamAV PCRE support

2018-03-27 Thread Tom Gibson
Hi, I am adding ClamAV to our custom image and have added the following to our main .bb file: IMAGE_INSTALL += " clamav clamav-daemon clamav-clamdscan" When I run clamscan on our board I get a number of errors of the form "logical signature for ... uses PCREs but support is disabled, skipping"

Re: [yocto] scipy recipe

2018-03-27 Thread Tim Orling
intel-iot-refkit has an openblas recipe: http://git.yoctoproject.org/cgit/cgit.cgi/intel-iot-refkit/tree/meta-refkit-extra/recipes-convnet/openblas/openblas_0.2.19.bb Where I am getting stuck is that scipy doesn’t know it is being cross-compiled and tries to import numpy.core.multiarray. It report

Re: [yocto] New Recipes / Recipe Fixes

2018-03-27 Thread Burton, Ross
No. Generally, read the README at the top of each layer. For example, for openembedded-core you want openembedded-c...@lists.openembedded.org. Ross On 27 March 2018 at 14:28, Eric Schwarz wrote: > Hello, > > is this the right mailing list to post new recipes for libraries to be > included in t

Re: [yocto] New Recipes / Recipe Fixes

2018-03-27 Thread Stephano Cetola
On 3/27/18 6:28 AM, Eric Schwarz wrote: > Hello, > > is this the right mailing list to post new recipes for libraries to be > included in the openembedded layer and/or recipes patches, respectively? > > Many thanks > Eric Hey Eric, Thank you for looking into contributing to OE & Yocto. Dependi

[yocto] New Recipes / Recipe Fixes

2018-03-27 Thread Eric Schwarz
Hello, is this the right mailing list to post new recipes for libraries to be included in the openembedded layer and/or recipes patches, respectively? Many thanks Eric -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/list

Re: [yocto] Bitbake failure:

2018-03-27 Thread Joshua Watt
On Tue, 2018-03-27 at 09:19 +, pawanKumar wrote: > Thanks for your tip.Can I use capital c in place of small c. Not quite sure what you mean. If you are trying to do: bitbake -C fetchall core-image-sato that doesn't work anymore AFAIK. I don't think there is currently a way to do a "force inv

Re: [yocto] [wic.qcow2] qemu-system-x86-64 booting qcow2 image stalls

2018-03-27 Thread Tan, Raymond
Hi Anuj, > -Original Message- > From: Mittal, Anuj > Sent: Monday, March 26, 2018 2:25 PM > To: Tan, Raymond ; yocto@yoctoproject.org > Subject: Re: [yocto] [wic.qcow2] qemu-system-x86-64 booting qcow2 image > stalls > > Hi Raymond, > > On 03/25/2018 11:23 PM, Tan, Raymond wrote: > > Dea

[yocto] CPU Load

2018-03-27 Thread Ryan Meulenkamp
Hi y'all, I have some questions about CPU load and performance, but first some background information. We have small embedded system running an openembedded classic (Angström) distro. Now to get ourselves up-to-date we started working on a new iteration of the OS based on openembedded core a

[yocto] how to install pulseaudio

2018-03-27 Thread Sherif Omran
hello guys i want to install pulseaudio but i don't get it installed. any body knows how to do it? thanks in advance -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to disable module auto-loading

2018-03-27 Thread Martin Jansa
On Tue, Mar 27, 2018 at 10:18:28AM +0200, Nicolas Salmin wrote: > Hello all, > > I would like to know the better way to disable module auto-loading ? > > I tried to create /etc/modprobe.d/blacklist.conf but as /etc/modprobe.d > doesn't exist on my rootfs i think is not a good solution. > > I hav

Re: [yocto] How to add a module to python-native

2018-03-27 Thread Burton, Ross
Please remember to send to the list. On 26 March 2018 at 22:16, Ulf Samuelsson wrote: > I do not see however why "inherit pythonnative" would make python-restkit > importable. Why is that? > > My python script start with > #!/usr/bin/python > > Does that mean that I use host python, instead of na

Re: [yocto] scipy recipe

2018-03-27 Thread Matthias Schöpfer
Hi! It turns out that openblas cross compile as I posted it is broken. It only works because my "cross-compile" is from amd64 to amd64... Regards, Matthias On 03/26/2018 10:57 PM, Manjukumar Harthikote Matha wrote: > >> -Original Message- >> From: yocto-boun...@yoctoproject.org

Re: [yocto] how to add pulseaudio

2018-03-27 Thread Måns Zigher
I am no expert but basically the DISTRO_FEATURES is normally used to inform recipes about what kind of feature you would like to have. A recipe based on the DISTRO_FEATURES can then include take action on certain DISTRO_FEATURES. In the yocto ref manual you can read "In most cases, the presence or

[yocto] How to disable module auto-loading

2018-03-27 Thread Nicolas Salmin
Hello all, I would like to know the better way to disable module auto-loading ? I tried to create /etc/modprobe.d/blacklist.conf but as /etc/modprobe.d doesn't exist on my rootfs i think is not a good solution. I have tested also with *KERNEL_MODULE_AUTOLOAD -= "module.name

[yocto] question on how to include package to the SDK

2018-03-27 Thread Måns Zigher
Hi, I have package that require protobuf and the compiler protoc. I have included the following DEPENDS += " protobuf protobuf-native" and RDEPENDS_${PN} += " protobuf" The build works as intended the problem now is that the protoc is not included in the SDK. In the Yocto ref manual I found th