Re: [yocto] No module named setuptools -- even with "inherit setuptools"?

2018-03-23 Thread Giordon Stark
Hi Ross, I am confused, as it seems to have been running /usr/bin/python at some point along the line... which is strange. I decided to take these two lines DEPENDS = "python python-six" RDEPENDS_${PN} += "python-lang python-shell python-six python-debugger" and rewrite them into

Re: [yocto] No module named setuptools -- even with "inherit setuptools"?

2018-03-23 Thread Burton, Ross
Should work, as the setuptools class depends on python-distribute-native which is provided by python-setuptools-native, and the class also inherits pythonnative so it should be running the python from the sysroot and not the host python. I'd verify that it's not explicitly running /usr/bin/python

[yocto] [meta-security][rocko][PATCH v2] clamav: Add missing clamav.service file to SRC_URI

2018-03-23 Thread Jagadeesh Krishnanjanappa
This solves the below error when systemd is used as init manager, -- snip -- ERROR: clamav-0.99.2-r0 do_package: SYSTEMD_SERVICE_clamav value clamav.service does not exist ERROR: clamav-0.99.2-r0 do_package: Function failed: systemd_populate_packages -- snip -- Other issue: * Ship

[yocto] No module named setuptools -- even with "inherit setuptools"?

2018-03-23 Thread Giordon Stark
Hi, I'm a bit perplexed. I don't know what I'm doing wrong here, but this is the log data: Log data follows: | DEBUG: Executing shell function do_compile | Traceback (most recent call last): | File "setup.py", line 2, in | from setuptools import setup | ImportError: No module named

[yocto] [meta-security][PATCH] clamav: Add missing clamav.service file to SRC_URI

2018-03-23 Thread Jagadeesh Krishnanjanappa
This solves the below error when systemd is used as init manager, -- snip -- ERROR: clamav-0.99.2-r0 do_package: SYSTEMD_SERVICE_clamav value clamav.service does not exist ERROR: clamav-0.99.2-r0 do_package: Function failed: systemd_populate_packages -- snip -- Other issue: * Ship

Re: [yocto] Quick hack for compiling old and outdated YOCTO Jethro for Renesas iwg20m

2018-03-23 Thread Zoran Stojsavljevic
Hello Tom, > This is your biggest warning and source of problems. If you have > to work with an old version of Yocto, you need to setup a > VM/chroot/whatever of a supported at that time host distribution. Jozef was right, and you were iron right, just straight to the middle. So I decided to

Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
J'ai copier la lib libQt5Declarative dans le SDK /opt/SDK_5.5.1/sysroots/core2-32-oe-linux/usr/lib/ J'ai sourcé mon shel puis relancé qtcreator mais j'ai toujours la même erreur : Project ERROR: Unknown module(s) in QT: declarative De: "Laurent JOLI" À:

Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread TEXIER Pierre-Jean
Laurent, Have you tried to install the SDK ? if not, runnning the following command: $: ./pokykapsofia-glibc-i686-meta-toolchain-qt5-core2-32-toolchain-1.0.sh And follow the steps to install the SDK, and then go to /poky/sysroots//usr/lib And you'll be able to find libQt5Declarative library.

Re: [yocto] Bitbake failure:

2018-03-23 Thread Joshua Watt
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-image-sato". > How to over come this error. I believe fetchall was superseded by --runall. Try: bitbake --runall

[yocto] Bitbake failure:

2018-03-23 Thread pawanKumar
Hi team, When I tried to run (bitbate -c fetchall) it is giving error as "target do_fetchall is not found for image core-image-sato". How to over come this error. Regards Pavan. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] how to "compute" path to install module file

2018-03-23 Thread Vincent Daanen
Hi Thanks for your answer, it helps me to get module installation work. But now I have another problem ... Stay tune the mail willarrive soon on the mailing list > On 3/22/18 12:31 AM, Vincent Daanen wrote: > > Hi, > > > > I'm porting the makefile to build SocketCan for Ixxat on yocto. At >

[yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
De: "TEXIER Pierre-Jean" À: "Laurent JOLI" Cc: "yocto" Envoyé: Vendredi 23 Mars 2018 15:20:50 Objet: Re: [yocto] Add lib to meta-qt5 Hi Laurent, The SDK is defined by the following packagegroup: [

Re: [yocto] Add lib to meta-qt5

2018-03-23 Thread TEXIER Pierre-Jean
Hi Laurent, The SDK is defined by the following packagegroup: https://github.com/meta-qt5/meta-qt5/blob/jethro/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb . --- Pierre-Jean 2018-03-23 14:39 GMT+01:00 Laurent JOLI : > Hello, > > I'm working with an

[yocto] Add lib to meta-qt5

2018-03-23 Thread Laurent JOLI
Hello, I'm working with an old version of YOCTO, jethro 2.0. And I want to produce an SDK of QT5, version 5.5.1. So, I add the layer meta-qt5 on YOCTO for build the following recipe : https://github.com/meta-qt5/meta-qt5/tree/jethro meta-toolchain-qt5 My question is : How to add an

Re: [yocto] scipy recipe

2018-03-23 Thread Matthias Schöpfer
Hi Peter, I managed to get scipy to cross compile, since I was in a hurry, and have no deeper understanding of python / distutils / setuptools, it turned out to be an ugly hack (but obviously I was not the first one to do ugly things there ;) ) Maybe you have had some progress as well, and we