Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Andrea Galbusera
Martin, On Tue, May 1, 2018 at 8:49 PM, Martin Siegumfeldt wrote: > Hi Andrea, > > > > > From: Andrea Galbusera > Sent: Tuesday, May 1, 2018 16:06 > To: Martin Siegumfeldt > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Recipe availability through eSDK (cppzm

Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Martin Siegumfeldt
Hi, Hacking the recipe according to: martin@dell:~/work/z7000-distro-zcu102/meta-openembedded$ git diff diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb index a64745c94..aba1d6edb 100644 --- a/meta-oe/recipes-connectivity/zeromq

Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Andrea Galbusera
On Wed, May 2, 2018 at 9:52 AM, Martin Siegumfeldt wrote: > Hi, > > > Hacking the recipe according to: > > > martin@dell:~/work/z7000-distro-zcu102/meta-openembedded$ git diff > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb > b/meta-oe/recipes-connectivity/zeromq/cppzmq_git.bb > i

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-02 Thread Burton, Ross
On 2 May 2018 at 01:41, Andre McCurdy wrote: > On Tue, May 1, 2018 at 4:59 PM, Paul Eggleton > wrote: >> On Wednesday, 2 May 2018 11:54:00 AM NZST Andre McCurdy wrote: >>> On Tue, May 1, 2018 at 3:10 PM, Paul Eggleton >>> wrote: >>> > On Wednesday, 2 May 2018 12:07:42 AM NZST Burton, Ross wrote:

Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Martin Siegumfeldt
Hi Andrea, You are right, the recipe works-as-is, when adding 'cppzmq-dev' to the image rather than just 'cppzmq' - I was not aware of this. From an eSDK perspective it seems to work when the package is installed according to devtool sdk-install -s cppzmq and then adding 'IMAGE_INSTALL += "cpp

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-02 Thread Irving ST
On Wed, May 2, 2018 at 7:01 PM, Burton, Ross wrote: > On 2 May 2018 at 01:41, Andre McCurdy wrote: >> On Tue, May 1, 2018 at 4:59 PM, Paul Eggleton >> wrote: >>> On Wednesday, 2 May 2018 11:54:00 AM NZST Andre McCurdy wrote: On Tue, May 1, 2018 at 3:10 PM, Paul Eggleton wrote: >

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-02 Thread Alexander Kanavin
On 05/02/2018 04:53 PM, Irving ST wrote: Thank you for your help and explanations. Unfortunately just removing ptest doesn't make it build. This is the error when I tried bitbake core-image-minimal: ERROR: Nothing PROVIDES 'readline' (but /home/irving/srcgit/poky/meta/recipes-devtools/python/pyt

Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Andrea Galbusera
On Wed, May 2, 2018 at 2:33 PM, Martin Siegumfeldt wrote: > Hi Andrea, > > You are right, the recipe works-as-is, when adding 'cppzmq-dev' to the image > rather than just 'cppzmq' - I was not aware of this. From an eSDK perspective > it seems to work when the package is installed according to >

[yocto] Splash screen using systemd

2018-05-02 Thread Damien LEFEVRE
Hi, I'm working on an NVidia Jetson board with a TX2 module and I would like to have splash screen with a progress bar when booting and shutting down. The board boots to an application embedded style. There's no desktop and no user login. The configuration I use makes use of systemd. I gave a tr

Re: [yocto] Avoiding both GPLv3 and meta-gplv2 ?

2018-05-02 Thread Burton, Ross
On 2 May 2018 at 14:58, Alexander Kanavin wrote: > On 05/02/2018 04:53 PM, Irving ST wrote: > >> Thank you for your help and explanations. Unfortunately just removing >> ptest doesn't make it build. >> This is the error when I tried bitbake core-image-minimal: >> >> ERROR: Nothing PROVIDES 'readl

Re: [yocto] Problem with Python when running oe-init-build-env

2018-05-02 Thread Zoran Stojsavljevic
Hello Raymond, YOCTO is, per say, moving target. If you have YOCTO Krogoth, you should have somehow frozen host Centos 7 release around this time. As you now moving to Rocko, you need to fast-forward the whole host Centos 7 (in other words to upgrade Centos 7) to this state (maybe to latest, it'll

Re: [yocto] yocto jethro failed on gettext-native

2018-05-02 Thread Paul Barker
On Wed, 25 Apr 2018, at 21:55, Zoran Stojsavljevic wrote: > > Jethro doesn't support Yocto 16.* because it is very old (released > > 2015...)... > > Now, I must admit, I have learned something new. Never gave any > consideration to these releases: example: Pyro 17.0.3. > > But now I understand:

Re: [yocto] Problem with Python when running oe-init-build-env

2018-05-02 Thread Paul Barker
On Wed, 2 May 2018, at 21:17, Zoran Stojsavljevic wrote: > Hello Raymond, > > YOCTO is, per say, moving target. If you have YOCTO Krogoth, you should > have somehow frozen host Centos 7 release around this time. As you now > moving to Rocko, you need to fast-forward the whole host Centos 7 (in oth

[yocto] Can't compile out of tree kernel module when CONFIG_SYSTEM_TRUSTED_KEYRING is set in the kernel configuration

2018-05-02 Thread Martin Townsend
Hi, I get the following error when compiling a kernel module using the latest version of Rocko (The kernel is not linux-yocto but NXP's freescale linux-imx, maybe this could be a factor) : ERROR: kernel-module-driver-0.1-r0 do_make_scripts: Function failed: do_make_scripts (log file is located at

Re: [yocto] Recipe availability through eSDK (cppzmq)

2018-05-02 Thread Paul Eggleton
On Wednesday, 2 May 2018 8:33:12 PM NZST Andrea Galbusera wrote: > On Wed, May 2, 2018 at 9:52 AM, Martin Siegumfeldt wrote: > > Hacking the recipe according to: > > martin@dell:~/work/z7000-distro-zcu102/meta-openembedded$ git diff > > diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_git.b

Re: [yocto] [meta-raspberrypi] Compute Module 3 machine .conf questions

2018-05-02 Thread Steve Pavao
Hi Andrei, We were able to verify that we could directly use the raspberrypi3-64.conf for the cm3 as 64-bit, as you had suggested. Thanks for that suggestion. It just seemed a bit confusing that there is only one cm3 machine conf, and it tunnels through to a rpi2. All the online doc about the

Re: [yocto] Can't compile out of tree kernel module when CONFIG_SYSTEM_TRUSTED_KEYRING is set in the kernel configuration

2018-05-02 Thread Bruce Ashfield
On Wed, May 2, 2018 at 5:05 PM, Martin Townsend wrote: > Hi, > > I get the following error when compiling a kernel module using the > latest version of Rocko (The kernel is not linux-yocto but NXP's > freescale linux-imx, maybe this could be a factor) : > > ERROR: kernel-module-driver-0.1-r0 do_m

Re: [yocto] Need Help for meta-qt5

2018-05-02 Thread Zoran Stojsavljevic
Hello Vincent, You have to contact Toradex people, since they are, after all, kind of experts in this area (Qt5). I doubt that people here (I mean R&D maintaining reference YOCTO Project) are involved in-depth with Qt5 and underlying infrastructure. My 2 cent worth advise, Zoran ___ On Tue,

Re: [yocto] yocto jethro failed on gettext-native

2018-05-02 Thread Zoran Stojsavljevic
Hello Paul, Could you, please, read couple of times more my quoted comment (by you)? Stress to word: *couple*! ;-) > Now, I must admit, I have learned something new. Never gave any > consideration to these releases: example: Pyro 17.0.3. > >* But now I understand: it has direct link with Ubuntu 1

Re: [yocto] Problem with Python when running oe-init-build-env

2018-05-02 Thread Zoran Stojsavljevic
> Advising people to "freeze" their host system and stop taking security/bugfix updates pushed by their distro is a bad idea. I already said here that I am ignorant in regards to Centos. I never used this distro. Please, read again my comments. In contrary, if I try to compile YOCTO Krogoth with

Re: [yocto] Can't compile out of tree kernel module when CONFIG_SYSTEM_TRUSTED_KEYRING is set in the kernel configuration

2018-05-02 Thread Martin Townsend
Hi Bruce, On Thu, May 3, 2018 at 3:27 AM, Bruce Ashfield wrote: > > > On Wed, May 2, 2018 at 5:05 PM, Martin Townsend > wrote: >> >> Hi, >> >> I get the following error when compiling a kernel module using the >> latest version of Rocko (The kernel is not linux-yocto but NXP's >> freescale linux