Re: [yocto] setup.py no such file or directory

2020-09-25 Thread Bel Hadj Salem Talel
HI, I'm trying to make a recipe for wirepas-gateway and wirepas-messaging, let's take wirepas-messaging for an example , it is so easy : I'm downloading the https://github.com/wirepas/backend-apis/tree/master/wrappers/python , because https://github.com/wirepas/backend-apis does not contain the wi

Re: [yocto] [OE-core] [PATCH] pseudo: do not expand symlinks in /proc

2020-09-25 Thread Randy MacLeod
pseduo patches are usually sent to the yocto list so I've added that list and only BCCed oe-core here so people know where to look for follow-up. On 2020-09-25 1:05 p.m., Sakib Sajal wrote: From: Matt Cowell Some symlinks in /proc, such as those under /proc/[pid]/fd, /proc/[pid]/cwd, and /pro

Re: [yocto] setup.py no such file or directory

2020-09-25 Thread Quentin Schulz
On Fri, Sep 25, 2020 at 08:12:11AM -0700, Bel Hadj Salem Talel wrote: > Hi Community, > > I have a python module which I downloaded from github containing a setup.py > as all python modules. > When I create a recipe with devtool it compiles correctly with no problem, > but when I copy paste the

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Leon Woestenberg
Hello Aashik, I recognize the issue that CTRL-C does not pass from the console, but only with *very* minimal configurations. How does your local.conf look like, or better yet how can we reproduce your case? Regards, Leon On Fri, 25 Sep 2020 at 12:46, Aashik Aswin wrote: > Hi Leon, Zoran > > I

Re: [yocto] setup.py no such file or directory

2020-09-25 Thread Quentin Schulz
Hi Talel, On Fri, Sep 25, 2020 at 08:12:11AM -0700, Bel Hadj Salem Talel wrote: > Hi Community, > > I have a python module which I downloaded from github containing a setup.py > as all python modules. > When I create a recipe with devtool it compiles correctly with no problem, > but when I copy

[yocto] setup.py no such file or directory

2020-09-25 Thread Bel Hadj Salem Talel
Hi Community, I have a python module which I downloaded from github containing a setup.py as all python modules. When I create a recipe with devtool it compiles correctly with no problem, but when I copy paste the same recipe source from workspace recipes to an official meta recipe I got this e

[yocto] Build and integration engineer for Yocto Project

2020-09-25 Thread Nicolas Dechesne
hi there, The The Yocto Project is looking to hire a build and integration engineer to join our developers community and assist the Yocto Project Architect in a wide array of tasks. We expect to build a long term relationship with an engineer, and estimate that the workload for a senior engineer s

[yocto] QA notification for completed autobuilder build (yocto-3.1.3.rc1)

2020-09-25 Thread Richard Purdie
[the original email bounced for some reason, resending to the list] A build flagged for QA (yocto-3.1.3.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.3.rc1 Build hash information: bitbake: 18e1957337fd9f06bc673d28dd4f827732

Re: [yocto] useless-rpaths : How to solve it/Know if it should be solved ?

2020-09-25 Thread Vitor Crestani Goergen
This is the git branch from which I am taking my Kernel source: https://git.evlproject.org/linux-evl.git/tree/?h=evl%2Fv5.4 Attached is a folder with the recipe source code and bbfile. The bbfile has the INSANE SKIP because I didn't change it. Thanks for your help, Vitor On Fri, 25 Sep 2020 at

Re: [yocto] useless-rpaths : How to solve it/Know if it should be solved ?

2020-09-25 Thread Alexander Kanavin
It helps if you can show the recipe, and the git repo of the library. Alex On Wed, 23 Sep 2020 at 13:30, Vitor Crestani Goergen < crestanivi...@gmail.com> wrote: > Hello, > > I have been dealing with Yocto for about a month, so I am still a beginner. > > I am usign a NXP Sabresd board with an iM

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Aashik Aswin
Hi Leon, Zoran I am using Ctrl+C to kill the Ping command. Thanks. On Fri, Sep 25, 2020 at 3:56 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Leon, > > > Aashik, how are you sending the signal? Using CTRL-C or > > using the "kill" command? > > This is a good suggestion

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
Hello Leon, > Aashik, how are you sending the signal? Using CTRL-C or > using the "kill" command? This is a good suggestion for the test. To open another terminal and issue: kill -SIGINT . I should add that this MUST work: kill -SIGKILL , since SIGKILL handler is un-preemptable. If it does not,

Re: [yocto] sd-bus.h not found when compiling #yocto

2020-09-25 Thread Quentin Schulz
Hi Talel, On Fri, Sep 25, 2020 at 02:08:17AM -0700, Bel Hadj Salem Talel wrote: > Hi All, > I'm trying to create a recipe for wirepas_gateway , it is a python project, > but it uses systemd dbus , and there is a .c file that includes  #include > > I tried to add "systemd" and "libsystemd" to RD

[yocto] sd-bus.h not found when compiling #yocto

2020-09-25 Thread Bel Hadj Salem Talel
Hi All, I'm trying to create a recipe for wirepas_gateway , it is a python project, but it uses systemd dbus , and there is a .c file that includes  #include I tried to add "systemd" and "libsystemd" to RDPENDS, but same error keeps showing : > > dbus_c.c:9:10: fatal error: systemd/sd-bus.h:

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Leon Woestenberg
Hi Aashik, Zoran, On Fri, Sep 25, 2020 at 10:02 AM Zoran wrote: > > > ...that I am not able to send SIGINT to commands such as Ping, tail etc.\ Aashik, how are you sending the signal? Using CTRL-C or using the "kill" command? > > Please, do the following: issue in zeus xterm the command: man s

Re: [yocto] SIGINT Issues with Zeus Migration

2020-09-25 Thread Zoran
> ...that I am not able to send SIGINT to commands such as Ping, tail etc. Please, do the following: issue in zeus xterm the command: man signal and read it. Then execute the following code (ad-hoc from the top of my head): #include #include #include #include typedef void (*sighandler_t)(in

[yocto] Per recipe licenses with dependencies

2020-09-25 Thread Daniel Ammann
Hi Is there a tool or an simple way to create a list of licenses used by a recipe (in contrast to an image)? It should include all of the dependencies as well. Thanks, Daniel -- bytes at work Technoparkstrasse 7 CH-8406 Winterthur Switzerland phone: +41 52 550 50 67 -=-=-=-=-=-=-=-=-=-=-=- Li