|
Pyinstaller recipe in yocto
#yocto
Good morning,
So please I need help, I 've been building the pyinstaller recipe but I got errors which I couldn't explain , because I have the recipe python3-wheel which got built perfectly. Can
Good morning,
So please I need help, I 've been building the pyinstaller recipe but I got errors which I couldn't explain , because I have the recipe python3-wheel which got built perfectly. Can
|
By
yasminebenghozzi6@...
·
#54531
·
|
|
Re: [meta-security][PATCH 1/2] image-with-hardened-binaries: add class
Hi,
If you run checksec manually against some binary e.g. ls.coreutils it outputs something like this:
https://pastebin.com/JkeN1h3k
Not sure what this should output.
Hi,
If you run checksec manually against some binary e.g. ls.coreutils it outputs something like this:
https://pastebin.com/JkeN1h3k
Not sure what this should output.
|
By
Robert Berger
·
#54530
·
|
|
Re: [meta-security][PATCH 1/2] image-with-hardened-binaries: add class
Hello Max,
See feedback below
I used these against current master and found some duplicate recipes in
either Core or meta-python so I removed
Hello Max,
See feedback below
I used these against current master and found some duplicate recipes in
either Core or meta-python so I removed
|
By
Armin Kuster
·
#54529
·
|
|
Re: [meta-mingw] [PATCH] grpc: remove nl2 requirement since it is optional
Yes, that's a good idea. Sinan, please make that change in meta-oe, then change this patch to remove it from PACKAGECONFIG
Yes, that's a good idea. Sinan, please make that change in meta-oe, then change this patch to remove it from PACKAGECONFIG
|
By
Joshua Watt
·
#54528
·
|
|
Re: [meta-mingw] [PATCH] grpc: remove nl2 requirement since it is optional
Should we be making that a PACKAGECONFIG which mingw32 could change?
Cheers,
Richard
Should we be making that a PACKAGECONFIG which mingw32 could change?
Cheers,
Richard
|
By
Richard Purdie
·
#54527
·
|
|
[meta-mingw] [PATCH] grpc: remove nl2 requirement since it is optional
Signed-off-by: Sinan Kaya <okaya@...>
---
.../openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 +++
1 file changed, 3 insertions(+)
diff --git
Signed-off-by: Sinan Kaya <okaya@...>
---
.../openembedded-layers/recipes-devtools/grpc/grpc_%.bbappend | 3 +++
1 file changed, 3 insertions(+)
diff --git
|
By
Sinan Kaya <okaya@...>
·
#54526
·
|
|
[meta-mingw] [PATCH 2/2] c-ares: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...>
---
.../recipes-support/c-ares/c-ares_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
Signed-off-by: Sinan Kaya <okaya@...>
---
.../recipes-support/c-ares/c-ares_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
|
By
Sinan Kaya <okaya@...>
·
#54525
·
|
|
[meta-mingw] [PATCH 1/2] re2: disable shared build as it is broken
Signed-off-by: Sinan Kaya <okaya@...>
---
.../openembedded-layers/recipes-support/re2/re2_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
Signed-off-by: Sinan Kaya <okaya@...>
---
.../openembedded-layers/recipes-support/re2/re2_%.bbappend | 2 ++
1 file changed, 2 insertions(+)
create mode 100644
|
By
Sinan Kaya <okaya@...>
·
#54524
·
|
|
Re: Install packages to an "image" without its dependencies being pulled in.
#yocto
Yes.
This is a version of the question - "how do I build an image that *ONLY* includes the packages I explicitly specify". This involves bypassing a lot of guards and bitbake tooling, but it can be
Yes.
This is a version of the question - "how do I build an image that *ONLY* includes the packages I explicitly specify". This involves bypassing a lot of guards and bitbake tooling, but it can be
|
By
Chuck Wolber
·
#54523
·
|
|
Re: Wayland and X11 on Yocto
Am Do, 19. Aug 2021, um 00:22, schrieb Khem Raj:
Hi Khem, thanks! will need to look into this and digest what you said.
Thanks, regards, Manuel
Am Do, 19. Aug 2021, um 00:22, schrieb Khem Raj:
Hi Khem, thanks! will need to look into this and digest what you said.
Thanks, regards, Manuel
|
By
Manuel Wagesreither
·
#54522
·
|
|
Re: Pyinstaller recipe
#yocto
The file in called COPYING.txt in this archive [1] not LICENSE
[1]https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz
The file in called COPYING.txt in this archive [1] not LICENSE
[1]https://files.pythonhosted.org/packages/a9/d9/9fdfb0ac2354d059e466d562689dbe53a23c4062019da2057f0eaed635e0/pyinstaller-4.5.1.tar.gz
|
By
Konrad Weihmann <kweihmann@...>
·
#54521
·
|
|
Pyinstaller recipe
#yocto
Hello,
So I've been trying to build a pyinstaller recipe, which is this one , but I got those errors.
Hello,
So I've been trying to build a pyinstaller recipe, which is this one , but I got those errors.
|
By
yasminebenghozzi6@...
·
#54520
·
|
|
Failed dbus on Hardknott oFono 1.31
Hi,
I upgraded from Zeus to Hardknotte, I was able to run dbus to get
interface properties, but I failed on Hardknotte ofono 1.31. Has
anyone got oFono 1.31 dbus work?
Thank you.
Kind regards,
-
Hi,
I upgraded from Zeus to Hardknotte, I was able to run dbus to get
interface properties, but I failed on Hardknotte ofono 1.31. Has
anyone got oFono 1.31 dbus work?
Thank you.
Kind regards,
-
|
By
JH
·
#54519
·
|
|
Install packages to an "image" without its dependencies being pulled in.
#yocto
Greetings everyone,
Is there a way to instruct Yocto's image class to install package(s) without its dependencies for an image target (i.e ext4)? For instance, we are trying to build a system where
Greetings everyone,
Is there a way to instruct Yocto's image class to install package(s) without its dependencies for an image target (i.e ext4)? For instance, we are trying to build a system where
|
By
bibibobibo@...
·
#54518
·
|
|
[meta-gplv2] [PATCH 1/2] layer.conf: Set elfutils version correctly
We need to set PREFERRED_VERSION for elfutils or the wrong one will be used.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 1 +
1 file changed, 1
We need to set PREFERRED_VERSION for elfutils or the wrong one will be used.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
conf/layer.conf | 1 +
1 file changed, 1
|
By
Richard Purdie
·
#54517
·
|
|
[meta-gplv2] [PATCH 2/2] elfutils: Work around reproducibility issue
The version in this layer doesn't reproduce, so disable the warnings/errors
and allow it to build.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
The version in this layer doesn't reproduce, so disable the warnings/errors
and allow it to build.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
|
By
Richard Purdie
·
#54516
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: Aug 19, 2021
YP AB Intermittent failures meeting
===================================
Aug 19, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy, Alex,
YP AB Intermittent failures meeting
===================================
Aug 19, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Tony, Richard, Trevor, Randy, Alex,
|
By
Randy MacLeod
·
#54515
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 8/19/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Armin, Bruce, Diane, Joshua, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Tony, TrevorG
ARs:
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Armin, Bruce, Diane, Joshua, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Tony, TrevorG
ARs:
|
By
Trevor Gamblin
·
#54514
·
|
|
Problem with building Go recipe for "Delve" project
Hi all,
after having sorted out all of my programatic-configuration issues I’m currently having an issue where I don’t quite know what I’m doing wrong.
We use a too called „Delve“ to
Hi all,
after having sorted out all of my programatic-configuration issues I’m currently having an issue where I don’t quite know what I’m doing wrong.
We use a too called „Delve“ to
|
By
Christofer Dutz <christofer.dutz@...>
·
#54513
·
|
|
Re: [meta-rockchip][PATCH 2/2] linux-yocto_5.4: Drop bbappend
added to meta-rockchip master
thanks!
added to meta-rockchip master
thanks!
|
By
Trevor Woerner
·
#54512
·
|