[oe] [meta-qt5][PATCH] Change dependency from virtual/mesa to drm in the kms packageconfig.

2016-02-29 Thread Teemu Holappa
In some configurations there no provider for virtual/mesa, but only drm libaries. --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index bf56741..1d32a0b 100644 ---

Re: [oe] [meta-oe] [PATCH v3] libvpx: upgrade to version 1.5.0

2016-02-29 Thread Khem Raj
> On Feb 29, 2016, at 4:49 PM, rebecca.swee.fun.ch...@intel.com wrote: > > From: Chang Rebecca Swee Fun > > This version had improved VP9 encoder and speeds up the encoding and > decoding process. much better. Why do we keep v8 enabled > > Signed-off-by:

[oe] [PATCH][meta-qt5] gdb: append to PACKAGECONFIG instead of changing the default

2016-02-29 Thread Martin Jansa
* without readline in PACKAGECONFIG and with no-static-libraries.inc gdb fails when trying to build against own bundled static readline Signed-off-by: Martin Jansa --- recipes-devtools/gdb/gdb_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe] [PATCH v3] Upgrade libvpx to v1.5.0

2016-02-29 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun Hi, [V3: Resend with -M option, force git to detect rename] Sorry for the mistakes. I have generated the patch without -M. I would like to upgrade libvpx version to v1.5.0. This version has included VP9 encoder improvement and

Re: [oe] [meta-oe] [PATCH v2] libvpx: upgrade to version 1.5.0

2016-02-29 Thread Khem Raj
> On Feb 29, 2016, at 4:24 PM, rebecca.swee.fun.ch...@intel.com wrote: > > From: Chang Rebecca Swee Fun > > This version had improved VP9 encoder and speeds up the encoding and > decoding process. > > Signed-off-by: Chang Rebecca Swee Fun

[oe] [meta-oe] [PATCH v2] libvpx: upgrade to version 1.5.0

2016-02-29 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun This version had improved VP9 encoder and speeds up the encoding and decoding process. Signed-off-by: Chang Rebecca Swee Fun --- meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb | 51

[oe] [meta-qt5][PATCH] Add .gitignore to ignore .pyc/.pyo files

2016-02-29 Thread Paul Eggleton
Since we just added lib/ containing python modules, we should really ignore any compiled python objects since they will be produced if the code is executed. Signed-off-by: Paul Eggleton --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644

Re: [oe] [meta-oe] [PATCH] libvpx: upgrade to version 1.5.0

2016-02-29 Thread Martin Jansa
On Mon, Feb 29, 2016 at 04:08:27PM +0800, Rebecca Chang wrote: > From: Chang Rebecca Swee Fun > > This version had improved VP9 encoder and speeds up the encoding and > decoding process. Please resend with -M parameter, so it's easier to review. > >

[oe] [PATCH 2/2] cppunit: fix loads of host-user-contaminated warnings

2016-02-29 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/cppunit/cppunit_1.13.1.bb | 5 +++- ...e.am-do-not-preserve-file-flags-when-copy.patch | 31 ++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644

[oe] [PATCH 1/2] network-manager-applet: update to 1.0.10

2016-02-29 Thread Andreas Müller
Hotspot (Host-AP) was implemented in 1.0.8 so our patches are no more required. Signed-off-by: Andreas Müller --- ...port-for-AP-mode-setting-for-wifi-sharing.patch | 132 - ...for-network-sharing-if-device-supports-it.patch | 48

[oe] [meta-oe][PATCH v2 2/3] nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x

2016-02-29 Thread Pascal Bach
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. ---

[oe] [meta-oe][PATCH v2 3/3] nginx: make the 1.8.x branch the default

2016-02-29 Thread Pascal Bach
The 1.9.x branch is still supported but it needs to be explicitly selected. --- meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.11.bb index

[oe] [meta-oe][PATCH v2 1/3] nginx: split parts out of the recipe into nginx.inc

2016-02-29 Thread Pascal Bach
nginx has two maintained branches. - stable: is the long term maintained branch where only bugfixes occur - mainline: is the branch where new features get added This change is in preparation to support these two branches. --- meta-webserver/recipes-httpd/nginx/nginx.inc | 137

[oe] [meta-oe] [PATCH] libvpx: upgrade to version 1.5.0

2016-02-29 Thread Rebecca Chang
From: Chang Rebecca Swee Fun This version had improved VP9 encoder and speeds up the encoding and decoding process. Signed-off-by: Chang Rebecca Swee Fun --- meta-oe/recipes-multimedia/webm/libvpx_1.4.0.bb | 51

[oe] [meta-oe] [PATCH] Upgrade libvpx to v1.5.0

2016-02-29 Thread Rebecca Chang
From: Chang Rebecca Swee Fun Hi, I would like to upgrade libvpx version to v1.5.0. This version has included VP9 encoder improvement and speeds up overall encoding and decoding process. >From webm release changelog: - Upgrading: This release is ABI