|
how to add a "-dev" package to host SDK?
The implication of that is that you want to use a header file from a host component of the SDK to be able to compile additional tools etc to run on the host after the SDK has been created? Normally th
The implication of that is that you want to use a header file from a host component of the SDK to be able to compile additional tools etc to run on the host after the SDK has been created? Normally th
|
By
Andre McCurdy
· #151220
·
|
|
[PATCH] busybox: Enable long options for enabled applets
OK, so all that's left to do is to move them into their own config fragment (since they have nothing to do with the existing getops config fragment).
OK, so all that's left to do is to move them into their own config fragment (since they have nothing to do with the existing getops config fragment).
|
By
Andre McCurdy
· #151124
·
|
|
[PATCH] busybox: Enable long options for enabled applets
What's the connection between enabling the getopt applet (a utility to help with parsing options in shell scripts etc) and enabling support for long options in a bunch of other unconnected apps? I thi
What's the connection between enabling the getopt applet (a utility to help with parsing options in shell scripts etc) and enabling support for long options in a bunch of other unconnected apps? I thi
|
By
Andre McCurdy
· #151063
·
|
|
LTP drop MUSL specific patch
You can either use an intermediate variable in the recipe, e.g. PRUNESOURCE = "" PRUNESOURCE_libc-musl = "the-real-function" do_patch[postfuncs] += "${PRUNESOURCE}" Or you can call the script uncondit
You can either use an intermediate variable in the recipe, e.g. PRUNESOURCE = "" PRUNESOURCE_libc-musl = "the-real-function" do_patch[postfuncs] += "${PRUNESOURCE}" Or you can call the script uncondit
|
By
Andre McCurdy
· #151040
·
|
|
LTP drop MUSL specific patch
Changes to source files, including removing them, should be done as part of the do_patch task. Since do_patch is implemented in python you can't simply _append shell script commands to it, but you can
Changes to source files, including removing them, should be done as part of the do_patch task. Since do_patch is implemented in python you can't simply _append shell script commands to it, but you can
|
By
Andre McCurdy
· #151017
·
|
|
[yocto-security] [PATCH] busybox: use openssl for TLS connections whenever possible
Yes, sounds good to me.
By
Andre McCurdy
· #150751
·
|
|
[yocto-security] [PATCH] busybox: use openssl for TLS connections whenever possible
It's very clearly a hack. Maybe it's the "official solution" for supporting https with busybox wget, but OE has a wider scope - we're not limited to busybox wget if a better overall solution is availa
It's very clearly a hack. Maybe it's the "official solution" for supporting https with busybox wget, but OE has a wider scope - we're not limited to busybox wget if a better overall solution is availa
|
By
Andre McCurdy
· #150728
·
|
|
[yocto-security] [PATCH] busybox: use openssl for TLS connections whenever possible
<randy.macleod@...> wrote: This was discussed on the list last year. The conclusion was that FEATURE_WGET_HTTPS should be disabled by default (ie giving anyone who needs to fetch from https
<randy.macleod@...> wrote: This was discussed on the list last year. The conclusion was that FEATURE_WGET_HTTPS should be disabled by default (ie giving anyone who needs to fetch from https
|
By
Andre McCurdy
· #150716
·
|
|
[PATCH 2/3] btrfs-tools: Add PACKAGECONFIG options
<robert.joslyn@...> wrote: Adding —enable-largefile to EXTRA_OECONF would be fine. In general the goal of PACKAGECONFIG is not to expose every possible configure option, but only the ones
<robert.joslyn@...> wrote: Adding —enable-largefile to EXTRA_OECONF would be fine. In general the goal of PACKAGECONFIG is not to expose every possible configure option, but only the ones
|
By
Andre McCurdy
· #150608
·
|
|
[PATCH 2/3] btrfs-tools: Add PACKAGECONFIG options
<robert.joslyn@...> wrote: The largefile distro feature is for historical reference only. Recipes should always enable largefile support regardless of the distro feature (which will event
<robert.joslyn@...> wrote: The largefile distro feature is for historical reference only. Recipes should always enable largefile support regardless of the distro feature (which will event
|
By
Andre McCurdy
· #150599
·
|
|
[PATCH] gcc: Upgrade to 10.3.0 bug-fix release
It looks like you forgot to update BINV ?
It looks like you forgot to update BINV ?
|
By
Andre McCurdy
· #150351
·
|
|
[PATCH] curl: upgrade 7.75.0 -> 7.76.0
The list of PACKAGECONFIG options is sorted, so the options for libgsasl should be added between the options for ldaps and libidn, not at the end after the options for zlib.
The list of PACKAGECONFIG options is sorted, so the options for libgsasl should be added between the options for ldaps and libidn, not at the end after the options for zlib.
|
By
Andre McCurdy
· #150330
·
|
|
[dunfell 13/15] packagegroups: delete useless "PROVIDES" lines
Seems questionable for backporting to a stable release. The bogus PROVIDES lines have been there for more than a decade without causing any issues (ie removing them isn't fixing a bug).
Seems questionable for backporting to a stable release. The bogus PROVIDES lines have been there for more than a decade without causing any issues (ie removing them isn't fixing a bug).
|
By
Andre McCurdy
· #150171
·
|
|
what are the dangers of adding "out-of-tree" files to FILES_${PN}?
What's the specific concern? It won't work well for -native recipes (as discussed in another of these threads), but apart from that it should work OK. To be safe for use in a -native recipe you could
What's the specific concern? It won't work well for -native recipes (as discussed in another of these threads), but apart from that it should work OK. To be safe for use in a -native recipe you could
|
By
Andre McCurdy
· #150170
·
|
|
[PATCH] Use shutil.move when os.rename fails
<devendra.tewari@...> wrote: If there are subtle issues which you don't yet understand then that's all the more reason for not hiding the new shutil.move code behind a test which will pass for 9
<devendra.tewari@...> wrote: If there are subtle issues which you don't yet understand then that's all the more reason for not hiding the new shutil.move code behind a test which will pass for 9
|
By
Andre McCurdy
· #150065
·
|
|
[PATCH] Use shutil.move when os.rename fails
<devendra.tewari@...> wrote: It would be better to use shutil.move unconditionally in all cases, rather than have a separate shutil.move code path which only gets tested by people doing incremen
<devendra.tewari@...> wrote: It would be better to use shutil.move unconditionally in all cases, rather than have a separate shutil.move code path which only gets tested by people doing incremen
|
By
Andre McCurdy
· #150063
·
|
|
some trivial(?) questions about packagegroups
That line dates back to 2007, when packagegroup-base.bb was still called task-base.bb: https://git.openembedded.org/openembedded-core/commit/?id=ba9dd5228c290c96c622fb82964e49ce2511a1e9 Maybe it had s
That line dates back to 2007, when packagegroup-base.bb was still called task-base.bb: https://git.openembedded.org/openembedded-core/commit/?id=ba9dd5228c290c96c622fb82964e49ce2511a1e9 Maybe it had s
|
By
Andre McCurdy
· #150015
·
|
|
some trivial(?) questions about packagegroups
PROVIDES sets up a name which can be used as DEPENDS (ie a build time dependency) in other recipes. If PROVIDES contains more than one name, they all just become aliases for each other. Since packageg
PROVIDES sets up a name which can be used as DEPENDS (ie a build time dependency) in other recipes. If PROVIDES contains more than one name, they all just become aliases for each other. Since packageg
|
By
Andre McCurdy
· #149995
·
|
|
[PATCH v11] util-linux: split uuid in separate recipe to allow bootstrapping
<richard.purdie@...> wrote: If there's code in the upstream tar file etc which is not involved at all in the build of the one particular sub component you're interested in then this ty
<richard.purdie@...> wrote: If there's code in the upstream tar file etc which is not involved at all in the build of the one particular sub component you're interested in then this ty
|
By
Andre McCurdy
· #149991
·
|
|
[PATCH 1/2] bitbake.conf: ensure BUILD_* tools match target tools
Do these new variables need to be exported? As far as I remember a few of the BUILD_xxx variables are "official" autotools variables which some autotools packages may expect to find in the environment
Do these new variables need to be exported? As far as I remember a few of the BUILD_xxx variables are "official" autotools variables which some autotools packages may expect to find in the environment
|
By
Andre McCurdy
· #149848
·
|