|
Y2038 proposal
Testing the rollover could be done in later stages. I can imagine we'll have enough just by setting the date in the future and getting those magic glibc flags to not cause build fails. Alex
Testing the rollover could be done in later stages. I can imagine we'll have enough just by setting the date in the future and getting those magic glibc flags to not cause build fails. Alex
|
By
Alexander Kanavin
· #58673
·
|
|
[OE-core] [yocto] Y2038 proposal
<richard.purdie@...> wrote: I think kvm does allow 32 bit guest on a 64 bit host. But I can imagine making full ptests work on 32 bit guests would be a struggle for reasons unrelated t
<richard.purdie@...> wrote: I think kvm does allow 32 bit guest on a 64 bit host. But I can imagine making full ptests work on 32 bit guests would be a struggle for reasons unrelated t
|
By
Alexander Kanavin
· #58672
·
|
|
Y2038 proposal
Little by little. As long as we have a well-defined test plan, a well-known list of issues, and follow a strict 'upstream first' policy in addressing them (e.g. no fixes in layers that are 'forever pe
Little by little. As long as we have a well-defined test plan, a well-known list of issues, and follow a strict 'upstream first' policy in addressing them (e.g. no fixes in layers that are 'forever pe
|
By
Alexander Kanavin
· #58667
·
|
|
Y2038 proposal
Thanks! So there should be a d. 'glibc-tests-ptest' is executed across all architectures - probably as a machine-specific selftest, and as well with qemu time set into the future. Unfortunately I do n
Thanks! So there should be a d. 'glibc-tests-ptest' is executed across all architectures - probably as a machine-specific selftest, and as well with qemu time set into the future. Unfortunately I do n
|
By
Alexander Kanavin
· #58665
·
|
|
Y2038 proposal
On Tue, 29 Nov 2022 at 16:45, Stephen Jolley <sjolley.yp.pm@...> wrote: > We’d welcome a proposal/series on how to move forward with the Y2038 work for 32 bit platforms. I have the following pro
On Tue, 29 Nov 2022 at 16:45, Stephen Jolley <sjolley.yp.pm@...> wrote: > We’d welcome a proposal/series on how to move forward with the Y2038 work for 32 bit platforms. I have the following pro
|
By
Alexander Kanavin
· #58663
·
|
|
[OE-core] OpenEmbedded Happy Hour November 30
Isn't that clashing with YPS social slot? https://summit.yoctoproject.org/yocto-project-summit-2022-11/talk/UBXLG8/ Alex
Isn't that clashing with YPS social slot? https://summit.yoctoproject.org/yocto-project-summit-2022-11/talk/UBXLG8/ Alex
|
By
Alexander Kanavin
· #58657
·
|
|
how to specify the package version via RDEPENDS in package group
#bitbake
You need to look up PREFERRED_VERSION rather. Alex
You need to look up PREFERRED_VERSION rather. Alex
|
By
Alexander Kanavin
· #58617
·
|
|
Apply Patching
#dunfell
#patch
#yocto
#raspberrypi
#linux
In this case I have no idea unfortunately. Does a regular kernel work? Alex
In this case I have no idea unfortunately. Does a regular kernel work? Alex
|
By
Alexander Kanavin
· #58606
·
|
|
Reproducible builds not working with musl?
You have to find them yourself with gut bisect I would say. Too many things have changed. Alex
You have to find them yourself with gut bisect I would say. Too many things have changed. Alex
|
By
Alexander Kanavin
· #58605
·
|
|
Reproducible builds not working with musl?
<kenth.eriksson@...> wrote: Testing reproducibility properly is a heavy exercise (you need to build everything from scratch, then compare), and so we do it only for glibc. There have been rec
<kenth.eriksson@...> wrote: Testing reproducibility properly is a heavy exercise (you need to build everything from scratch, then compare), and so we do it only for glibc. There have been rec
|
By
Alexander Kanavin
· #58601
·
|
|
rust issue for armv6 in mainline poky
Can you try the tip of master please? Alex
Can you try the tip of master please? Alex
|
By
Alexander Kanavin
· #58599
·
|
|
[yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test
Does this mean that master should be excluded too? Alex
Does this mean that master should be excluded too? Alex
|
By
Alexander Kanavin
· #58592
·
|
|
Image dependent variables/files in included recipes
You have to define an additional distribution I'm afraid. It can share almost everything with the existing distro, but set PREFERRED_PROVIDER differently. Alex
You have to define an additional distribution I'm afraid. It can share almost everything with the existing distro, but set PREFERRED_PROVIDER differently. Alex
|
By
Alexander Kanavin
· #58587
·
|
|
source-less python
Making your own! You can have it added to the layer index for better publicity. Alex
Making your own! You can have it added to the layer index for better publicity. Alex
|
By
Alexander Kanavin
· #58584
·
|
|
source-less python
You can start by placing it in a separate layer? Alex
You can start by placing it in a separate layer? Alex
|
By
Alexander Kanavin
· #58582
·
|
|
source-less python
I just wonder if this should really be in core. The standards for core are high: it needs to be both testable and tested, and there's only so many possible options and tweaks where things can regress
I just wonder if this should really be in core. The standards for core are high: it needs to be both testable and tested, and there's only so many possible options and tweaks where things can regress
|
By
Alexander Kanavin
· #58580
·
|
|
build 2 sdk toolchain
This is the correct way, yes. You can put SDKMACHINE into local.conf (default is 'linux sdk'), or you can specify it on command line (in which case it will override the local.conf setting). Alex On Tu
This is the correct way, yes. You can put SDKMACHINE into local.conf (default is 'linux sdk'), or you can specify it on command line (in which case it will override the local.conf setting). Alex On Tu
|
By
Alexander Kanavin
· #58567
·
|
|
source-less python
Generally we slim down python installations by not installing all of the standard library, and rather having precise dependencies for specific modules. Can you illustrate the kind of space savings tha
Generally we slim down python installations by not installing all of the standard library, and rather having precise dependencies for specific modules. Can you illustrate the kind of space savings tha
|
By
Alexander Kanavin
· #58550
·
|
|
failing postinstall scriptlet
You need to show the whole log. Alex
You need to show the whole log. Alex
|
By
Alexander Kanavin
· #58541
·
|
|
undefined reference problem persists
Then your best option is to drop meta-gplv2 layer from builds altogether. This will update everything to current, compatible versions that are easier to fix if needed. Just to be on the safe side, you
Then your best option is to drop meta-gplv2 layer from builds altogether. This will update everything to current, compatible versions that are easier to fix if needed. Just to be on the safe side, you
|
By
Alexander Kanavin
· #58515
·
|