|
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
·
|
|
undefined reference problem persists
I'm curious as to how though. Are you going to give them a complete set of yocto layers and source code for everything that goes into the image, so that they can replicate the yocto build? If they cho
I'm curious as to how though. Are you going to give them a complete set of yocto layers and source code for everything that goes into the image, so that they can replicate the yocto build? If they cho
|
By
Alexander Kanavin
· #58513
·
|
|
undefined reference problem persists
Combining gpl2 and gpl3 is not an issue here. The issue is that if you ship gpl3 items to users as a part of some product, you have an obligation to allow them to change those items and install the ch
Combining gpl2 and gpl3 is not an issue here. The issue is that if you ship gpl3 items to users as a part of some product, you have an obligation to allow them to change those items and install the ch
|
By
Alexander Kanavin
· #58510
·
|
|
undefined reference problem persists
If you're shipping anything that is under gplv3 you also need to give the recipient users a possibility to change the item under gplv3 from the source code you have used to build it and install their
If you're shipping anything that is under gplv3 you also need to give the recipient users a possibility to change the item under gplv3 from the source code you have used to build it and install their
|
By
Alexander Kanavin
· #58509
·
|
|
undefined reference problem persists
No. You cannot 'just replace' it, as they are under different licenses, and meta-gplv2 specifically collects versions under gpl version 2 only. Are you going to ship what you're working on to other us
No. You cannot 'just replace' it, as they are under different licenses, and meta-gplv2 specifically collects versions under gpl version 2 only. Are you going to ship what you're working on to other us
|
By
Alexander Kanavin
· #58502
·
|
|
undefined reference problem persists
I can imagine that meta-gpl2 was in fact added in the first place for exactly that reason. NM is a red hat project, and red hat has no concerns for those pesky embedded linux needs. There's no configu
I can imagine that meta-gpl2 was in fact added in the first place for exactly that reason. NM is a red hat project, and red hat has no concerns for those pesky embedded linux needs. There's no configu
|
By
Alexander Kanavin
· #58500
·
|
|
undefined reference problem persists
It may help if you show the complete logs for configure and compile , otherwise there is not enough information in your message to diagnose the issue. Alex
It may help if you show the complete logs for configure and compile , otherwise there is not enough information in your message to diagnose the issue. Alex
|
By
Alexander Kanavin
· #58493
·
|
|
Python3 project without setup.py
This is probably not available in dunfel, but in master there are bbclasses that handle this: inherit pypi python_setuptools_build_meta So try with master, and then consider your options. Alex
This is probably not available in dunfel, but in master there are bbclasses that handle this: inherit pypi python_setuptools_build_meta So try with master, and then consider your options. Alex
|
By
Alexander Kanavin
· #58484
·
|