|
[PATCH] libpng: Added "--enable-hardware-optimizations" instead of "--enable-arm-neon". Because "--enable-arm-neon" only works for armv7, but doesn't work for aarch64. But in fact neon is also enabled for aarch64 by default.
It's difficult (impossible?) to automatically detect whether an ARM target supports NEON at build time, so this looks unlikely to work. Testing for NEON either needs to happen at run time or the infor
It's difficult (impossible?) to automatically detect whether an ARM target supports NEON at build time, so this looks unlikely to work. Testing for NEON either needs to happen at run time or the infor
|
By
Andre McCurdy
· #174545
·
|
|
[PATCH v3] bitbake.conf: Define TC_CXX_RUNTIME
Seems like you made a conscious decision to refer to the gcc runtime library as "gnu" instead of "gcc". What was the reasoning? Using "gcc" would seem to be clearer unless it clashes with some gcc ups
Seems like you made a conscious decision to refer to the gcc runtime library as "gnu" instead of "gcc". What was the reasoning? Using "gcc" would seem to be clearer unless it clashes with some gcc ups
|
By
Andre McCurdy
· #170504
·
|
|
[PATCH 1/5] zip: Enable largefile support based on distro feature
This should be hardcoded to enable LFS. The largefile distro feature isn't used in oe-core (ie disabling LFS is not supported or even possible anymore). The distro feature should be removed completely
This should be hardcoded to enable LFS. The largefile distro feature isn't used in oe-core (ie disabling LFS is not supported or even possible anymore). The distro feature should be removed completely
|
By
Andre McCurdy
· #169291
·
|
|
[meta-oe][PATCH v2] classes: rootfs-postcommands: autologin root on serial-getty
On Tue, Jul 26, 2022 at 2:39 AM Johannes Schneider via lists.openembedded.org <johannes.schneider=leica-geosystems.com@...> wrote: Comment should be updated too "... if empty-root-p
On Tue, Jul 26, 2022 at 2:39 AM Johannes Schneider via lists.openembedded.org <johannes.schneider=leica-geosystems.com@...> wrote: Comment should be updated too "... if empty-root-p
|
By
Andre McCurdy
· #168510
·
|
|
[PATCH v3 1/2] poky-altcfg: enable usrmerge
Yeah... += with an over-ride is intuitive but 99.9% of the time is completely wrong. There was a discussion some time ago about having the parser reject it with an error because it repeatedly trips up
Yeah... += with an over-ride is intuitive but 99.9% of the time is completely wrong. There was a discussion some time ago about having the parser reject it with an error because it repeatedly trips up
|
By
Andre McCurdy
· #167995
·
|
|
[RFC PATCH] bitbake-layers: add layer repositories/revisions save and restore tooling (aka 'layer configuration')
<richard.purdie@...> wrote: My proposal would be to try to reuse Linux kconfig. Users know how to run "make oldconfig", "make menuconfig", etc and I believe all key distro / machine co
<richard.purdie@...> wrote: My proposal would be to try to reuse Linux kconfig. Users know how to run "make oldconfig", "make menuconfig", etc and I believe all key distro / machine co
|
By
Andre McCurdy
· #167633
·
|
|
[PATCH] ccache.bbclass: document CCACHE_MAXSIZE variable
The default (ie 5GB) would seem safer for most users. Apart from some potential loss in performance, there's no downside to reaching the limit (i.e. there's no "overflow" as you describe it) and 5GB o
The default (ie 5GB) would seem safer for most users. Apart from some potential loss in performance, there's no downside to reaching the limit (i.e. there's no "overflow" as you describe it) and 5GB o
|
By
Andre McCurdy
· #166199
·
|
|
[PATCH] sanity: skip make 4.2.1 warning for debian
<richard.purdie@...> wrote: Adding LSB_DISTRO_ADJUST directly to lsb.py would be fine I think. Personally I use LSB_DISTRO_ADJUST to map Linux Mint to Ubuntu. Linux Mint is binary comp
<richard.purdie@...> wrote: Adding LSB_DISTRO_ADJUST directly to lsb.py would be fine I think. Personally I use LSB_DISTRO_ADJUST to map Linux Mint to Ubuntu. Linux Mint is binary comp
|
By
Andre McCurdy
· #164929
·
|
|
[PATCH] sanity: skip make 4.2.1 warning for debian
Question isn't really whether it will work or not (if it doesn't work, we should make it work) but rather whether any user-defined LSB_DISTRO_ADJUST should be applied before checking if the host distr
Question isn't really whether it will work or not (if it doesn't work, we should make it work) but rather whether any user-defined LSB_DISTRO_ADJUST should be applied before checking if the host distr
|
By
Andre McCurdy
· #164885
·
|
|
[PATCH] sanity: skip make 4.2.1 warning for debian
<nicolas.dechesne@...> wrote: Not directly related to your change, but shouldn't this be lsb_distro_identifier() instead of oe.lsb.distro_identifier()?
<nicolas.dechesne@...> wrote: Not directly related to your change, but shouldn't this be lsb_distro_identifier() instead of oe.lsb.distro_identifier()?
|
By
Andre McCurdy
· #164883
·
|
|
[PATCH] devshell: introduce intercepts as per native / nativesdk
<paul.gortmaker@...> wrote: It looks like this will address the performance issues of using git from a devshell too. Trying to run git log, git blame, etc for largeish repos in a devshell is
<paul.gortmaker@...> wrote: It looks like this will address the performance issues of using git from a devshell too. Trying to run git log, git blame, etc for largeish repos in a devshell is
|
By
Andre McCurdy
· #164739
·
|
|
[PATCH 2/2] buildtools: Add standalone make tarball
<richard.purdie@...> wrote: Over enthusiastic copy and paste?
<richard.purdie@...> wrote: Over enthusiastic copy and paste?
|
By
Andre McCurdy
· #164362
·
|
|
[PATCH] glib-networking: build with gnutls support
This should either be gnutls or openssl, not both. But aside from that, gnutls brings (L)GPLv3 issues and therefore should not be enabled by default. Are you saying that some glib-networking functiona
This should either be gnutls or openssl, not both. But aside from that, gnutls brings (L)GPLv3 issues and therefore should not be enabled by default. Are you saying that some glib-networking functiona
|
By
Andre McCurdy
· #164212
·
|
|
[oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Common case seems to be allowing gdb in debug builds of distros which are otherwise free of GPLv3 etc, e.g. https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel/conf/distro/include/gdbse
Common case seems to be allowing gdb in debug builds of distros which are otherwise free of GPLv3 etc, e.g. https://github.com/MentorEmbedded/meta-mentor/blob/master/meta-mel/conf/distro/include/gdbse
|
By
Andre McCurdy
· #161875
·
|
|
[PATCH 1/2] busybox: refresh the defconfig from 1.33.0
Yes, when refreshing the defconfig you need to do it first with all config fragments disabled and then review and manually update the fragments as required as a second step.
Yes, when refreshing the defconfig you need to do it first with all config fragments disabled and then review and manually update the fragments as required as a second step.
|
By
Andre McCurdy
· #159905
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
Any more feedback? The misconception that no one cares about improving this could be because discussions on the topic always seem to peter out leaving these unanswered questions.
Any more feedback? The misconception that no one cares about improving this could be because discussions on the topic always seem to peter out leaving these unanswered questions.
|
By
Andre McCurdy
· #159264
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
<peter.kjellerstedt@...> wrote: Using = would certainly be OK and an improvement over the current mess. The reason I'd still argue that ?= is better is that it gives a clear hint that PACKAGECONF
<peter.kjellerstedt@...> wrote: Using = would certainly be OK and an improvement over the current mess. The reason I'd still argue that ?= is better is that it gives a clear hint that PACKAGECONF
|
By
Andre McCurdy
· #159126
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
<richard.purdie@...> wrote: What are the possible objections? I agree ??= is way overused and very often in places where ?= or a direct assignment would be better. I'm not the one acce
<richard.purdie@...> wrote: What are the possible objections? I agree ??= is way overused and very often in places where ?= or a direct assignment would be better. I'm not the one acce
|
By
Andre McCurdy
· #159125
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
<richard.purdie@...> wrote: As a first, very easy, step, make a statement here on the mailing list that all PACKAGECONFIG defaults should be assigned with ?= instead of ??= and fix the
<richard.purdie@...> wrote: As a first, very easy, step, make a statement here on the mailing list that all PACKAGECONFIG defaults should be assigned with ?= instead of ??= and fix the
|
By
Andre McCurdy
· #159112
·
|
|
[PATCH v2 2/2] vim: set PACKAGECONFIG idiomatically
The only recipe? There are many recipes which set a default PACKAGECONFIG with ?= and many which set it with ??=. Your change is effectively switching the vim recipe from one approach to the other. Th
The only recipe? There are many recipes which set a default PACKAGECONFIG with ?= and many which set it with ??=. Your change is effectively switching the vim recipe from one approach to the other. Th
|
By
Andre McCurdy
· #158997
·
|