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

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

[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: >

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

[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

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

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

[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

[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

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

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

[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,

Re: [linux-yocto] [yocto-kernel-cache][PATCH] yocto-kernel-cache: bump yocto-4.8 kver to v4.8.28

2018-03-27 Thread Bruce Ashfield
merged! Bruce On 03/26/2018 11:06 AM, Armin Kuster wrote: From: Armin Kuster Signed-off-by: Armin Kuster --- kver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kver b/kver index 4a3b4a0..3abdb28 100644 --- a/kver +++ b/kver @@

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

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

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.

[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

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

[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

[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

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

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:

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

[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