|
Re: useless-rpaths : How to solve it/Know if it should be solved ?
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
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
|
By
Vitor Crestani Goergen
·
#50820
·
|
|
Re: useless-rpaths : How to solve it/Know if it should be solved ?
It helps if you can show the recipe, and the git repo of the library.
Alex
It helps if you can show the recipe, and the git repo of the library.
Alex
|
By
Alexander Kanavin
·
#50819
·
|
|
Re: SIGINT Issues with Zeus Migration
Hi Leon, Zoran
I am using Ctrl+C to kill the Ping command.
Thanks.
Hi Leon, Zoran
I am using Ctrl+C to kill the Ping command.
Thanks.
|
By
Aashik Aswin
·
#50818
·
|
|
Re: SIGINT Issues with Zeus Migration
Hello Leon,
This is a good suggestion for the test. To open another terminal and
issue: kill -SIGINT <ping PID>.
I should add that this MUST work: kill -SIGKILL <ping PID>, since
SIGKILL handler is
Hello Leon,
This is a good suggestion for the test. To open another terminal and
issue: kill -SIGINT <ping PID>.
I should add that this MUST work: kill -SIGKILL <ping PID>, since
SIGKILL handler is
|
By
Zoran
·
#50817
·
|
|
Re: sd-bus.h not found when compiling
#yocto
Hi Talel,
RDEPENDS is for runtime dependencies, DEPENDS is for build time, so you
want to use DEPENDS here.
Cheers,
Quentin
Hi Talel,
RDEPENDS is for runtime dependencies, DEPENDS is for build time, so you
want to use DEPENDS here.
Cheers,
Quentin
|
By
Quentin Schulz
·
#50816
·
|
|
sd-bus.h not found when compiling
#yocto
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 <systemd/sd-bus.h>
I tried to add
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 <systemd/sd-bus.h>
I tried to add
|
By
Bel Hadj Salem Talel
·
#50815
·
|
|
Re: SIGINT Issues with Zeus Migration
Hi Aashik, Zoran,
Aashik, how are you sending the signal? Using CTRL-C or using the
"kill" command?
That reads to use sigaction() instead of signal() I would assume.
Zoran, are you suggesting that
Hi Aashik, Zoran,
Aashik, how are you sending the signal? Using CTRL-C or using the
"kill" command?
That reads to use sigaction() instead of signal() I would assume.
Zoran, are you suggesting that
|
By
Leon Woestenberg
·
#50814
·
|
|
Re: SIGINT Issues with Zeus Migration
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 <signal.h>
#include <stdio.h>
#include
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 <signal.h>
#include <stdio.h>
#include
|
By
Zoran
·
#50813
·
|
|
Per recipe licenses with dependencies
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
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
|
By
Daniel Ammann
·
#50812
·
|
|
SIGINT Issues with Zeus Migration
Hello Developers,
I recently migrated all my platform Recipes from Thud (Linux 4.19) to Zeus (5.4). I understand there might be compatibility issues and was able to fix most of them.
However one issue
Hello Developers,
I recently migrated all my platform Recipes from Thud (Linux 4.19) to Zeus (5.4). I understand there might be compatibility issues and was able to fix most of them.
However one issue
|
By
Aashik Aswin
·
#50811
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for September 22, 2020
Yocto Technical Team Minutes, Engineering Sync, for September 22, 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are
Yocto Technical Team Minutes, Engineering Sync, for September 22, 2020
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are
|
By
Trevor Woerner
·
#50810
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2_M3.rc2)
lists.yoctoproject.org wrote:
Much to my surprise, I figured out the issue and there is a patch for
the selftest failure on the bitbake list. It won't stop the release or
QA.
Cheers,
Richard
lists.yoctoproject.org wrote:
Much to my surprise, I figured out the issue and there is a patch for
the selftest failure on the bitbake list. It won't stop the release or
QA.
Cheers,
Richard
|
By
Richard Purdie
·
#50809
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2_M3.rc2)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2_M3.rc2.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2_M3.rc2.
We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1.
|
By
Sangeeta Jain
·
#50808
·
|
|
Re: [meta-cgl][PATCH] pacemaker: Fix build with -fno-common
Ping.
Thanks,
By
Yu, Mingli
·
#50807
·
|
|
[meta-cgl][PATCH] pacemaker: improve reproducibility
From: Mingli Yu <mingli.yu@...>
Remove the build path info from the files such as crm_master,
crm_report and etc to improve reproducibility.
Signed-off-by: Mingli Yu
From: Mingli Yu <mingli.yu@...>
Remove the build path info from the files such as crm_master,
crm_report and etc to improve reproducibility.
Signed-off-by: Mingli Yu
|
By
Yu, Mingli
·
#50806
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2_M3.rc2)
By
Sangeeta Jain
·
#50805
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2_M3.rc2)
There were two failures in this build. One was a single selftest
failure which I'll look into. The other was a qemumips altcfg image
loss of networking. I know Saul is working on better debug for that
There were two failures in this build. One was a single selftest
failure which I'll look into. The other was a qemumips altcfg image
loss of networking. I know Saul is working on better debug for that
|
By
Richard Purdie
·
#50804
·
|
|
Re: [meta-anaconda][PATCH] libgnomekbd: add recipe which was removed from meta-openembedded
Merged. Thanks.
Kai
-- Kai KangWind River Linux
Merged. Thanks.
Kai
-- Kai KangWind River Linux
|
By
kai
·
#50803
·
|
|
[meta-anaconda][PATCH] libgnomekbd: add recipe which was removed from meta-openembedded
Add this recipe as python3-anaconda recipe still needs it.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 14 ++++++++++++++
1 file changed, 14
Add this recipe as python3-anaconda recipe still needs it.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 14 ++++++++++++++
1 file changed, 14
|
By
Chen Qi
·
#50802
·
|
|
[meta-cgl][PATCH V3] ucarp: fix build error with gcc-10
Add a patch to use __attribute__((packed)) to replace __packed to
avoid multiple definition build error with gcc10.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
Add a patch to use __attribute__((packed)) to replace __packed to
avoid multiple definition build error with gcc10.
Signed-off-by: Chen Qi <Qi.Chen@...>
---
|
By
Chen Qi
·
#50801
·
|