|
Is there any recipe for
#frr
Hi
There is an old discussion regarding this in this link:
https://lists.frrouting.org/pipermail/frog/2019-January/000445.html
But I can't find any updated one. Is there an updated recipe to build
Hi
There is an old discussion regarding this in this link:
https://lists.frrouting.org/pipermail/frog/2019-January/000445.html
But I can't find any updated one. Is there an updated recipe to build
|
By
SAM
·
#55495
·
|
|
Re: How to log inside a recipe
#yocto
Hi
To get a value of some variable added in recipe it is best to use bitbake
with `-e` flag which should print the whole environment, then one can just
use `grep` to search for given variable. Let
Hi
To get a value of some variable added in recipe it is best to use bitbake
with `-e` flag which should print the whole environment, then one can just
use `grep` to search for given variable. Let
|
By
tomzy
·
#55494
·
|
|
How to log inside a recipe
#yocto
Hi
There is a variable (or what ever it's called) inside a recipe. I want to know its value.
I've used `bbnote "something"` but this gives a parse error.
How to properly log?
Hi
There is a variable (or what ever it's called) inside a recipe. I want to know its value.
I've used `bbnote "something"` but this gives a parse error.
How to properly log?
|
By
SAM
·
#55493
·
|
|
Help with Inclusive Language in OpenEmbedded/Yocto Project
This email is a follow-up from the session held on Friday at the
OpenEmbedded Developer's Virtual Meeting (see
https://www.openembedded.org/wiki/OEDVM_Nov_2021)
The session was not recorded, but the
This email is a follow-up from the session held on Friday at the
OpenEmbedded Developer's Virtual Meeting (see
https://www.openembedded.org/wiki/OEDVM_Nov_2021)
The session was not recorded, but the
|
By
Jon Mason
·
#55492
·
|
|
Re: Setting BUILDNAME to a string broke in 3.1.12
rootfs-postcommands.bbclass says:
# Perform any additional adjustments needed to make rootf binary reproducible
rootfs_reproducible () {
if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != "" ]; then
rootfs-postcommands.bbclass says:
# Perform any additional adjustments needed to make rootf binary reproducible
rootfs_reproducible () {
if [ "${REPRODUCIBLE_TIMESTAMP_ROOTFS}" != "" ]; then
|
By
Richard Purdie
·
#55491
·
|
|
Re: Setting BUILDNAME to a string broke in 3.1.12
After doing a bit of bisecting it appears that this commit is the culprit:
reproducible_build: Remove BUILD_REPRODUCIBLE_BINARIES
After doing a bit of bisecting it appears that this commit is the culprit:
reproducible_build: Remove BUILD_REPRODUCIBLE_BINARIES
|
By
Steve Sakoman
·
#55490
·
|
|
spdx: Extending SPDX SBOMs for SDKs
Hello,
I've been working on extending SPDX SBOMs for SDKs. In poky/meta/classes/create-spdx.bbclass I added:
do_populate_sdk[recrdeptask] +=
Hello,
I've been working on extending SPDX SBOMs for SDKs. In poky/meta/classes/create-spdx.bbclass I added:
do_populate_sdk[recrdeptask] +=
|
By
Andres Beltran
·
#55489
·
|
|
Enhancements/Bugs closed WW49!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
michael.opdenacker@...
1
Grand Total
1
Thanks,
Stephen K. Jolley
Yocto Project Program
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
michael.opdenacker@...
1
Grand Total
1
Thanks,
Stephen K. Jolley
Yocto Project Program
|
By
Stephen Jolley
·
#55488
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 46 bug owners as of the end of WW49 of who have open medium or higher bugs and enhancements against YP 3.5. There are 99 possible work days left until the final
All,
Below is the list as of top 46 bug owners as of the end of WW49 of who have open medium or higher bugs and enhancements against YP 3.5. There are 99 possible work days left until the final
|
By
Stephen Jolley
·
#55487
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#55486
·
|
|
Re: Setting BUILDNAME to a string broke in 3.1.12
Hi,
We use build image-buildinfo class:
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-image-buildinfo
Just add INHERIT += "image-buildinfo" to your local.conf to
Hi,
We use build image-buildinfo class:
https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#ref-classes-image-buildinfo
Just add INHERIT += "image-buildinfo" to your local.conf to
|
By
Daniel Gomez
·
#55485
·
|
|
Setting BUILDNAME to a string broke in 3.1.12
Hi,
We set the BUILDNAME (via local.conf) variable to the output of "git
describe --long --always" so this info ends up in /etc/version instead
of a date. (i.e to know the exact source version of the
Hi,
We set the BUILDNAME (via local.conf) variable to the output of "git
describe --long --always" so this info ends up in /etc/version instead
of a date. (i.e to know the exact source version of the
|
By
Henrik Riomar
·
#55484
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4.1.rc1)
Hello everyone,
This is the full report for yocto-3.4.1.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello everyone,
This is the full report for yocto-3.4.1.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#55483
·
|
|
meta-intel with a Celeron 6305E
Hello,
I'm trying to run an existing image (based on Gatesgarth) on a Celeron 6305E NUC. The application running on this image is a media player which uses Gstreamer for decoding and displaying
Hello,
I'm trying to run an existing image (based on Gatesgarth) on a Celeron 6305E NUC. The application running on this image is a media player which uses Gstreamer for decoding and displaying
|
By
Ori Pessach
·
#55482
·
|
|
Re: [meta-security][hardknott][PATCH v2] sssd: re-package to fix QA issues
merged.
thanks
armin
By
Armin Kuster
·
#55481
·
|
|
USB display
Hello, I'm having some issue moving from an HDMI display to a USB display.
I figure out that I needed to enable these parameter in the kernel to use the USB
Hello, I'm having some issue moving from an HDMI display to a USB display.
I figure out that I needed to enable these parameter in the kernel to use the USB
|
By
simon
·
#55480
·
|
|
Re: native tool from target recipe
The usual solution is for the recipe to allow building native and you
install the tools from that recipe for the target recipe to use.
The better solution is that the source knows how to build host
The usual solution is for the recipe to allow building native and you
install the tools from that recipe for the target recipe to use.
The better solution is that the source knows how to build host
|
By
Ross Burton <ross@...>
·
#55479
·
|
|
native tool from target recipe
Hi all,
I have what I believe is a basic question yet I cannot find any definitive answer: is it possible for a target recipe (e.g. u-boot or barebox) to provide a native tool (i.e. mkimage) for the
Hi all,
I have what I believe is a basic question yet I cannot find any definitive answer: is it possible for a target recipe (e.g. u-boot or barebox) to provide a native tool (i.e. mkimage) for the
|
By
Kacper Kubkowski
·
#55478
·
|
|
Re: [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Agreed, I poorly reviewed it. Thanks for stoping us before the disaster
:)
I think all our issues always come down to this weird and inefficient
organization we have for docs and common files between
Agreed, I poorly reviewed it. Thanks for stoping us before the disaster
:)
I think all our issues always come down to this weird and inefficient
organization we have for docs and common files between
|
By
Quentin Schulz
·
#55477
·
|
|
Re: [docs] [PATCH yocto-autobuilder-helper] scripts/run-docs-build: stop using the "transition" branch
Hi Nicolas,
Indeed. But this should be fixed, because we should handle this the same
way documentation/releases.html is, with a common one across all
releases. With the current implementation, only
Hi Nicolas,
Indeed. But this should be fixed, because we should handle this the same
way documentation/releases.html is, with a common one across all
releases. With the current implementation, only
|
By
Quentin Schulz
·
#55476
·
|