|
[PATCH yocto-autobuilder-helper] config.json: rewrite meta-virt build steps
In the meta-virt builder, don't do a world build but instead build just xen-image-minimal for both qemuarm64 and qemux86-64. This can be expanded over time, but is a sensible starting point and builds
In the meta-virt builder, don't do a world build but instead build just xen-image-minimal for both qemuarm64 and qemux86-64. This can be expanded over time, but is a sensible starting point and builds
|
By
...
· #56683
·
|
|
[Question] How to handle GPLv3 packages?
As you're not naming recipes it is hard to offer concrete advice, but I will note that a large percentage of the bash dependencies in oe-core are specific to the ptest packages. If you don't need thos
As you're not naming recipes it is hard to offer concrete advice, but I will note that a large percentage of the bash dependencies in oe-core are specific to the ptest packages. If you don't need thos
|
By
...
· #56674
·
|
|
Specified SDKMACHINE value is not valid
Is Raspian 32- or 64-bit? We don't suppose 32-bit arm SDKs. As Khem said, set SDKMACHINE to i686 explicitly to avoid this. Note that compiling on a RPi4 is *very slow*. Ross <jchludzinski=vivaldi.net@
Is Raspian 32- or 64-bit? We don't suppose 32-bit arm SDKs. As Khem said, set SDKMACHINE to i686 explicitly to avoid this. Note that compiling on a RPi4 is *very slow*. Ross <jchludzinski=vivaldi.net@
|
By
...
· #56656
·
|
|
SCM usage in source urls and bandwidth
<richard.purdie@...> wrote: Even without premirrors this is a lot faster for glibc: $ time git clone git://sourceware.org/git/glibc.git Cloning into 'glibc'... remote: Enumerating obje
<richard.purdie@...> wrote: Even without premirrors this is a lot faster for glibc: $ time git clone git://sourceware.org/git/glibc.git Cloning into 'glibc'... remote: Enumerating obje
|
By
...
· #56595
·
|
|
[PATCH yocto-autobuilder-helper] config.json: no need to explicitly exclude the NPM tests
These tests now skip themselves automatically[1] if meta-oe isn't present, so there is no need to explicitly skip them. [1] oe-core d22ed015d8f38241acb783e1a468fb15d4317670 Signed-off-by: Ross Burton
These tests now skip themselves automatically[1] if meta-oe isn't present, so there is no need to explicitly skip them. [1] oe-core d22ed015d8f38241acb783e1a468fb15d4317670 Signed-off-by: Ross Burton
|
By
...
· #56579
·
|
|
Query regarding yocto build
Looks like the libraries are unversioned. This is pretty bad practise but https://docs.yoctoproject.org/dev-manual/common-tasks.html#working-with-pre-built-libraries should help. The best solution is
Looks like the libraries are unversioned. This is pretty bad practise but https://docs.yoctoproject.org/dev-manual/common-tasks.html#working-with-pre-built-libraries should help. The best solution is
|
By
...
· #56453
·
|
|
Regarding mail notification diseable
You can unsub yourself by following the Unsubscribe link at the bottom of this email. Ross
You can unsub yourself by following the Unsubscribe link at the bottom of this email. Ross
|
By
...
· #56276
·
|
|
coreutils-native-8.32-r0 do_configure: configure failed
Are you running bitbake as root? Ross
Are you running bitbake as root? Ross
|
By
...
· #56222
·
|
|
Building Yocto on M1 Mac
<robert.joslyn@...> wrote: Try doing the MBA build with the laptop suspended in the air on a couple of pencils. As the MBA has no fan you might find that increasing airflow around the lap
<robert.joslyn@...> wrote: Try doing the MBA build with the laptop suspended in the air on a couple of pencils. As the MBA has no fan you might find that increasing airflow around the lap
|
By
...
· #56182
·
|
|
Maintaining ABI Compatibility for LTS branch
<richard.purdie@...> wrote: Relatedly, somewhere I have a branch that uses libabigail to extract the library ABIs in an build. The next step was doing the comparison, but I never got t
<richard.purdie@...> wrote: Relatedly, somewhere I have a branch that uses libabigail to extract the library ABIs in an build. The next step was doing the comparison, but I never got t
|
By
...
· #56120
·
|
|
Zeek recipe
https://layers.openembedded.org/layerindex/branch/master/recipes/?q=zeek says most likely not. Sharing your recipe and the errors would let others help you. Ross
https://layers.openembedded.org/layerindex/branch/master/recipes/?q=zeek says most likely not. Sharing your recipe and the errors would let others help you. Ross
|
By
...
· #56106
·
|
|
[oe] Inclusive Language Proposal for YP/OE
This is the only one that sticks out to me. I think it needs another _, SKIP_RECIPE and IGNORE_CVE. Other than that, +1. Will we have a bit of logic to detect the obsolete names being set and emit war
This is the only one that sticks out to me. I think it needs another _, SKIP_RECIPE and IGNORE_CVE. Other than that, +1. Will we have a bit of logic to detect the obsolete names being set and emit war
|
By
...
· #55966
·
|
|
[oe] [OE-core] Inclusive Language Proposal for YP/OE
Personally, the only advantage of 'main' is muscle memory of m[tab]. Semantically it's not the 'main' branch, it's the active development branch. Thus, devel. Ross
Personally, the only advantage of 'main' is muscle memory of m[tab]. Semantically it's not the 'main' branch, it's the active development branch. Thus, devel. Ross
|
By
...
· #55965
·
|
|
Invalid checksums for SRC_URI ignored?
<michael.opdenacker@...> wrote: Checksums are for files that are fetched via http:// and friends, not local files. Ross
<michael.opdenacker@...> wrote: Checksums are for files that are fetched via http:// and friends, not local files. Ross
|
By
...
· #55910
·
|
|
[OE-core] Question of Yocto dunfell LTS period
lists.yoctoproject.org <zboszor=pr.hu@...> wrote: If you want persistent PRs between builds after deleting the build tree, simply archive the PR database. We're not going back to ma
lists.yoctoproject.org <zboszor=pr.hu@...> wrote: If you want persistent PRs between builds after deleting the build tree, simply archive the PR database. We're not going back to ma
|
By
...
· #55880
·
|
|
problem with interpreter
This is a classic problem with software that doesn't consider cross-compilation (and even when building for a similar architecture, like genericx86-64 on an x86 host, you're cross-compiling in Yocto).
This is a classic problem with software that doesn't consider cross-compilation (and even when building for a similar architecture, like genericx86-64 on an x86 host, you're cross-compiling in Yocto).
|
By
...
· #55821
·
|
|
[PATCH yocto-autobuilder2] config.py: add qemuarm64-alt to a-quick and a-full
Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 6da8d58..4c0b83b 100644 --- a/config.py +++
Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 6da8d58..4c0b83b 100644 --- a/config.py +++
|
By
...
· #55817
·
|
|
[PATCH yocto-autobuilder-helper] Add qemuarm64-alt to the build matrix
Signed-off-by: Ross Burton <ross.burton@...> --- config.json | 4 ++++ scripts/publish-artefacts | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/config.json b/config.json index 1c4270f..a
Signed-off-by: Ross Burton <ross.burton@...> --- config.json | 4 ++++ scripts/publish-artefacts | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/config.json b/config.json index 1c4270f..a
|
By
...
· #55816
·
|
|
[OE-core] Honister wrong date time
Try reading the journal entries for systemd-timesyncd.service and see if it is reporting any issues. Ross
Try reading the journal entries for systemd-timesyncd.service and see if it is reporting any issues. Ross
|
By
...
· #55747
·
|
|
[PATCH yocto-autobuilder2 v2] Run oe-selftest-armhost jobs on the Arm workers only
Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py b/config.py index ea042c6..6da8d58 100644 --- a/config.py +++ b/config.py
Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py b/config.py index ea042c6..6da8d58 100644 --- a/config.py +++ b/config.py
|
By
...
· #55744
·
|