|
[Question] How to handle GPLv3 packages?
Hi, Thanks for the advice. I am right now unsure how to solve it since I am on thud but I will continue to work on this so once I get this done and I have a solution that works I will try and remember
Hi, Thanks for the advice. I am right now unsure how to solve it since I am on thud but I will continue to work on this so once I get this done and I have a solution that works I will try and remember
|
By
...
· #56741
·
|
|
[Question] How to handle GPLv3 packages?
This is my first time working with them so I am learning a lot but never encountered anything like it. Trying to look into what it would require to move to a newer version it appears as if they have s
This is my first time working with them so I am learning a lot but never encountered anything like it. Trying to look into what it would require to move to a newer version it appears as if they have s
|
By
...
· #56717
·
|
|
[Question] How to handle GPLv3 packages?
Yes I know. Not sure why QC is stuck on Thud. Even newer releases from QC for the target that we are working on is stuck at Thud. Mans Den fre 8 apr. 2022 kl 18:59 skrev Alexander Kanavin <alex.kanavi
Yes I know. Not sure why QC is stuck on Thud. Even newer releases from QC for the target that we are working on is stuck at Thud. Mans Den fre 8 apr. 2022 kl 18:59 skrev Alexander Kanavin <alex.kanavi
|
By
...
· #56715
·
|
|
[Question] How to handle GPLv3 packages?
I am currently on Thud so I am missing the support from what I can tell to set INCOMPATIBLE_LICENSE per image. I have tried to find the commit that adds that support but am having some problems findin
I am currently on Thud so I am missing the support from what I can tell to set INCOMPATIBLE_LICENSE per image. I have tried to find the commit that adds that support but am having some problems findin
|
By
...
· #56698
·
|
|
[Question] How to handle GPLv3 packages?
Yes I did something similar initially using BBMASK to minimize the build and in the end requesting them to supply a more minimal build setup. The end result was not a pure BSP layer because we needed
Yes I did something similar initially using BBMASK to minimize the build and in the end requesting them to supply a more minimal build setup. The end result was not a pure BSP layer because we needed
|
By
...
· #56696
·
|
|
[Question] How to handle GPLv3 packages?
Hi Ross, We don't have a ptest set in DISTRO_FEATURE so if that is the only way to pull in ptest I would say that is the reason for us at least on why there are so many bash dependencies. One recipe t
Hi Ross, We don't have a ptest set in DISTRO_FEATURE so if that is the only way to pull in ptest I would say that is the reason for us at least on why there are so many bash dependencies. One recipe t
|
By
...
· #56690
·
|
|
[Question] How to handle GPLv3 packages?
Hi Alex, Could you maybe clarify what you mean with "setting INCOMPATIBLE_LICENSE per image"? Do you mean that you have one specific image that is used when you build an image for release to the custo
Hi Alex, Could you maybe clarify what you mean with "setting INCOMPATIBLE_LICENSE per image"? Do you mean that you have one specific image that is used when you build an image for release to the custo
|
By
...
· #56688
·
|
|
[Question] How to handle GPLv3 packages?
Thanks all for your quick response. You have given me something to think of so I will look into it to see if some of my issues are related to the way we have set things up. I will post my findings onc
Thanks all for your quick response. You have given me something to think of so I will look into it to see if some of my issues are related to the way we have set things up. I will post my findings onc
|
By
...
· #56676
·
|
|
[Question] How to handle GPLv3 packages?
Hi, I cannot use GPLv3 packages in our image build. I am no legal expert but from what I can understand most companies will not be able to comply with this license without allowing the customer to com
Hi, I cannot use GPLv3 packages in our image build. I am no legal expert but from what I can understand most companies will not be able to comply with this license without allowing the customer to com
|
By
...
· #56672
·
|
|
meta layers priority using BBFILE_PRIORITY in layer.conf is not working for me?
Thanks why I did not think of that. Anyway it works so thanks again. BR Den tis 14 juli 2020 kl 14:12 skrev <Mikko.Rapeli@...>:
Thanks why I did not think of that. Anyway it works so thanks again. BR Den tis 14 juli 2020 kl 14:12 skrev <Mikko.Rapeli@...>:
|
By
...
· #49945
·
|
|
meta layers priority using BBFILE_PRIORITY in layer.conf is not working for me?
I figured it out the problem was that in meta-layer1 we had SRC_URI_append_machine1 += "file://0001-patch-one.patch" this apparently will always be added to the end of SRC_URI list and thereby the met
I figured it out the problem was that in meta-layer1 we had SRC_URI_append_machine1 += "file://0001-patch-one.patch" this apparently will always be added to the end of SRC_URI list and thereby the met
|
By
...
· #49943
·
|
|
meta layers priority using BBFILE_PRIORITY in layer.conf is not working for me?
I have debugged cooker.py and everything looks good it produces a list of the bbappend files that matches the expected result so something is screwing it up when the recipe is baked since I can see th
I have debugged cooker.py and everything looks good it produces a list of the bbappend files that matches the expected result so something is screwing it up when the recipe is baked since I can see th
|
By
...
· #49942
·
|
|
meta layers priority using BBFILE_PRIORITY in layer.conf is not working for me?
Hi, I am using thud for my distro and I have two bbappend for my kernel I need to make sure that meta-layer1 is parsed before meta-layer2 to get the patches applied in the right order. So the patches
Hi, I am using thud for my distro and I have two bbappend for my kernel I need to make sure that meta-layer1 is parsed before meta-layer2 to get the patches applied in the right order. So the patches
|
By
...
· #49941
·
|
|
what to expect from distributed sstate cache?
Thanks will have a look at that script. Den ons 27 maj 2020 kl 13:41 skrev Martin Jansa <martin.jansa@...>:
Thanks will have a look at that script. Den ons 27 maj 2020 kl 13:41 skrev Martin Jansa <martin.jansa@...>:
|
By
...
· #49502
·
|
|
what to expect from distributed sstate cache?
Hi, Thanks for the input. Regarding docker we are building the docker image and we are using the same image for all nodes so should they not be identical when the nodes start the containers? Thanks, D
Hi, Thanks for the input. Regarding docker we are building the docker image and we are using the same image for all nodes so should they not be identical when the nodes start the containers? Thanks, D
|
By
...
· #49497
·
|
|
what to expect from distributed sstate cache?
Hi, This is maybe more related to bitbake but I start by posting it here. I am for the first time trying to make use of a distributed sstate cache but I am getting some unexpected results and wanted t
Hi, This is maybe more related to bitbake but I start by posting it here. I am for the first time trying to make use of a distributed sstate cache but I am getting some unexpected results and wanted t
|
By
...
· #49494
·
|
|
Is there a relationship between the sstate and the machine?
Thanks for your answer. Yes I think it is the same SoC supplier since there is clang toolchain and they deliver it in a binary form and they have supplied an class for using it. I will look into the m
Thanks for your answer. Yes I think it is the same SoC supplier since there is clang toolchain and they deliver it in a binary form and they have supplied an class for using it. I will look into the m
|
By
...
· #49406
·
|
|
Is there a relationship between the sstate and the machine?
Hi, I am using a build environment based on the yocto project from one of the big HW suppliers in the mobile industries. They are continuously breaking the principles behind the yocto project and at o
Hi, I am using a build environment based on the yocto project from one of the big HW suppliers in the mobile industries. They are continuously breaking the principles behind the yocto project and at o
|
By
...
· #49386
·
|
|
[Question]:How to build kernel as externalsrc that is missing .git?
For anyone having some similar issue with the linux-msm please notice https://source.codeaurora.org/quic/le/meta-qti-bsp/tree/recipes-kernel/linux-msm/linux-msm.inc?id=cbe4d954a9a37dd15e78e3dfdc823ffc
For anyone having some similar issue with the linux-msm please notice https://source.codeaurora.org/quic/le/meta-qti-bsp/tree/recipes-kernel/linux-msm/linux-msm.inc?id=cbe4d954a9a37dd15e78e3dfdc823ffc
|
By
...
· #48193
·
|
|
[Question]:How to build kernel as externalsrc that is missing .git?
Hi again, Looks like the kernel source code was not clean so I made sure it was and created a new tar file and now it is building. I will try using the tar file and if it works I will start moving to
Hi again, Looks like the kernel source code was not clean so I made sure it was and created a new tar file and now it is building. I will try using the tar file and if it works I will start moving to
|
By
...
· #48192
·
|