[oe] [meta-python][PATCH 11/13] python[3]-xstatic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-xstatic.inc | 14 ++ .../recipes-devtools/python/python-xstatic_1.0.1.bb| 2 ++ .../recipes-devtools/python/python3-xstatic_1.0.1.bb | 2 ++ 3 files changed, 18

[oe] [meta-python][PATCH 10/13] python[3]-flask-babel: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-babel.inc | 16 .../recipes-devtools/python/python-flask-babel_0.11.2.bb | 2 ++ .../python/python3-flask-babel_0.11.2.bb | 2 ++ 3 files changed, 20

[oe] [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- .../python/python-xstatic-font-awesome.inc | 17 + .../python/python-xstatic-font-awesome_4.7.0.0.bb | 2 ++ .../python/python3-xstatic-font-awesome_4.7.0.0.bb | 2 ++ 3 files changed, 21

[oe] [meta-python][PATCH 09/13] python[3]-speaklater: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-speaklater.inc | 9 + meta-python/recipes-devtools/python/python-speaklater_1.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-speaklater_1.3.bb | 2 ++ 3 files changed, 13

[oe] [meta-python][PATCH 13/13] python[3]-flask-xstatic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-xstatic.inc | 15 +++ .../python/python-flask-xstatic/remove-pip-requires.patch | 7 +++ .../recipes-devtools/python/python-flask-xstatic_0.0.1.bb | 2 ++

[oe] [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-migrate.inc | 14 ++ .../recipes-devtools/python/python-flask-migrate_2.1.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb | 2 ++ 3 files changed, 18

[oe] [meta-python][PATCH 07/13] python[3]-flask-mail: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-flask-mail.inc| 12 .../recipes-devtools/python/python-flask-mail_0.9.1.bb | 2 ++ .../recipes-devtools/python/python3-flask-mail_0.9.1.bb | 2 ++ 3 files changed, 16

[oe] [meta-python][PATCH 08/13] python[3]-flask-user: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- .../recipes-devtools/python/python-flask-user.inc | 17 + .../recipes-devtools/python/python-flask-user_0.6.19.bb | 2 ++ .../python/python3-flask-user_0.6.19.bb | 2 ++ 3 files changed, 21

[oe] [meta-python][PATCH 04/13] python[3]-flask-nav: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-flask-nav.inc| 13 + meta-python/recipes-devtools/python/python-flask-nav_0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-nav_0.6.bb| 2 ++ 3 files changed, 17

[oe] [meta-python][PATCH 02/13] python[3]-alembic: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-alembic.inc | 13 + meta-python/recipes-devtools/python/python-alembic_0.9.6.bb | 2 ++ .../recipes-devtools/python/python3-alembic_0.9.6.bb| 2 ++ 3 files changed, 17

[oe] [meta-python][PATCH 05/13] python[3]-flask-uploads: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-flask-uploads.inc | 12 .../recipes-devtools/python/python-flask-uploads_0.2.1.bb| 2 ++ .../recipes-devtools/python/python3-flask-uploads_0.2.1.bb | 2 ++ 3 files changed, 16

[oe] [meta-python][PATCH 06/13] python[3]-flask-script: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-flask-script.inc | 12 .../recipes-devtools/python/python-flask-script_2.0.6.bb | 2 ++ .../recipes-devtools/python/python3-flask-script_2.0.6.bb| 2 ++ 3 files changed, 16

[oe] [meta-python][PATCH 2/2] python3-blinker: new recipe

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python3-blinker_1.4.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-blinker_1.4.bb diff --git

[oe] [meta-python][PATCH 01/13] python[3]-editor: new recipes

2017-12-01 Thread Bill Randle
Signed-off-by: Bill Randle --- meta-python/recipes-devtools/python/python-editor.inc | 9 + meta-python/recipes-devtools/python/python-editor_1.0.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-editor_1.0.3.bb | 2 ++ 3 files changed, 13

[oe] [meta-python][PATCH 00/13] New recipes for additional flask extensions

2017-12-01 Thread Bill Randle
The basic flask recipes and recipes for a few flask extensions are currently present in meta-python. This patch adds several more flask extensions and their dependencies, useful for building full featured web sites. Both python and python3 receipes are provided. Bill Randle (13):

Re: [oe] [PATCH 04/10] fluidsynth: performance improvements

2017-12-01 Thread Andreas Müller
On Fri, Dec 1, 2017 at 6:52 PM, Khem Raj wrote: > > >> > >> > I wonder if gcc could be initiated to see if it can vectorize the > code, > >> > here > >> > have you tried setting cmdline options or may be pragma hints > >> > > > > I've sent patches like these to some projects.

Re: [oe] [PATCH 04/10] fluidsynth: performance improvements

2017-12-01 Thread Khem Raj
On Fri, Dec 1, 2017 at 9:35 AM, Andreas Müller wrote: > On Fri, Dec 1, 2017 at 3:49 PM, Khem Raj wrote: >> >> On Fri, Dec 1, 2017 at 3:08 AM, Andreas Müller >> wrote: >> > * Use floats instead of double for sound

Re: [oe] [PATCH 04/10] fluidsynth: performance improvements

2017-12-01 Thread Andreas Müller
On Fri, Dec 1, 2017 at 3:49 PM, Khem Raj wrote: > On Fri, Dec 1, 2017 at 3:08 AM, Andreas Müller > wrote: > > * Use floats instead of double for sound calculations. This improves > > performance notable and was default for version 1.1.6 using

Re: [oe] [meta-oe PATCH v2 1/2] nghttp2: Move to meta-networking

2017-12-01 Thread Otavio Salvador
On Fri, Dec 1, 2017 at 12:54 PM, Khem Raj wrote: > On Fri, Dec 1, 2017 at 4:46 AM, Otavio Salvador > wrote: >> The nghttp2 depends on c-ares which is provided by meta-networking >> layer, so it should be moved there as well. > > perhaps

[oe] [meta-webserver][PATCH] nginx: correctly set the endianness of the target

2017-12-01 Thread Derek Straka
Add an inherit for siteinfo to get access to SITEINFO_ENDIANNESS Add a patch to have nginx actually use the user provided --with-endian Signed-off-by: Derek Straka --- ...verriding-of-the-endianness-via-the-confi.patch | 80 ++

Re: [oe] [meta-oe][PATCH] dfu-utils-native: fix do_deploy sstate handling

2017-12-01 Thread Stefan Müller-Klieser
On 01.12.2017 15:46, Khem Raj wrote: > On Fri, Dec 1, 2017 at 2:48 AM, Stefan Müller-Klieser > wrote: >> We need to install to the sstate input dir and not the output dir, so >> sstate handling will work correctly. >> > > how can we validate this fix ? do you have

Re: [oe] [meta-oe PATCH v2 1/2] nghttp2: Move to meta-networking

2017-12-01 Thread Khem Raj
On Fri, Dec 1, 2017 at 4:46 AM, Otavio Salvador wrote: > The nghttp2 depends on c-ares which is provided by meta-networking > layer, so it should be moved there as well. > perhaps meta-webserver is better suited for this recipe. > Signed-off-by: Otavio Salvador

Re: [oe] [PATCH 04/10] fluidsynth: performance improvements

2017-12-01 Thread Khem Raj
On Fri, Dec 1, 2017 at 3:08 AM, Andreas Müller wrote: > * Use floats instead of double for sound calculations. This improves > performance notable and was default for version 1.1.6 using autotools. > * Fix buffer overrun when using floats > * Make use of ARM NEON for

Re: [oe] [meta-oe][PATCH] dfu-utils-native: fix do_deploy sstate handling

2017-12-01 Thread Khem Raj
On Fri, Dec 1, 2017 at 2:48 AM, Stefan Müller-Klieser wrote: > We need to install to the sstate input dir and not the output dir, so > sstate handling will work correctly. > how can we validate this fix ? do you have steps > Signed-off-by: Stefan Müller-Klieser

[oe] [meta-oe PATCH v2 1/2] nghttp2: Move to meta-networking

2017-12-01 Thread Otavio Salvador
The nghttp2 depends on c-ares which is provided by meta-networking layer, so it should be moved there as well. Signed-off-by: Otavio Salvador --- Changes in v2: - rebase on top of master {meta-oe => meta-networking}/recipes-support/nghttp2/nghttp2_1.26.0.bb | 0 1

[oe] [meta-oe PATCH v2 2/2] haveged: Add sysvinit support

2017-12-01 Thread Otavio Salvador
The haveged daemon is also useful on sysvinit-based systems, so we add a init script for this use-case. Signed-off-by: Otavio Salvador --- Changes in v2: - rebase on top of master .../haveged/haveged/haveged.sysvinit | 35 ++

[oe] [meta-python PATCH v2 3/3] python3-pycrypto: Add recipe

2017-12-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: None meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb diff --git

[oe] [meta-python PATCH v2 2/3] python-pycrypto: Consolidate recipe code inside of .inc

2017-12-01 Thread Otavio Salvador
This move the patches and installation tasks inside the .inc. This is required for the addition of python3 version of the recipe, in next patch. Signed-off-by: Otavio Salvador --- Changes in v2: None meta-python/recipes-devtools/python/python-pycrypto.inc | 6

[oe] [meta-python PATCH v2 1/3] python-asn1crypto: Add nativesdk variant

2017-12-01 Thread Otavio Salvador
Signed-off-by: Otavio Salvador --- Changes in v2: - rebase on top of master meta-python/recipes-devtools/python/python-asn1crypto.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc

[oe] [PATCH 10/10] fftw: Let dev-packages depend on libraries created

2017-12-01 Thread Andreas Müller
Without libraries installed dev-package is useless. Tested by buildung an image with fftw-dev included. Signed-off-by: Andreas Müller --- meta-oe/recipes-support/fftw/fftw_3.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [PATCH 08/10] glm: update 0.9.8.4 -> 0.9.8.5

2017-12-01 Thread Andreas Müller
Extend to build native recipe - meta-office says thanks. Signed-off-by: Andreas Müller --- meta-oe/recipes-graphics/glm/{glm_0.9.8.4.bb => glm_0.9.8.5.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-graphics/glm/{glm_0.9.8.4.bb

[oe] [PATCH 09/10] fftw: update 3.3.6-p1 -> 3.3.7

2017-12-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/fftw/{fftw_3.3.6.bb => fftw_3.3.7.bb} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename meta-oe/recipes-support/fftw/{fftw_3.3.6.bb => fftw_3.3.7.bb} (89%) diff --git

[oe] [PATCH 07/10] xfce4-pulseaudio-plugin: update 0.3.2 -> 0.3.3

2017-12-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...e4-pulseaudio-plugin_0.3.2.bb => xfce4-pulseaudio-plugin_0.3.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.2.bb =>

[oe] [PATCH 06/10] thunar: update 1.6.12 -> thunar_1.6.13

2017-12-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/thunar/{thunar_1.6.12.bb => thunar_1.6.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.12.bb => thunar_1.6.13.bb} (88%) diff --git

[oe] [PATCH 04/10] fluidsynth: performance improvements

2017-12-01 Thread Andreas Müller
* Use floats instead of double for sound calculations. This improves performance notable and was default for version 1.1.6 using autotools. * Fix buffer overrun when using floats * Make use of ARM NEON for multithreading enabled Performance and sound correctnes was tested with qtractor and a

[oe] [PATCH 05/10] glibmm: update 2.50.1 -> 2.54.1

2017-12-01 Thread Andreas Müller
License checksum changed was caused by FSF address change [1] [1] https://git.gnome.org/browse/glibmm/commit/COPYING?h=glibmm-2-54=93a7c699e0194ab1a8e496ac602d75ab15f33c98 Signed-off-by: Andreas Müller --- .../recipes-core/glib-2.0/{glibmm_2.50.1.bb =>

[oe] [PATCH 02/10] poppler-data: update 0.4.7 -> 0.4.8

2017-12-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../poppler/{poppler-data_0.4.7.bb => poppler-data_0.4.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poppler/{poppler-data_0.4.7.bb => poppler-data_0.4.8.bb} (90%) diff --git

[oe] [PATCH 03/10] xfce4-whiskermenu-plugin: update 2.1.3 -> 2.1.4

2017-12-01 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...-whiskermenu-plugin_2.1.3.bb => xfce4-whiskermenu-plugin_2.1.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.3.bb =>

[oe] [PATCH 01/10] tumbler: ensure thumbnails work properly

2017-12-01 Thread Andreas Müller
From: Andreas Müller After some builds link tumbler-cache-plugin.so is not prperly created causing: | Failed to load the cache plugin "tumbler-cache-plugin.so": /usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so: cannot open shared object file: No such file

[oe] [PATCH 00/10] recipe updates

2017-12-01 Thread Andreas Müller
* 0001-tumbler-ensure-thumbnails-work-properly.patch is a resend The following changes since commit 34aa4c3202b427f59f843dc43a4e1afda4f81d13: usb-modeswitch: add usb-modeswitch@.service (2017-11-19 13:45:38 -0800) are available in the git repository at:

[oe] [meta-oe][PATCH] dfu-utils-native: fix do_deploy sstate handling

2017-12-01 Thread Stefan Müller-Klieser
We need to install to the sstate input dir and not the output dir, so sstate handling will work correctly. Signed-off-by: Stefan Müller-Klieser --- meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)