|
How to add missing ca-certificates to truststore in older version of yocto?
If the certificates are in newer releases of the ca-certificates store, then upgrading the recipe will be easiest. As you see from the filename, the certificates in morty are from 2016. Take the lates
If the certificates are in newer releases of the ca-certificates store, then upgrading the recipe will be easiest. As you see from the filename, the certificates in morty are from 2016. Take the lates
|
By
Ross Burton
· #59531
·
|
|
Yocto build error | AttributeError: 'LooseVersion' object has no attribute 'version'
First, Hardknott has been end-of-life for a year now, please upgrade. There are two related problems: AttributeError: 'LooseVersion' object has no attribute 'version' AttributeError: 'LooseVersion' ob
First, Hardknott has been end-of-life for a year now, please upgrade. There are two related problems: AttributeError: 'LooseVersion' object has no attribute 'version' AttributeError: 'LooseVersion' ob
|
By
Ross Burton
· #59525
·
|
|
Network Isolation and CMake FetchContent
Yes: do_compile[network] = “1” Ross
Yes: do_compile[network] = “1” Ross
|
By
Ross Burton
· #59514
·
|
|
Yocto build error | AttributeError: 'LooseVersion' object has no attribute 'version'
What release of yocto is this? Ross
What release of yocto is this? Ross
|
By
Ross Burton
· #59513
·
|
|
[PATCH][matchbox-panel-2] applets/startup*/startup.c: clarify license to GPLv2+
matchbox-panel was intended to be GPLv2+ licensed, however the wrong GPL fragment was added in startup/startup.c in the original import which stated it was GPL v2 only, and that was copied into startu
matchbox-panel was intended to be GPLv2+ licensed, however the wrong GPL fragment was added in startup/startup.c in the original import which stated it was GPL v2 only, and that was copied into startu
|
By
Ross Burton
· #59434
·
|
|
ERROR: Task (/home/$USER/poky/meta/recipes-devtools/gcc/gcc-crosssdk_12.2.bb:do_compile) failed with exit code '1'
#debian
#devtool
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help. Ross
It’s impossible to say without seeing what the actual error is. Share more of your logs and we might be able to help. Ross
|
By
Ross Burton
· #59359
·
|
|
Transaction error after trying to add systemd
So something in your image is causing it to install both systemd and sysvinit. You’re not disabling sysv, so one of your recipes might be pulling in both. Try removing the lines you added and instead
So something in your image is causing it to install both systemd and sysvinit. You’re not disabling sysv, so one of your recipes might be pulling in both. Try removing the lines you added and instead
|
By
Ross Burton
· #59333
·
|
|
recipe e licenses
When you build an image you get a license manifest in tmp/deploy/licenses, this should contain all the information you want. Ross
When you build an image you get a license manifest in tmp/deploy/licenses, this should contain all the information you want. Ross
|
By
Ross Burton
· #59320
·
|
|
Does python_poetry_core installs dependencies?
#devtool
#python
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
The Python build tool, be it poetry or flit or setuptools, will do a build in the environment that the recipe has defined: only the dependencies in DEPENDS, no virtualenv. The point being that we cont
|
By
Ross Burton
· #59305
·
|
|
Yocto bitbake unable to find debuginfod
The elfutils recipe in 3.1.17 doesn’t support debuginfod. The version of elfutils does (although it was the first release, so may be buggy), so you can either backport the changes needed, or upgrade t
The elfutils recipe in 3.1.17 doesn’t support debuginfod. The version of elfutils does (although it was the first release, so may be buggy), so you can either backport the changes needed, or upgrade t
|
By
Ross Burton
· #59295
·
|
|
Mold linker
I have a branch in poky-contrib:ross/mold. It’s been blindly updated to the latest release but not tested, but the wins were not as impressive as one would hope for most builds. Worth keeping an eye o
I have a branch in poky-contrib:ross/mold. It’s been blindly updated to the latest release but not tested, but the wins were not as impressive as one would hope for most builds. Worth keeping an eye o
|
By
Ross Burton
· #59233
·
|
|
linux script command
First, Zeus was EOL two years ago, so I encourage you to upgrade. script is part of the util-linux recipe. Ross
First, Zeus was EOL two years ago, so I encourage you to upgrade. script is part of the util-linux recipe. Ross
|
By
Ross Burton
· #59024
·
|
|
[PATCH yocto-autobuilder2 2/2] config.py: add meta-clang builder
Add a builder to exercise meta-clang. 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 f4250
Add a builder to exercise meta-clang. 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 f4250
|
By
Ross Burton
· #58926
·
|
|
[PATCH yocto-autobuilder2 1/2] config.py: remove redundant oe-selftest-arm
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 1 - 1 file changed, 1 deletion(-) d
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 1 - 1 file changed, 1 deletion(-) d
|
By
Ross Burton
· #58925
·
|
|
FireFox
core-image-minimal doesn’t come with a graphical interface (specifically, no X server), so an application which expects an X server won’t work (specifically, firefox). core-image-sato is a better star
core-image-minimal doesn’t come with a graphical interface (specifically, no X server), so an application which expects an X server won’t work (specifically, firefox). core-image-sato is a better star
|
By
Ross Burton
· #58853
·
|
|
[PATCH yocto-autobuilder2] config.py: add knowledge of meta-clang
We'd like to start building meta-clang as part of the autobuilder matrix, so add knowledge of meta-clang to builtbot. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 4 +++- 1 file cha
We'd like to start building meta-clang as part of the autobuilder matrix, so add knowledge of meta-clang to builtbot. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 4 +++- 1 file cha
|
By
Ross Burton
· #58807
·
|
|
[linux-yocto] Building Linux perf tool using bitbake
I’ve done a massive CC-prune, please don’t spam many lists. Thud has been end-of-life for three years, so please move everything to at least Dunfell. The error tells you exactly what the problem is: Y
I’ve done a massive CC-prune, please don’t spam many lists. Thud has been end-of-life for three years, so please move everything to at least Dunfell. The error tells you exactly what the problem is: Y
|
By
Ross Burton
· #58750
·
|
|
LAYERSERIES_COMPAT_ variable in the layer's recipe
As I explained in the bug I filed in your repository, the LICENSE statement is the license of the contents of the packages, not the recipe itself. https://github.com/mguentner/cannelloni clearly says
As I explained in the bug I filed in your repository, the LICENSE statement is the license of the contents of the packages, not the recipe itself. https://github.com/mguentner/cannelloni clearly says
|
By
Ross Burton
· #58703
·
|
|
LAYERSERIES_COMPAT_ variable in the layer's recipe
The compatibility is because over time things change: override syntax has changed, classes get added or removed, functionality may appear in bitbake. Sometimes the breakage is subtle, and a layer may
The compatibility is because over time things change: override syntax has changed, classes get added or removed, functionality may appear in bitbake. Sometimes the breakage is subtle, and a layer may
|
By
Ross Burton
· #58699
·
|
|
[OE-core] [Openembedded-architecture] Y2038 proposal
Some time ago I filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=6803 as Debian has a nice sanity check where it warns if non-LFS glibc functions are used. I imagine the same logic could be use
Some time ago I filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=6803 as Debian has a nice sanity check where it warns if non-LFS glibc functions are used. I imagine the same logic could be use
|
By
Ross Burton
· #58682
·
|