|
create-spdx support in dunfell
Hi All, I'm sending this to oe-arch as it seems the best place to mention/discuss it. After reading an email about encouraging best practises when supporting older software releases, it got me thinkin
Hi All, I'm sending this to oe-arch as it seems the best place to mention/discuss it. After reading an email about encouraging best practises when supporting older software releases, it got me thinkin
|
By
Richard Purdie
· #1706
·
|
|
Empty packages and bogus dependencies - what to do?
I suspect not since it is a significant change in behaviour which we're not seeing a pressing need for from kirkstone users? Cheers, Richard
I suspect not since it is a significant change in behaviour which we're not seeing a pressing need for from kirkstone users? Cheers, Richard
|
By
Richard Purdie
· #1705
·
|
|
Empty packages and bogus dependencies - what to do?
Hi All, There has been some interest in some older bugs about empty packages and bogus dependencies and what we should do about them. Yohan and Fawzi were kind enough to post some patches to prompt so
Hi All, There has been some interest in some older bugs about empty packages and bogus dependencies and what we should do about them. Yohan and Fawzi were kind enough to post some patches to prompt so
|
By
Richard Purdie
· #1701
·
|
|
WORKDIR fetcher interaction issue
FWIW unpack is controlled by the directory passed into the fetcher by the do_unpack task. Patch isn't configurable today, making it configurable would probably cause the most problems. This is configu
FWIW unpack is controlled by the directory passed into the fetcher by the do_unpack task. Patch isn't configurable today, making it configurable would probably cause the most problems. This is configu
|
By
Richard Purdie
· #1698
·
|
|
WORKDIR fetcher interaction issue
Dropping S = "${WORKDIR}" doesn't solve the problem being described here, it just removes something which complicates current code and makes that problem harder to solve. Even not supporting S = "${WO
Dropping S = "${WORKDIR}" doesn't solve the problem being described here, it just removes something which complicates current code and makes that problem harder to solve. Even not supporting S = "${WO
|
By
Richard Purdie
· #1694
·
|
|
WORKDIR fetcher interaction issue
I was asked about a WORKDIR/fetcher interaction problem and the bugs it results in. I've tried to write down my thoughts. The unpack task writes it's output to WORKDIR as base.bbclass says: fetcher =
I was asked about a WORKDIR/fetcher interaction problem and the bugs it results in. I've tried to write down my thoughts. The unpack task writes it's output to WORKDIR as base.bbclass says: fetcher =
|
By
Richard Purdie
· #1690
·
|
|
[OE-core] Y2038 proposal
That is really interesting data as it confirmed there are real world issues which changing the compiler flags is going to break. Thanks for sharing. What you describe is relatively easy for a maintain
That is really interesting data as it confirmed there are real world issues which changing the compiler flags is going to break. Thanks for sharing. What you describe is relatively easy for a maintain
|
By
Richard Purdie
· #1689
·
|
|
[yocto] [OE-core] [Openembedded-architecture] Y2038 proposal
That does sound useful, perhaps sharing it as an RFC patch might be a good place to start? We might be able to run one of the autobuilder world targets against it, see how it looks for our core recipe
That does sound useful, perhaps sharing it as an RFC patch might be a good place to start? We might be able to run one of the autobuilder world targets against it, see how it looks for our core recipe
|
By
Richard Purdie
· #1687
·
|
|
Y2038 proposal
I think we should fix those and we should add the target to the autobuilder but I'm reluctant to add a long test to a-full. The fact it is relatively clean suggests it doesn't regress that often. We c
I think we should fix those and we should add the target to the autobuilder but I'm reluctant to add a long test to a-full. The fact it is relatively clean suggests it doesn't regress that often. We c
|
By
Richard Purdie
· #1683
·
|
|
[yocto] [OE-core] [Openembedded-architecture] Y2038 proposal
That sounds interesting and something we should probably look into for both issues... That would cause runtime issues but not build time linking ones? Cheers, Richard
That sounds interesting and something we should probably look into for both issues... That would cause runtime issues but not build time linking ones? Cheers, Richard
|
By
Richard Purdie
· #1679
·
|
|
[OE-core] [Openembedded-architecture] Y2038 proposal
Perhaps, yes. I'm meaning disabling the 32 bit glibc time functions. Right, but the 32 bit time functions/symbols are still available for older binaries. My point is that anything using those older fu
Perhaps, yes. I'm meaning disabling the 32 bit glibc time functions. Right, but the 32 bit time functions/symbols are still available for older binaries. My point is that anything using those older fu
|
By
Richard Purdie
· #1675
·
|
|
Y2038 proposal
Others have made some good comments. My thoughts: * We need to add some runtime tests to oeqa for this (in addition to the ptests) * We need to have a 32 bit ptest run on the autobuilder (qemux86 shou
Others have made some good comments. My thoughts: * We need to add some runtime tests to oeqa for this (in addition to the ptests) * We need to have a 32 bit ptest run on the autobuilder (qemux86 shou
|
By
Richard Purdie
· #1673
·
|
|
[OE-core] [yocto] Y2038 proposal
For x86, yes. For arm, it varies and I know at least one of our arm hosts doesn't support it, I don't know about the newer ones. In general I think it shouldn't be too bad but we really do need to tes
For x86, yes. For arm, it varies and I know at least one of our arm hosts doesn't support it, I don't know about the newer ones. In general I think it shouldn't be too bad but we really do need to tes
|
By
Richard Purdie
· #1672
·
|
|
[OE-core] [yocto] Y2038 proposal
lists.openembedded.org wrote: What is the potential issue with builtools? To be clear, we don't run ptests on 32 bit targets, only on qemux86-64 and qemuarm64 where we have KVM available. We do run im
lists.openembedded.org wrote: What is the potential issue with builtools? To be clear, we don't run ptests on 32 bit targets, only on qemux86-64 and qemuarm64 where we have KVM available. We do run im
|
By
Richard Purdie
· #1669
·
|
|
Bitbake changes for the next release?
Hi, I've a few things I've been pondering for a while and given the summit and OEDVM this week, I thought I'd sent out this email and some RFC patches. Export variable flag (and unexport/network) ----
Hi, I've a few things I've been pondering for a while and given the summit and OEDVM this week, I thought I'd sent out this email and some RFC patches. Export variable flag (and unexport/network) ----
|
By
Richard Purdie
· #1662
·
|
|
Relocatable binaries - better kernel support?
That makes sense, I know we'd need to be careful about setuid (see my other email). If I can find a few minutes I guess I'll experiment a bit and see if I can come up with a patch to test the water wi
That makes sense, I know we'd need to be careful about setuid (see my other email). If I can find a few minutes I guess I'll experiment a bit and see if I can come up with a patch to test the water wi
|
By
Richard Purdie
· #1659
·
|
|
Relocatable binaries - better kernel support?
Yes, indeed. I also did notice: https://engineering.backtrace.io/2016-06-29-exploiting-elf-expansion-variables/ which mentions Solaris does support $ORIGIN in PT_INTERP and that if you're not careful
Yes, indeed. I also did notice: https://engineering.backtrace.io/2016-06-29-exploiting-elf-expansion-variables/ which mentions Solaris does support $ORIGIN in PT_INTERP and that if you're not careful
|
By
Richard Purdie
· #1658
·
|
|
Relocatable binaries - better kernel support?
I thought I'd quickly write down some notes on the relocatable binary "problem" we have. We have a need to be able to run our binaries with a different dynamic loader in a few cases which basically co
I thought I'd quickly write down some notes on the relocatable binary "problem" we have. We have a need to be able to run our binaries with a different dynamic loader in a few cases which basically co
|
By
Richard Purdie
· #1656
·
|
|
Template handling in OE-Core
Ultimately, I think we'll end up removing this file. Whilst I understand we might want to track where things came from, I think the current way breaks for two files and doesn't give version informatio
Ultimately, I think we'll end up removing this file. Whilst I understand we might want to track where things came from, I think the current way breaks for two files and doesn't give version informatio
|
By
Richard Purdie
· #1655
·
|
|
Template handling in OE-Core
I wondered about that. The thing is if you're planning to decide to do some kind of automated update or user warning message, you need a version string in the file itself to know what version you're d
I wondered about that. The thing is if you're planning to decide to do some kind of automated update or user warning message, you need a version string in the file itself to know what version you're d
|
By
Richard Purdie
· #1650
·
|