|
Appending an existing machine .conf file
Greetings Yocto,
I'm interested in assigning custom config settings for machine type qemuarm.
I tried a method suggested in this thread
https://lists.yoctoproject.org/g/yocto/message/38359 by Ayoub
Greetings Yocto,
I'm interested in assigning custom config settings for machine type qemuarm.
I tried a method suggested in this thread
https://lists.yoctoproject.org/g/yocto/message/38359 by Ayoub
|
By
Mike Frampton
·
#53916
·
|
|
[PATCH][meta-rockchip] rock-pi-e: use common rk3328.inc
Now that there is a second rk3328-based MACHINE (rock64) switch rock-pi-e to
use the common rk3328 include.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/rock-pi-e.conf | 21
Now that there is a second rk3328-based MACHINE (rock64) switch rock-pi-e to
use the common rk3328 include.
Signed-off-by: Trevor Woerner <twoerner@...>
---
conf/machine/rock-pi-e.conf | 21
|
By
Trevor Woerner
·
#53915
·
|
|
Re: [meta-rockchip][PATCH v3] Rock64: add machine
Applied to meta-rockchip master. Thanks! :-)
Applied to meta-rockchip master. Thanks! :-)
|
By
Trevor Woerner
·
#53914
·
|
|
Re: [PATCH] smack: add 3 cves to allowlist
Thanks. So this is for meta-security layer based on version.
- armin
Thanks. So this is for meta-security layer based on version.
- armin
|
By
Armin Kuster
·
#53913
·
|
|
Re: cmake verison
#cmake
Hi Kush,
Please check the recipe what you created and add the below line in recipe.
inherit cmake
It will resolve the cmake issue.
Rgs,
Rakesh H S
Hi Kush,
Please check the recipe what you created and add the below line in recipe.
inherit cmake
It will resolve the cmake issue.
Rgs,
Rakesh H S
|
By
Rakesh H S
·
#53912
·
|
|
[PATCH] smack: add 3 cves to allowlist
CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 are not for smack of smack-team(https://github.com/smack-team/smack) but other project.
Signed-off-by: Sekine Shigeki <sekine.shigeki@...>
---
CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 are not for smack of smack-team(https://github.com/smack-team/smack) but other project.
Signed-off-by: Sekine Shigeki <sekine.shigeki@...>
---
|
By
Sekine Shigeki
·
#53910
·
|
|
Re: Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: June 17, 2021
Specifically for bug 14273 (the rcu stall is seen on the logs):
ubuntu1804-ty-1 6 23.1%
ubuntu1804-ty-2 5 19.2%
ubuntu1804-ty-3 12 38.5%
fedora31-ty-1 2 7.7%
debian8-ty-1
Specifically for bug 14273 (the rcu stall is seen on the logs):
ubuntu1804-ty-1 6 23.1%
ubuntu1804-ty-2 5 19.2%
ubuntu1804-ty-3 12 38.5%
fedora31-ty-1 2 7.7%
debian8-ty-1
|
By
Alexandre Belloni
·
#53909
·
|
|
Re: Empty source package when using devtool
It it can help to understand, I rechecked the full content of source packages and glib-2.0 / networkamanager are not ok like I said earlire.
There are not empty but they seem to contain only build
It it can help to understand, I rechecked the full content of source packages and glib-2.0 / networkamanager are not ok like I said earlire.
There are not empty but they seem to contain only build
|
By
Frederic Martinsons <frederic.martinsons@...>
·
#53908
·
|
|
Empty source package when using devtool
Hello,
I currently used yocto warrior and I encounter an issue during packaging of recipes.
I would like to embed some source package (to be able to run coverage on target) , this work without issues
Hello,
I currently used yocto warrior and I encounter an issue during packaging of recipes.
I would like to embed some source package (to be able to run coverage on target) , this work without issues
|
By
Frederic Martinsons <frederic.martinsons@...>
·
#53907
·
|
|
Yocto Technical Team Minutes, Engineering Sync, for June 15 2021
Yocto Technical Team Minutes, Engineering Sync, for June 15 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
Yocto Technical Team Minutes, Engineering Sync, for June 15 2021
archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit
== disclaimer ==
Best efforts are made
|
By
Trevor Woerner
·
#53906
·
|
|
Re: Integration of mpg321 in Yocto Zeus
#zeus
#yocto
oe-core has mpg123 already, so just use that recipe.
Ross
oe-core has mpg123 already, so just use that recipe.
Ross
|
By
Ross Burton <ross@...>
·
#53905
·
|
|
Re: Integration of mpg321 in Yocto Zeus
#zeus
#yocto
Greetings !
If anyone achieved the task of integrating the "mpg321" in yocto , kindly requesting to share the procedure/steps to be followed .
Thanks
Greetings !
If anyone achieved the task of integrating the "mpg321" in yocto , kindly requesting to share the procedure/steps to be followed .
Thanks
|
By
Poornesh <poornesh.g@...>
·
#53904
·
|
|
Re: [PATCH yocto-autobuilder-helper] summarize_top_output.py: add script, use it and publish summary
Yes it should be. We've looked at a number of logs and I will send a V2 with wild-carding for the cross-compiler paths.
After the V2, I plan on submitting patches for the following in roughly the
Yes it should be. We've looked at a number of logs and I will send a V2 with wild-carding for the cross-compiler paths.
After the V2, I plan on submitting patches for the following in roughly the
|
By
sakib.sajal@...
·
#53903
·
|
|
cross compiling perl modules with c/c++ code
Hello All,
I'm trying to get a Perl module (specifically
Google-ProtocolBuffers-Dynamic @
https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic) cross
compiled for an imx8 target; and having a
Hello All,
I'm trying to get a Perl module (specifically
Google-ProtocolBuffers-Dynamic @
https://metacpan.org/pod/Google::ProtocolBuffers::Dynamic) cross
compiled for an imx8 target; and having a
|
By
Marco <marco@...>
·
#53902
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: June 17, 2021
Join Zoom Meeting - 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Alex, Richard, Saul, Randy, Tony, Trevor, Sakib
Summary: Things are improving somewhat on the autobuilder,
Join Zoom Meeting - 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Alex, Richard, Saul, Randy, Tony, Trevor, Sakib
Summary: Things are improving somewhat on the autobuilder,
|
By
Randy MacLeod
·
#53901
·
|
|
Re: Use of SDK for building images?
Leon Woestenberg <leon@...> schrieb am Do., 17. Juni 2021, 14:17:
The esdk is meant for exactly that use case.
Leon Woestenberg <leon@...> schrieb am Do., 17. Juni 2021, 14:17:
The esdk is meant for exactly that use case.
|
By
Josef Holzmayr
·
#53900
·
|
|
Use of SDK for building images?
Hello all,
In some other build systems the generated SDK can be used to also
generate an image. Thus the SDK allows development against the target
sysroot using the prebuilt host and target tools, as
Hello all,
In some other build systems the generated SDK can be used to also
generate an image. Thus the SDK allows development against the target
sysroot using the prebuilt host and target tools, as
|
By
Leon Woestenberg
·
#53899
·
|
|
[yocto-autobuilder2][PATCH] reporters/swatbot: sanitize urls
When the log name contains a space, the generated URL is not correct. Thi=
s
later also breaks parsing in swatbot. This was triggered by "property
changes" and the correct URL is indeed
When the log name contains a space, the generated URL is not correct. Thi=
s
later also breaks parsing in swatbot. This was triggered by "property
changes" and the correct URL is indeed
|
By
Alexandre Belloni
·
#53898
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M1.rc1)
Hi all,
This is the full report for yocto-3.4_M1.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
Hi all,
This is the full report for yocto-3.4_M1.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high milestone
|
By
Sangeeta Jain
·
#53897
·
|
|
[PATCH] bsps/5.10: update to v5.10.43
From: Bruce Ashfield <bruce.ashfield@...>
Updating linux-yocto/5.10 to the latest korg -stable release, and to
match the qemu BSPs in oe-core
Signed-off-by: Bruce Ashfield
From: Bruce Ashfield <bruce.ashfield@...>
Updating linux-yocto/5.10 to the latest korg -stable release, and to
match the qemu BSPs in oe-core
Signed-off-by: Bruce Ashfield
|
By
Bruce Ashfield
·
#53896
·
|