|
thoughts on YP-friendly developer laptop?
When using a laptop with only 16 GB RAM to build with 8 or 16 threads, on what drive will the heavily used large swap partition be? gcc loves to use > 2 GB RAM for non-trivial C++ code, with 16 thread
When using a laptop with only 16 GB RAM to build with 8 or 16 threads, on what drive will the heavily used large swap partition be? gcc loves to use > 2 GB RAM for non-trivial C++ code, with 16 thread
|
By
Adrian Bunk
· #53861
·
|
|
[bitbake-devel] [yocto] Stable Warrior branch
Hi Armin, yes. cu Adrian
By
Adrian Bunk
· #50145
·
|
|
Stable Warrior branch
I have an interest in keeping warrior branch alive in poky and meta-oe, and I'll take this responsibility since noone else seems to be interested. I have some ideas, but not yet a fixed plan how I wil
I have an interest in keeping warrior branch alive in poky and meta-oe, and I'll take this responsibility since noone else seems to be interested. I have some ideas, but not yet a fixed plan how I wil
|
By
Adrian Bunk
· #49946
·
|
|
Distro upgrade strategies
Hi Stefano, one major difference between Yocto and most Linux distributions is that most Linux distributions enable automatic security updates by default. A normal Ubuntu system gets security updates
Hi Stefano, one major difference between Yocto and most Linux distributions is that most Linux distributions enable automatic security updates by default. A normal Ubuntu system gets security updates
|
By
Adrian Bunk
· #49709
·
|
|
Distro upgrade strategies
This is not true, package manager like dpkg are trying very very hard to make things atomic where they have to be and allow recovery from any kind of interruption. I do not recall anyone ever describi
This is not true, package manager like dpkg are trying very very hard to make things atomic where they have to be and allow recovery from any kind of interruption. I do not recall anyone ever describi
|
By
Adrian Bunk
· #49706
·
|
|
What are the key factors for yocto build speed?
The recipe in meta-openembedded cross-compiles without problem. cu Adrian
The recipe in meta-openembedded cross-compiles without problem. cu Adrian
|
By
Adrian Bunk
· #48879
·
|
|
What are the key factors for yocto build speed?
This is a bug: http://bugzilla.yoctoproject.org/show_bug.cgi?id=13306 I sometimes wonder whether something basic like "no more than one compile task at a time" would be sufficient in practice to avoid
This is a bug: http://bugzilla.yoctoproject.org/show_bug.cgi?id=13306 I sometimes wonder whether something basic like "no more than one compile task at a time" would be sufficient in practice to avoid
|
By
Adrian Bunk
· #48863
·
|
|
What are the key factors for yocto build speed?
Depends on what you are building. Building non-trivial C++ code (e.g. webkitgtk) with 24 cores but only 32 GB RAM will not work, for such code you need more than 2 GB/core. I would buy 128 GB RAM to n
Depends on what you are building. Building non-trivial C++ code (e.g. webkitgtk) with 24 cores but only 32 GB RAM will not work, for such code you need more than 2 GB/core. I would buy 128 GB RAM to n
|
By
Adrian Bunk
· #48815
·
|
|
QA notification for completed autobuilder build (yocto-3.1_M3.rc1)
This platform has been removed from master, and is therefore not in M3. cu Adrian
This platform has been removed from master, and is therefore not in M3. cu Adrian
|
By
Adrian Bunk
· #48773
·
|
|
[[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Please send a complete build log, this looks like a parallel build failure where some .c is compiled before some header it uses is fully generated (or something similar). I assume PARALLEL_MAKE = "" w
Please send a complete build log, this looks like a parallel build failure where some .c is compiled before some header it uses is fully generated (or something similar). I assume PARALLEL_MAKE = "" w
|
By
Adrian Bunk
· #48601
·
|
|
QA Cycle report for build (yocto-3.0.2.rc2)
I would consider this too risky for a last-minute addition since it is a non-urgent optimization and not a regression fix. cu Adrian
I would consider this too risky for a last-minute addition since it is a non-urgent optimization and not a regression fix. cu Adrian
|
By
Adrian Bunk
· #48550
·
|
|
Yocto Project Status WW04'20
It would be easier to follow only development discussions if these would move to a dedicated list. cu Adrian
It would be easier to follow only development discussions if these would move to a dedicated list. cu Adrian
|
By
Adrian Bunk
· #48240
·
|
|
Yocto Project Status WW04'20
Would it be possible to also create a yocto-devel or yocto-core mailing list for discussing development of Yocto? Currently the yocto list is a mixture of core development list and forum for newbie us
Would it be possible to also create a yocto-devel or yocto-core mailing list for discussing development of Yocto? Currently the yocto list is a mixture of core development list and forum for newbie us
|
By
Adrian Bunk
· #48235
·
|
|
[RFC PATCH] python: remove Python 2 and all supporting classes
13.x is a short-term stable that will become EOL this June. 12.x is LTS with 2 years of upstream security support left when Yocto 3.1 releases. From a security support point of view shipping Python 2
13.x is a short-term stable that will become EOL this June. 12.x is LTS with 2 years of upstream security support left when Yocto 3.1 releases. From a security support point of view shipping Python 2
|
By
Adrian Bunk
· #48073
·
|
|
[meta-gplv2][PATCH 2/2 v2] diffutils: musl has working malloc() and realloc()
The jm_cv_func_working_malloc test is: main () { exit (malloc (0) ? 0 : 1); } The C standard says that this is implementation defined, both results are permitted. glibc has the same behaviour forever,
The jm_cv_func_working_malloc test is: main () { exit (malloc (0) ? 0 : 1); } The C standard says that this is implementation defined, both results are permitted. glibc has the same behaviour forever,
|
By
Adrian Bunk
· #47898
·
|
|
linux-libc-headers - how to handle for older kernels?
The fork can be a .bbappend with a patch adding the required definitions to linux-libc-headers. cu Adrian
The fork can be a .bbappend with a patch adding the required definitions to linux-libc-headers. cu Adrian
|
By
Adrian Bunk
· #47502
·
|
|
No Package Provides /bin/awk
/bin/awk is missing on your target image that will run on the T4240 RDB. The smallest implementation is to enable CONFIG_AWK in your busybox config. cu Adrian
/bin/awk is missing on your target image that will run on the T4240 RDB. The smallest implementation is to enable CONFIG_AWK in your busybox config. cu Adrian
|
By
Adrian Bunk
· #47223
·
|
|
pkg-config not found
DEPENDS, not DEPENDS_${PN} cu Adrian
DEPENDS, not DEPENDS_${PN} cu Adrian
|
By
Adrian Bunk
· #47213
·
|
|
Using GitLab for OE/Yocto layers
Three comments from me: 1. Patch review Merge requests work well when there is one maintainer who reviews everything. For not regressing on the current level of review before something hits master, me
Three comments from me: 1. Patch review Merge requests work well when there is one maintainer who reviews everything. For not regressing on the current level of review before something hits master, me
|
By
Adrian Bunk
· #47168
·
|
|
[meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified
The errata switches are only valid for aarch64, not for armv7a. There is likely some kind of "invalid option" earlier in your build. cu Adrian
The errata switches are only valid for aarch64, not for armv7a. There is likely some kind of "invalid option" earlier in your build. cu Adrian
|
By
Adrian Bunk
· #47139
·
|