|
Configuration fragments
<richard.purdie@...> wrote: > The intent is the user could add something like: > > require conf/yocto-autobuilder/x32.inc > > or > > require conf/yocto-autobuilder/multilib-mipsn32
<richard.purdie@...> wrote: > The intent is the user could add something like: > > require conf/yocto-autobuilder/x32.inc > > or > > require conf/yocto-autobuilder/multilib-mipsn32
|
By
Alexander Kanavin
· #1627
·
|
|
Thoughts on the eSDK
id=14462 * several things don't build within the eSDK, e.g. ovmf, multilib, lttng, gstreamer-plugins-good I've put off fixing some elements as I've hoped that if we fixed the layer
id=14462 * several things don't build within the eSDK, e.g. ovmf, multilib, lttng, gstreamer-plugins-good I've put off fixing some elements as I've hoped that if we fixed the layer
|
By
Richard Purdie
· #1544
·
|
|
Overrides conversion plan
We use OVERRIDES in a number of interesting places, including within multilib configurations for the tune-XXX variable suffixes.
We use OVERRIDES in a number of interesting places, including within multilib configurations for the tune-XXX variable suffixes.
|
By
Richard Purdie
· #1291
·
|
|
Concerns about multilib bugs
Hi all, I still had a couple of ¢ to give so here they are. I summoned the Google god and I found this stackoverflow on how to execute multiple lines instead of the one eval is expecting: https://stac
Hi all, I still had a couple of ¢ to give so here they are. I summoned the Google god and I found this stackoverflow on how to execute multiple lines instead of the one eval is expecting: https://stac
|
By
...
· #1066
·
|
|
Concerns about multilib bugs
Hi all, Giving my 2¢. Indeed, and the thing is... it does not fix the original issue, so third party layers not doing that will still have the same bug which is hard to detect. Since we can't unforce
Hi all, Giving my 2¢. Indeed, and the thing is... it does not fix the original issue, so third party layers not doing that will still have the same bug which is hard to detect. Since we can't unforce
|
By
...
· #1065
·
|
|
[OE-core] Usrmerge distro feature and glibc ABIList
However the https://sourceware.org/glibc/wiki/ABIList is ignored in case of multilib or usrmerge structure of the image's rootfs.
However the https://sourceware.org/glibc/wiki/ABIList is ignored in case of multilib or usrmerge structure of the image's rootfs.
|
By
Oleksandr Ocheretnyi
· #1063
·
|
|
Concerns about multilib bugs
I was trying to avoid anything too complex to parse.... but I wonder if we can enlist the help of the python interpreter. If we have an appropriate delimiter, something like this might work: def apply
I was trying to avoid anything too complex to parse.... but I wonder if we can enlist the help of the python interpreter. If we have an appropriate delimiter, something like this might work: def apply
|
By
Joshua Watt
· #1061
·
|
|
Concerns about multilib bugs
Not that I see at the moment. Only for native/nativesdk/multiconfig (anything using the class extension code). Cheers, Richard
Not that I see at the moment. Only for native/nativesdk/multiconfig (anything using the class extension code). Cheers, Richard
|
By
Richard Purdie
· #1060
·
|
|
Concerns about multilib bugs
Out of curiosity, do you anticipate that this will be used for any part of the implementation of multiconfig as well? Chris
Out of curiosity, do you anticipate that this will be used for any part of the implementation of multiconfig as well? Chris
|
By
Chris Laplante
· #1059
·
|
|
Concerns about multilib bugs
dep.endswith(("-native", "-native-runtime")) or ('nativesdk-' in dep) or ('cross-canadian' in dep) or ('-crosssdk-' in dep): return dep else: # Do not extend for that already have multilib
dep.endswith(("-native", "-native-runtime")) or ('nativesdk-' in dep) or ('cross-canadian' in dep) or ('-crosssdk-' in dep): return dep else: # Do not extend for that already have multilib
|
By
Richard Purdie
· #1058
·
|
|
Concerns about multilib bugs
The multilib class exists mainly as we didn't want to go through every recipe and mark things up that way, believing instead the code could automate it.
The multilib class exists mainly as we didn't want to go through every recipe and mark things up that way, believing instead the code could automate it.
|
By
Richard Purdie
· #1057
·
|
|
Concerns about multilib bugs
Of the two I think using `${PN}` is the correct one otherwise you'd get a clash between the package names when building with multilib (so you get `X-bar` and `lib32-X-bar` for example
Of the two I think using `${PN}` is the correct one otherwise you'd get a clash between the package names when building with multilib (so you get `X-bar` and `lib32-X-bar` for example
|
By
Paul Barker
· #1055
·
|
|
Concerns about multilib bugs
<richard.purdie@...> wrote: Continuing the discussion from the OE TSC meeting, now that I've had a little time to digest the idea: I don't think the filter functions are necessarily a
<richard.purdie@...> wrote: Continuing the discussion from the OE TSC meeting, now that I've had a little time to digest the idea: I don't think the filter functions are necessarily a
|
By
Joshua Watt
· #1054
·
|
|
Concerns about multilib bugs
python runs after multilib so must use MLPREFIX in changes.
python runs after multilib so must use MLPREFIX in changes.
|
By
Richard Purdie
· #1052
·
|
|
Heterogeneous System Proposal
Using a multilib configuration you would have something like: build (build directory) conf local.conf: MACHINE = "genericx86_64" DISTRO = "poky" BBMULTICONFIG = "container1 containter2
Using a multilib configuration you would have something like: build (build directory) conf local.conf: MACHINE = "genericx86_64" DISTRO = "poky" BBMULTICONFIG = "container1 containter2
|
By
Mark Hatle
· #921
·
|
|
Removing LSB support from OE
There's already several variations on the AB which are not stock poky or poky-lsb (api docs, multilib, systemd, etc), so lets just build variations of Poky. Ross
There's already several variations on the AB which are not stock poky or poky-lsb (api docs, multilib, systemd, etc), so lets just build variations of Poky. Ross
|
By
...
· #867
·
|
|
Baselib doesn't allow subdirectories?
[...] baselib has never worked with a subdirectory, we struggled to get multilib to work at all, let alone adding in that subset of problems.
[...] baselib has never worked with a subdirectory, we struggled to get multilib to work at all, let alone adding in that subset of problems.
|
By
Richard Purdie
· #700
·
|
|
Changes that switching from smart to dnf will cause
No - fail with a conflict Yes - continue Is multilib resolution enabled?
No - fail with a conflict Yes - continue Is multilib resolution enabled?
|
By
...
· #439
·
|
|
Recipe Specific Sysroots - An Update
There have been musl, multilib, tiny, systemd and other issues but I believe these to be resolved. Thanks also go to Paul for fixing devtool to work with this.
There have been musl, multilib, tiny, systemd and other issues but I believe these to be resolved. Thanks also go to Paul for fixing devtool to work with this.
|
By
Richard Purdie
· #385
·
|
|
Multi-configuration builds
Execution of these targets would likely be in the form "bitbake multiconfig:configA:core-image-minimal core-image-sato" so similar to our virtclass approach for native/nativesdk/multilib
Execution of these targets would likely be in the form "bitbake multiconfig:configA:core-image-minimal core-image-sato" so similar to our virtclass approach for native/nativesdk/multilib
|
By
Richard Purdie
· #194
·
|