Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_ usage

2022-02-17 Thread Andre McCurdy
On Thu, Feb 17, 2022 at 3:01 PM Saul Wold wrote: > > Folks, > > I am working on a proposal to re-write how INCOMPATIBLE_LICENSES is used > and processed to possibly include a COMPATIBLE_LICENSES variable as > well, see PeterK's email [0] > > I am trying to determine the usage of WHITELIST_ which

Re: [oe] [meta-oe][PATCH] ne10: set NE10_TARGET_ARCH with an override instead of anonymous python

2019-05-22 Thread Andre McCurdy
On Fri, Apr 26, 2019 at 1:34 PM Andreas Müller wrote: > > On Fri, Apr 26, 2019 at 9:27 PM Martin Jansa wrote: > > > > I'm not using ne10 or libopus anywhere, it was just breaking > > sstate-diff-machines.sh script by adding that unjustifiable dependency > > based on TUNE_FEATURES. > > > > I was

[oe] [meta-networking][PATCH] tcpdump: misc recipe cleanup + drop obsolete workarounds

2019-01-15 Thread Andre McCurdy
Remove obsolete workarounds and improve the workarounds that remain. For example, it hasn't been necessary to set ac_cv_linux_vers since tcpdump 4.6.0: https://github.com/the-tcpdump-group/tcpdump/commit/a42fc6e764abfe4a99eef993784733f735f6c874 Signed-off-by: Andre McCurdy --- ...-absolute

[oe] [meta-networking][PATCH] stunnel: update 5.35 -> 5.49

2018-09-14 Thread Andre McCurdy
package For a full list of changes between stunnel 5.35 and 5.49 see: https://www.stunnel.org/sdf_ChangeLog.html Signed-off-by: Andre McCurdy --- .../recipes-support/stunnel/stunnel_5.35.bb| 26 --- .../recipes-support/stunnel/stunnel_5.49.bb| 37

Re: [oe] [PATCH 3/4] php: actually enable openssl

2018-09-04 Thread Andre McCurdy
On Tue, Jul 3, 2018 at 2:17 PM, Khem Raj wrote: > On 7/3/18 2:20 AM, Ross Burton wrote: >> The PHP recipe depends on OpenSSL but support is disabled unless you pass >> --with-openssl. > > perhaps its better to turn it into a PACKAGECONFIG option while you are > at it It looks like both versions

[oe] [meta-oe][PATCH] eventlog: update SRC_URI to fetch from git

2018-08-23 Thread Andre McCurdy
to evt_tag_str b34e3d2 configure.in: fixed a compilation problem on Windows 649eabd evtstr: readd the escaping of the CR and LF characters Also drop unnecessary "inherit pkgconfig". Signed-off-by: Andre McCurdy --- meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb | 10 ++--

[oe] [meta-oe][PATCH 2/2] protobuf-c: misc recipe cleanup

2018-06-28 Thread Andre McCurdy
Re-order variables to align more closely with the OE style-guide. Signed-off-by: Andre McCurdy --- meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.0.bb b/meta

[oe] [meta-oe][PATCH 1/2] protobuf: misc recipe cleanup

2018-06-28 Thread Andre McCurdy
Re-order variables to align more closely with the OE style-guide. Remove spurious ${bindir} from the protobuf-lite packaging rules. Signed-off-by: Andre McCurdy --- .../recipes-devtools/protobuf/protobuf_3.5.1.bb| 34 +++--- 1 file changed, 17 insertions(+), 17 deletions

[oe] [meta-networking][PATCH] mosquitto: minor recipe cleanups

2018-06-27 Thread Andre McCurdy
base.bbclass can be used and the recipe specific do_compile() can be dropped. Signed-off-by: Andre McCurdy --- ...llow-prefix-mandir-localedir-from-environ.patch | 35 -- .../mosquitto/mosquitto_1.4.15.bb | 24 --- 2 files changed, 13 insertions

[oe] [PATCH] mosquitto: minor recipe cleanups

2018-06-27 Thread Andre McCurdy
base.bbclass can be used and the recipe specific do_compile() can be dropped. Signed-off-by: Andre McCurdy --- ...llow-prefix-mandir-localedir-from-environ.patch | 35 -- .../mosquitto/mosquitto_1.4.15.bb | 24 --- 2 files changed, 13 insertions

Re: [oe] [PATCH] devmem2: ensure word is 32-bit, add support for 64-bit double

2018-06-19 Thread Andre McCurdy
On Tue, Jun 19, 2018 at 4:42 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Since sizeof(unsigned long) can be 8-byte on 64-bit architectures, use > uint32_t instead for "word" access to always be 4-byte/32-bit long. > > Also introduce proper "double" 8-byte/64-bit access by using

Re: [oe] [meta-oe][PATCH V2 1/1] syslog-ng: fix build without json

2018-06-15 Thread Andre McCurdy
On Fri, Jun 15, 2018 at 11:21 AM, Joe Slater wrote: > Remove configurations requiring json from target. > > Signed-off-by: Joe Slater > --- > meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

Re: [oe] [meta-oe][PATCH] pam-plugin-ccreds: add recipe

2018-06-04 Thread Andre McCurdy
On Sun, Jun 3, 2018 at 11:24 PM, Richard Leitner wrote: > On 06/01/2018 08:01 PM, Andre McCurdy wrote: >> On Fri, Jun 1, 2018 at 10:40 AM, Khem Raj wrote: >>> On 6/1/18 4:41 AM, Richard Leitner wrote: >>>> Add version 11 of the pam-plugin-ccreds with the debian pat

[oe] [meta-oe][PATCH] jansson: update 2.9 -> 2.11

2018-06-01 Thread Andre McCurdy
: - Fix CMake build when LONG_LONG_INT is defined as "" (#321) * Other: - Internal code cleanup (#311, #314) Signed-off-by: Andre McCurdy --- meta-oe/recipes-extended/jansson/{jansson_2.9.bb => jansson_2.11.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename me

Re: [oe] [meta-oe][PATCH] pam-plugin-ccreds: add recipe

2018-06-01 Thread Andre McCurdy
On Fri, Jun 1, 2018 at 10:40 AM, Khem Raj wrote: > On 6/1/18 4:41 AM, Richard Leitner wrote: >> Add version 11 of the pam-plugin-ccreds with the debian patches applied. > > I see QA errors like below > > ERROR: pam-plugin-ccreds-11-r0 do_package_qa: QA Issue: non > -dev/-dbg/nativesdk- package

Re: [oe] [meta-oe][PATCH 1/1] syslog-ng: fix build without json

2018-05-30 Thread Andre McCurdy
On Wed, May 30, 2018 at 10:18 AM, Joe Slater wrote: > Remove configurations requiring json from target. > > Signed-off-by: Joe Slater > --- > meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [oe] [meta-oe][master-next][PATCH v3 17/17] libeigen: rely on cmake.bbclass to put cmake package files in dev package

2018-05-25 Thread Andre McCurdy
On Fri, May 25, 2018 at 8:22 AM, Trevor Woerner wrote: > As Anuj pointed out with patch 16/17 of this series (opencv: rely on > cmake.bbclass...), so too is this patch wrong and shouldn't be applied. > Sorry! > > Looking closer at this recipe (on an unrelated issue) do we

Re: [oe] meta-openembedded patch flow

2018-05-23 Thread Andre McCurdy
On Tue, May 22, 2018 at 4:20 PM, Khem Raj wrote: > Hi All, > > I am writing this to just paraphrase the patch flight process that is > in place more or less > and I am going to follow. > > We have patchwork instance where all patches from mailing list are captured > >

Re: [oe] [meta-oe][PATCH] pam-plugin-ldapdb: add recipe

2018-05-22 Thread Andre McCurdy
On Tue, May 22, 2018 at 4:10 AM, Richard Leitner wrote: > Add recipe for version 1.3 of pam-plugin-ldapdb, a PAM module for > directly binding a user DN to an LDAP server. > > Signed-off-by: Richard Leitner > --- >

Re: [oe] [meta-oe] [PATCH] libev: correct source path

2018-05-21 Thread Andre McCurdy
On Sat, May 19, 2018 at 7:29 PM, S. Lockwood-Childs wrote: > Replace PN with BPN, since source unpacks to the same place > regardless of building for multilib (or native, though that's > not enabled here) where PN != BPN > > Signed-off-by: S.Lockwood-Childs >

Re: [oe] [meta-oe][PATCH 5/8] luajit: Dont use BUILD_LDFLAGS when compiling host binaries

2018-05-21 Thread Andre McCurdy
On Sun, May 20, 2018 at 12:02 PM, Carlos Alberto Lopez Perez <clo...@igalia.com> wrote: > On 18/05/18 20:46, Andre McCurdy wrote: >> On Fri, May 18, 2018 at 6:27 AM, Carlos Alberto Lopez Perez >> <clo...@igalia.com> wrote: >>> On 18/05/18 06:44, Khem Raj wro

Re: [oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-21 Thread Andre McCurdy
On Sat, May 19, 2018 at 12:35 PM, Trevor Woerner wrote: > On Sat, May 19, 2018 at 7:59 AM, Peter Kjellerstedt > wrote: >> >> If you do, I think you should spin the patches for the clean ups as well. >> At least I agree with (most) of them, and on

Re: [oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-18 Thread Andre McCurdy
On Fri, May 18, 2018 at 2:01 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, May 18, 2018 at 12:07 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 17, 2018 at 6:56 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> Hi Andre >>> >>> T

Re: [oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-18 Thread Andre McCurdy
s of changes are good. The formatting cleanups are all minor and probably not worth submitting on their own. > On 5/17/18 6:30 PM, Andre McCurdy wrote: >> >> The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and >> ${datadir}/cmake end up in the dev package, so recipes no

Re: [oe] [meta-oe][PATCH 5/8] luajit: Dont use BUILD_LDFLAGS when compiling host binaries

2018-05-18 Thread Andre McCurdy
On Fri, May 18, 2018 at 6:27 AM, Carlos Alberto Lopez Perez wrote: > On 18/05/18 06:44, Khem Raj wrote: >>> I suggest adding something like this: >>> >>> EXTRA_OEMAKE_remove_class-target = "'HOST_LDFLAGS=${BUILD_LDFLAGS}'" >>> This idea looks right, but be aware that

[oe] [meta-oe][PATCH 15/17] libssh: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/libssh/libssh_0.7.3.bb | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/meta-oe/recipes-support/libssh/libssh_0.7.3.bb b/meta-oe/recipes-support/libssh/libssh_0.7.3.bb index 7

[oe] [meta-oe][PATCH 16/17] libtinyxml2: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_5.0.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_5.0.1.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_5.0.1.bb index 8

[oe] [meta-oe][PATCH 17/17] poco: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/poco/poco_1.8.0.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/poco/poco_1.8.0.1.bb b/meta-oe/recipes-support/poco/poco_1.8.0.1.bb index 160b4d3..b4a0eb1

[oe] [meta-oe][PATCH 11/17] openjpeg: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb b/meta-oe/recipes-graphics/openjpeg/openjpeg_2.2.0.bb

[oe] [meta-oe][PATCH 14/17] libftdi: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/libftdi/libftdi_1.4.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.4.bb b/meta-oe/recipes-support/libftdi/libftdi_1.4.bb index 6bea165..d

[oe] [meta-oe][PATCH 13/17] gflags: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb index 28b652a..834a9f9 100644 --- a/m

[oe] [meta-oe][PATCH 08/17] msgpack-c: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb b/meta-oe/recipes-devtools/msgpack/msgpack-c_2.1.5.bb index 0

[oe] [meta-oe][PATCH 07/17] librcf: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb index 267c0e7..dcd47a4 100644 ---

[oe] [meta-oe][PATCH 09/17] rapidjson: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_git.bb index 8ab35d2..069385d

[oe] [meta-oe][PATCH 12/17] ceres-solver: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_1.14.bb b/meta-oe/recipes-support/ceres-solver

[oe] [meta-oe][PATCH 10/17] glm: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb b/meta-oe/recipes-graphics/glm/glm_0.9.9-a2.bb index 4e2ee23..7f16708

[oe] [meta-oe][PATCH 06/17] json-spirit: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb b/meta-oe/recipes-devtools/json-spirit/json-spiri

[oe] [meta-oe][PATCH 02/17] openobex: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb

[oe] [meta-oe][PATCH 03/17] rocksdb: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb b/meta-oe/recipes-dbs/rocksdb/rocksdb_git.bb index 1e6cbae..16fc180 100644 --- a/meta-oe/recip

[oe] [meta-oe][PATCH 05/17] grpc: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb b/meta-oe/recipes-devtools/grpc/grpc_1.8.5.bb index 0883ec1..4b6028d

[oe] [meta-oe][PATCH 04/17] capnproto: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-devtools/capnproto/capnproto_0.6.1.bb b/meta-oe/recipes-devtools/capnproto/capnproto_0.

[oe] [meta-oe][PATCH 01/17] libwebsockets: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_2.1.0.bb b/meta-oe/recipes-connectivity/libwebs

[oe] [meta-networking][PATCH] c-ares: rely on cmake.bbclass to put cmake package files in dev package

2018-05-17 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.13.0.bb

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 6:16 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 6:11 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 6:00 PM

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 6:06 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 6:00 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 5:55 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 4:11 PM

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 5:55 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Thu, May 10, 2018 at 4:11 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >>> On Thu, May 10, 2018 at 0

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 4:32 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 04:11:00PM -0700, Andre McCurdy wrote: >> On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > On Thu, May 10, 2018 at 03:40:5

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 3:50 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 03:40:53PM -0700, Andre McCurdy wrote: >> On Thu, May 10, 2018 at 3:38 PM, Martin Jansa <martin.ja...@gmail.com> wrote: >> > see >> > http://lists.opene

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
ed depending on the optimisation level etc (ie not only by -fno-omit-frame-pointer). > On Fri, May 11, 2018 at 12:38 AM Andre McCurdy <armccu...@gmail.com> wrote: >> >> On Thu, May 10, 2018 at 3:07 PM, Martin Jansa <martin.ja...@gmail.com> >> wrote: >> > On Thu

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 3:07 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Thu, May 10, 2018 at 11:43:25PM +0200, Martin Jansa wrote: >> On Thu, May 10, 2018 at 12:27:50PM -0700, Andre McCurdy wrote: >> > On Thu, May 10, 2018 at 12:11 PM, Martin Jansa <martin.j

Re: [oe] [OE-core] [RFT] GCC 8.1

2018-05-10 Thread Andre McCurdy
On Thu, May 10, 2018 at 12:11 PM, Martin Jansa wrote: > On Thu, May 10, 2018 at 11:50:02AM -0700, Khem Raj wrote: >> Hi Martin >> >> Thanks for testing and reporting back >> >> On 5/9/18 2:38 AM, Martin Jansa wrote: >> > My initial tests show couple issues, but usually

Re: [oe] [meta-multimedia][PATCH] openh264: switch away from github archive

2018-05-09 Thread Andre McCurdy
On Wed, May 9, 2018 at 3:46 PM, Trevor Woerner wrote: > Since we know that github archives which are automatically generated have a > tendency to change their checksums[1], switch to using a git clone. > > [1] >

Re: [oe] [meta-oe][PATCH] openobex: explicitly set ASNEEDED from openobex recipe

2018-05-08 Thread Andre McCurdy
On Tue, May 8, 2018 at 2:24 PM, Andrea Adami <andrea.ad...@gmail.com> wrote: > On Sat, May 5, 2018 at 1:09 AM, Andre McCurdy <armccu...@gmail.com> wrote: >> Up to now, an openobex specific over-ride for ASNEEDED has been >> provided by oe-core (from as-needed.

[oe] [meta-oe][PATCH] openobex: explicitly set ASNEEDED from openobex recipe

2018-05-04 Thread Andre McCurdy
-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb index 2db48f3..1b56685 100644 --- a/m

Re: [oe] [oe-commits] [openembedded-core] 02/02: nativesdk-glibc: Split glibc and libcrypt to use libxcrypt instead

2018-04-09 Thread Andre McCurdy
On Mon, Apr 9, 2018 at 3:31 PM, Khem Raj <raj.k...@gmail.com> wrote: > On 4/9/18 3:23 PM, Andre McCurdy wrote: >> On Sun, Apr 8, 2018 at 5:52 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> On Sun, Apr 8, 2018 at 10:00 AM Martin Jansa <martin.ja...@gmail.com

Re: [oe] [oe-commits] [openembedded-core] 02/02: nativesdk-glibc: Split glibc and libcrypt to use libxcrypt instead

2018-04-09 Thread Andre McCurdy
On Sun, Apr 8, 2018 at 5:52 PM, Khem Raj wrote: > On Sun, Apr 8, 2018 at 10:00 AM Martin Jansa wrote: > >> On Ubuntu 14.04 this fails with: >> >> ../git/gen-des-tables.c: In function ‘write_table_u8’: >> ../git/gen-des-tables.c:307:3: error: ‘for’ loop

[oe] [meta-oe][PATCH] hostapd: fix LICENSE + misc recipe updates

2018-03-15 Thread Andre McCurdy
), append to base do_configure (instead of over-riding), respect OE's default CFLAGS (instead of ignoring) and make some minor formatting tweaks to bring the recipe more in line with the OE Styleguide. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../recipes-connectivity/hostapd/hosta

Re: [oe] The license of hostapd v2.6

2018-03-13 Thread Andre McCurdy
On Mon, Mar 12, 2018 at 10:35 PM, Yong Zhang (AUTO-BI) wrote: > > May I ask why the hostapd license is set to "GPLv2 | BSD"? According to the > information we get, the hostapd license is "BSD". Could you provide the basis > of "GPLv2" license? Because it's a mistake.

Re: [oe] The license of hostapd v2.6

2018-03-08 Thread Andre McCurdy
On Thu, Mar 8, 2018 at 6:00 PM, Yong Zhang (AUTO-BI) wrote: > > I am doing Yocto2.3 upgrade which also update meta-openembedded layer. I find > that the version of package hostapd is updated from 2.5 to 2.6. And the > license is updated from "BSD" to "GPLv2 | BSD" in

Re: [oe] [meta-qt5][PATCH] Pass -DMESA_EGL_NO_X11_HEADERS=1 when x is disabled

2018-03-08 Thread Andre McCurdy
On Thu, Mar 8, 2018 at 3:22 PM, Khem Raj <raj.k...@gmail.com> wrote: > > On Thu, Mar 8, 2018 at 2:07 PM Andre McCurdy <armccu...@gmail.com> wrote: >> >> On Thu, Mar 8, 2018 at 9:43 AM, Khem Raj <raj.k...@gmail.com> wrote: >> > Some graphics drives e.g

Re: [oe] [meta-qt5][PATCH] Pass -DMESA_EGL_NO_X11_HEADERS=1 when x is disabled

2018-03-08 Thread Andre McCurdy
On Thu, Mar 8, 2018 at 9:43 AM, Khem Raj wrote: > Some graphics drives e.g. mali/mesa depend on this define > to use proper guards in eglplatform.h Would it be better to patch the header directly rather than try to arrange that every application which uses it defines the

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Andre McCurdy
On Thu, Feb 15, 2018 at 3:10 PM, Tim Orling wrote: > Seeing the same and trying to figure it out. Also, seems there is no recipe > for waf-native, so it becomes a new required host tool. > On Thu, Feb 15, 2018 at 2:57 PM Denys Dmytriyenko wrote: > >> Hi, >>

[oe] [meta-oe][PATCH] php: update stable version 5.6.31 -> 5.6.33

2018-02-13 Thread Andre McCurdy
()). (Derick) - mcrypt: . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh) - PCRE: . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../php/{php-5.6.31 => php-5.6.33}/0001-Add

Re: [oe] [meta-oe][PATCH] breakpad: disable calls to getcontext() with musl

2018-01-25 Thread Andre McCurdy
On Wed, Jan 24, 2018 at 11:49 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Wed, Jan 24, 2018 at 3:26 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Musl does not currently provide getcontext(). > > perhaps its better to declare breakpad incompatible with musl i

[oe] [meta-oe][PATCH] breakpad: disable calls to getcontext() with musl

2018-01-24 Thread Andre McCurdy
Musl does not currently provide getcontext(). Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- ...001-disable-calls-to-getcontext-with-musl.patch | 52 ++ meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 1 + 2 files changed, 53 insertions(+) create mode

Re: [oe] [PATCH 1/5] fltk: add -fPIC to compile flags

2017-12-14 Thread Andre McCurdy
On Thu, Dec 14, 2017 at 2:09 AM, Andreas Müller wrote: > Building yoshimi failes otherwise with many errors as: > | error: /usr/lib/libfltk.a(Fl_File_Browser.cxx.o): requires > unsupported dynamic reloc R_ARM_THM_MOVW_ABS_NC; recompile with -fPIC From that error it

[oe] [meta-oe][morty][PATCH] networkmanager_1.0.12: musl build fixes

2017-12-13 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../networkmanager/0001-musl-build-fixes.patch | 97 ++ .../networkmanager/networkmanager_1.0.12.bb| 1 + 2 files changed, 98 insertions(+) create mode 100644 meta-oe/recipes-connectivity/networkm

Re: [oe] [meta-oe][morty][PATCH] mariadb: Do not use ucontext_* APIs with musl

2017-11-09 Thread Andre McCurdy
On Wed, Oct 4, 2017 at 11:51 AM, Andre McCurdy <armccu...@gmail.com> wrote: > From: Khem Raj <raj.k...@gmail.com> > > musl has ucontext.h header but does not implement the APIs Ping. CCing Armin. > Signed-off-by: Khem Raj <raj.k...@gmail.com>

Re: [oe] [meta-oe][PATCH 3/3] php: add libgcc to the runtime depends

2017-11-09 Thread Andre McCurdy
On Mon, Oct 30, 2017 at 6:31 PM, Andre McCurdy <armccu...@gmail.com> wrote: > On Wed, Sep 20, 2017 at 8:11 AM, Derek Straka <de...@asterius.io> wrote: >> Avoids issues with 'libgcc_s.so.1 must be installed for pthread_cancel to >> work' > > Does passing the "

[oe] [meta-oe][PATCH 2/2] iksemel: reinstate recipe with build fixes and update 1.4 -> 1.5

2017-11-01 Thread Andre McCurdy
-by: Andre McCurdy <armccu...@gmail.com> --- .../iksemel/avoid-obsolete-gnutls-apis.patch | 55 +++ .../iksemel/fix-configure-option-parsing.patch | 62 ++ meta-oe/recipes-support/iksemel/iksemel_1.5.bb | 24 + 3 files changed, 141 inse

[oe] [meta-oe][PATCH 1/2] iksemel: drop stray patch left behind when iksemel 1.4 recipe was purged

2017-11-01 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../recipes-support/iksemel/iksemel-1.4/r25.diff | 32 -- 1 file changed, 32 deletions(-) delete mode 100644 meta-oe/recipes-support/iksemel/iksemel-1.4/r25.diff diff --git a/meta-oe/recipes-support/iksemel/iksem

Re: [oe] [meta-oe][PATCH 3/3] php: add libgcc to the runtime depends

2017-10-30 Thread Andre McCurdy
On Wed, Sep 20, 2017 at 8:11 AM, Derek Straka wrote: > Avoids issues with 'libgcc_s.so.1 must be installed for pthread_cancel to > work' Does passing the "--enable-libgcc" php configure option fix that too? If so, maybe it's a better fix? > Signed-off-by: Derek Straka

Re: [oe] [meta-webserver] [PATCH] fix nginx with large files support

2017-10-26 Thread Andre McCurdy
On Tue, Oct 24, 2017 at 8:06 PM, Wangchong Zhou <fffon...@gmail.com> wrote: > On Tue, Oct 24, 2017 at 11:01 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> Note that disabling the largefile distro feature isn't supported in >> oe-core any more (the conditional test

[oe] [meta-networking][PATCH] dnsmasq: update SRC_URI for versions 2.69 and earlier

2017-10-25 Thread Andre McCurdy
Versions 2.16 to 2.69 have now also moved into the archives folder. Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-support/d

Re: [oe] [meta-webserver] [PATCH] fix nginx with large files support

2017-10-24 Thread Andre McCurdy
On Tue, Oct 24, 2017 at 7:55 PM, Khem Raj wrote: > On Tue, Oct 24, 2017 at 6:47 PM, Wangchong Zhou wrote: >> Thanks! This should work. >> >> Signed-off-by: Wangchong Zhou >> --- >> meta-webserver/recipes-httpd/nginx/nginx.inc | 8

Re: [oe] [meta-webserver] [PATCH] fix nginx with large files support

2017-10-24 Thread Andre McCurdy
On Tue, Oct 24, 2017 at 6:47 PM, Wangchong Zhou wrote: > Thanks! This should work. Note that disabling the largefile distro feature isn't supported in oe-core any more (the conditional tests have been removed, so all recipes in oe-core build with LFS enabled even if you

Re: [oe] [meta-networking][PATCH] ssmtp: misc recipe updates + add Debian "partial loss of message body" fix

2017-10-20 Thread Andre McCurdy
On Fri, Oct 20, 2017 at 5:14 PM, Khem Raj <raj.k...@gmail.com> wrote: > On Fri, Oct 20, 2017 at 3:29 PM, Andre McCurdy <armccu...@gmail.com> wrote: >> - Backport Debian fix for "partial loss of message body, sending >>message to wrong recipicie

[oe] [meta-networking][PATCH] ssmtp: misc recipe updates + add Debian "partial loss of message body" fix

2017-10-20 Thread Andre McCurdy
ll drop a header if there is no newline at the end. + +Christoph, thank you for your excellent analysis, and the test cases. I +made use of them, and with my changes sSMTP appears to do the right +thing. + +Debian patch from: https://sources.debian.net/patches/ssmtp/2.64-8/ + +Upstream-Status: Backpo

Re: [oe] [meta-networking][PATCH 1/1] mdns: move from meta-intel-iot-middleware

2017-10-17 Thread Andre McCurdy
On Tue, Oct 17, 2017 at 10:23 AM, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH 1/1] mdns: move from > meta-intel-iot-middleware] On 17.10.17 (Tue 10:01) Khem Raj wrote: >> I do world builds on master-next with musl on qemumips and rpi3 >> continuously, with

Re: [oe] [PATCH] Recipe for Nghttp2: HTTP/2 C Library.

2017-10-05 Thread Andre McCurdy
On Thu, Oct 5, 2017 at 2:47 AM, baali wrote: > It is also needed for Curl to support HTTP2 protocol. > > Signed-off-by: baali > --- > meta-oe/recipes-support/nghttp2/nghttp2_1.26.0.bb | 16 > 1 file changed, 16 insertions(+) > create

[oe] [meta-oe][morty][PATCH] mariadb: Do not use ucontext_* APIs with musl

2017-10-04 Thread Andre McCurdy
From: Khem Raj <raj.k...@gmail.com> musl has ucontext.h header but does not implement the APIs Signed-off-by: Khem Raj <raj.k...@gmail.com> (cherry picked from commit b545c0643d2b2a1f1a816e789ff67116c613de5b) Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/rec

[oe] [meta-oe][PATCH] breakpad: fix typo ( minidump_cpu_arm.h -> minidump_cpu_arm64.h )

2017-10-03 Thread Andre McCurdy
Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- meta-oe/recipes-devtools/breakpad/breakpad_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/breakpad/breakpad_git.bb b/meta-oe/recipes-devtools/breakpad/breakpad_git.bb index a

[oe] [meta-oe][morty][PATCH] luajit: mips and mipsel are 32bit targets too

2017-09-27 Thread Andre McCurdy
cover all cases. Add mips and mipsel to the list too (which is still not enough to cover all targets or corner cases such as x32, but better than before). Signed-off-by: Andre McCurdy <armccu...@gmail.com> Signed-off-by: Martin Jansa <martin.ja...@gmail.com> (che

Re: [oe] [meta-oe][PATCH 1/2] mongodb: Pass computed endian variable

2017-09-22 Thread Andre McCurdy
On Fri, Sep 22, 2017 at 10:57 AM, Khem Raj wrote: > If not passed to SCon, it will try to guess it > and do it by poking at build host, which wont > work in cross environment > > Signed-off-by: Khem Raj > --- >

Re: [oe] [meta-oe][PATCH 4/7] toybox: Upgrade to 0.7.4

2017-09-22 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 8:23 PM, Khem Raj wrote: > enable parallel build > > Signed-off-by: Khem Raj > --- > .../recipes-core/toybox/{toybox_0.7.3.bb => toybox_0.7.4.bb} | 10 > -- > 1 file changed, 4 insertions(+), 6 deletions(-) > rename

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-22 Thread Andre McCurdy
On Fri, Sep 22, 2017 at 12:23 AM, Pascal Bach <pascal.b...@siemens.com> wrote: > On 21.09.2017 20:32, Andre McCurdy wrote: >> On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach <pascal.b...@siemens.com> wrote: >>> LuaJIT tries to call ldconfig during installation whi

Re: [oe] [PATCH 1/1] lvm2: disable thin provisioning support if GPLv3 incompatible

2017-09-21 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 7:16 AM, Khem Raj wrote: > On Wed, Sep 20, 2017 at 11:47 PM, wrote: >> From: Kai Kang >> >> Disable thin provisioning support for lvm2 if it is set GPLv3 >> incompatible. >> >> Signed-off-by: Kai Kang

Re: [oe] [meta-oe][PATCH] luajit: create developer symlinks

2017-09-21 Thread Andre McCurdy
On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach wrote: > LuaJIT tries to call ldconfig during installation which doesn't work. Presumably this stopped working recently (since host tools now need to be whitelisted and ldconfig is not included in HOSTTOOLS)? If so, maybe

Re: [oe] [meta-initramfs][PATCH V3] klibc.bbclass: Add -mfloat-abi on arm

2017-09-13 Thread Andre McCurdy
On Wed, Sep 13, 2017 at 10:44 AM, Khem Raj wrote: > Default toolchain is not configured for hard float > therefore we need to pass the right -mfloat-abi option > > Signed-off-by: Khem Raj > --- > Changes in V3: Append -mfloat-abi only on armv6 The change

Re: [oe] [meta-initramfs][PATCH 4/5] klibc.bbclass: Use forcevariable override to define flags

2017-09-11 Thread Andre McCurdy
On Mon, Sep 11, 2017 at 8:10 AM, Khem Raj wrote: > This is required so it can override the CC settings when > clang is used because meta-clang uses toolchain-clang > override to set CC and friends so we need to use higher > order override, forcevariable is highest order. Just

Re: [oe] [meta-oe][PATCH 2/2] mariadb: disable thumb on armv5

2017-08-28 Thread Andre McCurdy
On Mon, Aug 28, 2017 at 6:59 AM, wrote: > From: Kai Kang > > Disable thumb on armv5 for mariadb which causes link error: > > | libsql.a(mysqld.cc.o): In function `test_if_case_insensitive(char const*) > [clone .constprop.28]': > | >

Re: [oe] [meta-oe][PATCH] mozjs: customize HOST_CFLAGS

2017-08-22 Thread Andre McCurdy
On Tue, Aug 22, 2017 at 12:02 AM, wrote: > From: Mingli Yu > > Customize HOST_CFLAGS, HOST_CXXFLAGS and HOST_LDFLAGS > to fix do_configure error as previously use the common > CFLAGS and CXXFLAGS in both cross-compile env and host env, > and

Re: [oe] [PATCH] uninative: Allow a local own-mirror to work with uninative

2017-08-01 Thread Andre McCurdy
On Tue, Aug 1, 2017 at 3:31 AM, Richard Purdie wrote: > The games we play with path manipulation of DL_DIR in uninative mean standard > PREMIRRORS don't work and we can't easily put 'chksum' into the url path from > a url parameter with the current fetcher url

Re: [oe] [meta-filesystems][PATCH] recipes-utils: Add recipe for udevil

2017-07-11 Thread Andre McCurdy
On Tue, Jul 11, 2017 at 1:08 PM, Krzysztof Kozlowski <k...@kernel.org> wrote: > On Tue, Jul 11, 2017 at 12:33:27PM -0700, Andre McCurdy wrote: >> On Sun, Jul 9, 2017 at 9:29 AM, Krzysztof Kozlowski <k...@kernel.org> wrote: >> > udevil is a command line Linux pro

Re: [oe] [meta-filesystems][PATCH] recipes-utils: Add recipe for udevil

2017-07-11 Thread Andre McCurdy
On Sun, Jul 9, 2017 at 9:29 AM, Krzysztof Kozlowski wrote: > udevil is a command line Linux program which mounts and unmounts > removable devices without a password. > > Signed-off-by: Krzysztof Kozlowski > --- >

[oe] [meta-networking][PATCH] ebtables: replace ebtables-save perl script with bash rewrite

2017-07-11 Thread Andre McCurdy
://git.openembedded.org/meta-openembedded/commit/?id=a7c6fcebee7d9f86c356ea92de445d89e714ff62 Signed-off-by: Andre McCurdy <armccu...@gmail.com> --- .../ebtables/ebtables-2.0.10-4/ebtables-save | 43 ++ .../recipes-filter/ebtables/ebtables_2.0.10-4.bb | 15 2 files chang

Re: [oe] [meta-oe][PATCH] libtinyxml2: upgrade to 5.0.1

2017-07-10 Thread Andre McCurdy
On Thu, Jul 6, 2017 at 2:30 AM, Johannes Pointner wrote: > Signed-off-by: Johannes Pointner > --- > .../{libtinyxml2_4.0.1.bb => libtinyxml2_5.0.1.bb} | 13 > - > 1 file changed, 12 insertions(+), 1

Re: [oe] [PATCH 00/10] Fix compile errors if distro feature openssl-no-weak-ciphers exists

2017-07-06 Thread Andre McCurdy
On Thu, Jul 6, 2017 at 5:48 PM, Kang Kai wrote: > On 2017年07月06日 23:30, Burton, Ross wrote: >> >> On 5 July 2017 at 09:11, > > wrote: >> >> Patches to add distro feature openssl-no-weak-ciphers have been >>

Re: [oe] [meta-qt5] qtwebkit 5.8 build issues?

2017-06-13 Thread Andre McCurdy
o...@opendreambox.org> > wrote: > >> On Mon, 12 Jun 2017 15:04:24 -0400 >> Denys Dmytriyenko <de...@denix.org> wrote: >> >> > On Wed, Apr 12, 2017 at 05:53:21PM -0700, Andre McCurdy wrote: >> > > On Wed, Apr 12, 2017 at 5:11 PM, Andreas Oberritt

Re: [oe] URL of devmem2

2017-05-31 Thread Andre McCurdy
On Wed, May 31, 2017 at 12:15 PM, Martin Siegumfeldt wrote: > From: Leonardo Sandoval > Sent: Wednesday, May 31, 2017 17:17 > To: Martin Siegumfeldt > Cc: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] URL of devmem2 >

  1   2   3   >