Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-24 Thread Richard Leitner
On 08/25/2015 08:38 AM, Khem Raj wrote: > >> On Aug 20, 2015, at 12:25 AM, Richard Leitner >> wrote: >> >> Hi, >> >> On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: >>> This patch creates a circular dependency for me: >>> >>> ERROR: Unbuildable tasks were found. >>> These are usually caused by cir

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-24 Thread Khem Raj
> On Aug 20, 2015, at 12:25 AM, Richard Leitner > wrote: > > Hi, > > On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: >> This patch creates a circular dependency for me: >> >> ERROR: Unbuildable tasks were found. >> These are usually caused by circular dependencies and any circular >> dependency

Re: [oe] [meta-java][PATCH 1/3] Don't depend on a hardcoded compiler

2015-08-24 Thread Richard Leitner
BUMP Can someone revert or fix that patch please? We have this problem since nearly a week now... regards, Richard L On 08/20/2015 09:25 AM, Richard Leitner wrote: > Hi, > > On 08/19/2015 01:53 PM, Sven Ebenfeld wrote: >> This patch creates a circular dependency for me: >> >> ERROR: Unbuildable

[oe] [PATCH 4/6] poppler: update to 0.35.0

2015-08-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-support/poppler/{poppler_0.33.0.bb => poppler_0.35.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/poppler/{poppler_0.33.0.bb => poppler_0.35.0.bb} (91%) diff --git a/meta-oe/recipes-support/poppler/p

[oe] [PATCH 3/6] packagegroup-xfce-extended: add xfce-dusk-gtk3

2015-08-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index

[oe] [PATCH 6/6] geany: update to 1.25

2015-08-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- meta-oe/recipes-devtools/geany/{geany_1.24.1.bb => geany_1.25.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-devtools/geany/{geany_1.24.1.bb => geany_1.25.bb} (58%) diff --git a/meta-oe/recipes-devtools/geany/geany_1.24

[oe] [PATCH 1/6] gtk-xfce-engine: create and pack gtk3 themes by default

2015-08-24 Thread Andreas Müller
we already have some gtk3 apps in a typical image: xfce4-pulseaudio-plugin, network-manager-applet and xfce4-power-manager 1.5.x will come soon to meta-xfce. These are using gtk3 themes (which need love - but this is a different story). Without this patch loading Xfce gtk3 themes causes complaints

[oe] [PATCH 5/6] xfce4-whiskermenu-plugin: update to latest git

2015-08-24 Thread Andreas Müller
Upstream patch [1] fixes not only mentionend corner bug but makes menu working with touch devices. First I tried to backport but this seemed more effort than expected. As soon as another release is out a patch will be send to update. [1] https://bugzilla.xfce.org/show_bug.cgi?id=11908 Signed-off-

[oe] [PATCH 2/6] xfce-dusk-gtk3: initial add 1.3

2015-08-24 Thread Andreas Müller
Signed-off-by: Andreas Müller --- .../recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb diff --git a/meta-xfce/recipes-art/xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.b

[oe] [PATCH 0/6] updates and fixes

2015-08-24 Thread Andreas Müller
The following changes since commit 985fca448f2593f5e5aeba07656eb8f2dad60183: dhcp: fix parsing warning (2015-08-24 14:06:58 +0200) are available in the git repository at: git://github.com/schnitzeltony/meta-openembedded.git patches for you to fetch changes up to 51f82c6b48e98a18de0cd9252d41

[oe] [meta-oe][PATCH v7 6/6] openlmi: add openlmi

2015-08-24 Thread Lei Maohui
OpenLMI = Open Linux Management Infrastructure. OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards. Signed-off-by: Lei Maohui --- ...x-lib64-can-not-be-shiped-in-64bit-target.patch | 31 + .../openlmi/openlmi-networking_0.3.1.bb

[oe] [meta-oe][PATCH v7 3/6] sblim-sfcCommon: add new recipe

2015-08-24 Thread Lei Maohui
Sblim-sfcCommon is dependence of sblim-sfcb. Signed-off-by: Lei Maohui --- .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb diff --git a/meta-oe

[oe] [meta-oe][PATCH v7 4/6] sblim-sfcb: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
Sblim-sfcb is dependence of openlmi. Signed-off-by: Lei Maohui --- .../recipes-extended/sblim-sfcb/files/sfcb.service | 11 +++ .../sblim-sfcb-1.3.15-fix-provider-debugging.patch | 12 .../sblim-sfcb-1.3.16-maxMsgLen.patch | 14 .../sblim-sfcb-1.3.16-multilib-man-cfg.patch

[oe] [meta-oe][PATCH v7 1/6] cmpi-bindings: add new recipe

2015-08-24 Thread Lei Maohui
Cmpi-bindings is the dependence of openlmi. Signed-off-by: Lei Maohui --- .../cmpi-bindings/0001-Fix-error.patch | 26 .../cmpi-bindings/0001-Modify-cmakelist.patch | 41 +++ .../0001-fix-the-build-error-when-python-3.0.patch | 31 ++ ...

[oe] [meta-oe][PATCH v7 5/6] cim-schema-exper: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
- Cim-schema-exper(Experimental-MOFs) is dependence of openlmi. - Cim-schema_2.40.0.bb is renamed to cim-schema-final_2.40.0.bb. Signed-off-by: Lei Maohui --- .../cim-schema/cim-schema-exper_2.39.0.bb | 28 ++ ...schema_2.40.0.bb => cim-schema-final_2.40.0.bb} | 2 ++ .

[oe] [meta-oe][PATCH v7 2/6] konkretcmpi: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
Konkretcmpi is dependence of openlmi. Signed-off-by: Lei Maohui --- .../konkretcmpi/konkretcmpi-native_0.9.2.bb| 28 ...txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 31 ++ ...x-lib64-can-not-be-shiped-in-64bit-target.patch | 36

[oe] [meta-oe][PATCH v7 0/6] add openlmi and it's depends

2015-08-24 Thread Lei Maohui
OpenLMI = Open Linux Management Infrastructure. OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards. Lei Maohui (6): cmpi-bindings: add new recipe konkretcmpi: add new recipe for openlmi sblim-sfcCommon: add new recipe sblim-sfcb: add new rec

[oe] [meta-oe][PATCH RFC] Add analyze-boot

2015-08-24 Thread Soren Brinkmann
Signed-off-by: Soren Brinkmann --- Hi, I saw a demo of the analyze_suspend.py script recently and thought it to be a nice little utility. Hence, I'd love to have it easily added in my OE flow and was looking for an appropriate place. I hope, to have found an OK location with meta-oe/recipes-bench

Re: [oe] [meta-qt5][PATCH 1/2] qtbase: Package the 3rd party libs if built

2015-08-24 Thread Denys Dmytriyenko
On Mon, Aug 24, 2015 at 02:57:39PM -0700, Khem Raj wrote: > Third-party libs e.g. libqtfreetype when built is not packaged and hence > goes missing in sysroot, then rest of qt components like qtwayland gets > its configuration from qtbase to enable it but then does not find the > internal version o

[oe] [meta-oe][PATCH V2] sysdig: 0.1.101 -> 0.1.102

2015-08-24 Thread Bian Naimeng
upgrade sysdig to 0.1.102, and using GIT source instead of archive. Because the bug had been fixed at upstream before 0.1.102 released, so get rid of 01-donot-set-default-value-to-va_list.patch. Please obtain detail from https://github.com/draios/sysdig/commit/3cf4db08314b8559405198fb998eab421fec

Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 -> 0.1.102

2015-08-24 Thread Khem Raj
> On Aug 24, 2015, at 6:12 PM, Bian, Naimeng wrote: > > I got it, will be noted at next time. You can git commit —amend this message and send a V2 as well if this has not yet been applied. signature.asc Description: Message signed with OpenPGP using GPGMail -- __

Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 -> 0.1.102

2015-08-24 Thread Bian, Naimeng
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem > Raj > Sent: Tuesday, August 25, 2015 9:00 AM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [meta-oe][PATCH]

Re: [oe] [meta-qt5][PATCH 2/2] qtbase: add libinput to depends when wayland is enabled in distro

2015-08-24 Thread Denys Dmytriyenko
There's a patch for that already, that adds PACKAGECONFIG for libinput... On Mon, Aug 24, 2015 at 02:57:40PM -0700, Khem Raj wrote: > Fixes warnings like > > WARNING: QA Issue: qtbase-plugins rdepends on libinput, but it isn't a build > dependency? [build-deps] > > Signed-off-by: Khem Raj > --

Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 -> 0.1.102

2015-08-24 Thread Khem Raj
> On Aug 24, 2015, at 5:44 PM, Bian, Naimeng wrote: > > > >> -Original Message- >> From: openembedded-devel-boun...@lists.openembedded.org >> [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem >> Raj >> Sent: Friday, August 21, 2015 11:42 PM >> To: openembeded

Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 -> 0.1.102

2015-08-24 Thread Bian, Naimeng
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem > Raj > Sent: Friday, August 21, 2015 11:42 PM > To: openembeded-devel > Subject: Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 -> 0.1.

[oe] [meta-qt5][PATCH 2/2] qtbase: add libinput to depends when wayland is enabled in distro

2015-08-24 Thread Khem Raj
Fixes warnings like WARNING: QA Issue: qtbase-plugins rdepends on libinput, but it isn't a build dependency? [build-deps] Signed-off-by: Khem Raj --- recipes-qt/qt5/qtbase_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb ind

[oe] [meta-qt5][PATCH 1/2] qtbase: Package the 3rd party libs if built

2015-08-24 Thread Khem Raj
Third-party libs e.g. libqtfreetype when built is not packaged and hence goes missing in sysroot, then rest of qt components like qtwayland gets its configuration from qtbase to enable it but then does not find the internal version of libqtfreetype.a which is what qtbase directs it to use and as a

Re: [oe] [meta-qt5][PATCH V2 1/4] qtbase: Fix build with clang

2015-08-24 Thread Martin Jansa
It's added in "shared" section of SRC_URI patches, so for consistency it should be applied in nativesdk-qtbase as well :). On Mon, Aug 24, 2015 at 10:25 PM, Khem Raj wrote: > On Mon, Aug 24, 2015 at 1:13 PM, Martin Jansa > wrote: > > Is it needed for nativesdk-qtbase as well? > > one can still

Re: [oe] [meta-qt5][PATCH V2 1/4] qtbase: Fix build with clang

2015-08-24 Thread Khem Raj
On Mon, Aug 24, 2015 at 1:13 PM, Martin Jansa wrote: > Is it needed for nativesdk-qtbase as well? one can still use clang-native to compile native packages, as of now I do not enable clang for native packages by default but its possible and for consistency, it will be better to have them in both

Re: [oe] [meta-qt5][PATCH V2 1/4] qtbase: Fix build with clang

2015-08-24 Thread Martin Jansa
Is it needed for nativesdk-qtbase as well? On Mon, Aug 24, 2015 at 7:43 PM, Khem Raj wrote: > This patch is a backport from upstream qt5 fixes building with clang > from meta-clang > > Signed-off-by: Khem Raj > --- > recipes-qt/qt5/qtbase-native_git.bb| 1 + > .../qt5/qtbase/0

[oe] [meta-qt5][PATCH V2 4/4] recipes, conf: Direct QT_GIT to use github mirrors

2015-08-24 Thread Khem Raj
This helps in load balancing code.qt.io may be overloaded and bails out occasionally when doing fresh clones Signed-off-by: Khem Raj --- conf/layer.conf | 4 ++-- recipes-qt/examples/qt5everywheredemo_1.0.bb | 2 +- recipes-qt/qt5/qt5-git.inc | 2 +-

[oe] [meta-qt5][PATCH V2 3/4] README: Correct syntax for git send-email

2015-08-24 Thread Khem Raj
Add some more help on sending more than 1 patch (if needed) Signed-off-by: Khem Raj --- README | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 06335bb..e9ba2b9 100644 --- a/README +++ b/README @@ -16,7 +16,10 @@ for detail. Send pull requests to ope

[oe] [meta-qt5][PATCH V2 2/4] qtwayland: Fix build for raspberryPi

2015-08-24 Thread Khem Raj
rpi uses bcom EGL implementation and it has descrepency when it comes to defining 'EGLNativePixmapType', lets typecast the ussage of this type to avoid this sort of errors. Signed-off-by: Khem Raj --- ...egl-Typecast-proper-EGLNativeWindowType-t.patch | 56 ++ recipes-qt/qt5/

[oe] [meta-qt5][PATCH V2 1/4] qtbase: Fix build with clang

2015-08-24 Thread Khem Raj
This patch is a backport from upstream qt5 fixes building with clang from meta-clang Signed-off-by: Khem Raj --- recipes-qt/qt5/qtbase-native_git.bb| 1 + .../qt5/qtbase/0015-Fix-build-with-clang-3.7.patch | 71 ++ recipes-qt/qt5/qtbase_git.bb

[oe] [meta-networking][PATCH] tcpdump: add PACKAGECONFIG for smi

2015-08-24 Thread Martin Jansa
* libsmi is autodetected in configure, but in most cases disabled because of cross-compilation so keep it explicitly disabled * resolves following difference in builds with and without libsmi built before tcpdump: 4.7.4-r0-with/temp/log.do_configure:checking smi.h usability... yes 4.7.4-r0-

[oe] meta-java - recent commits break foreign (MY!) builds ...

2015-08-24 Thread Jens Rehsack
Hi, recent commits (24b98ac3, 15ed9662) on meta-java broke my build, so I reverted them for my fork and decided to report: 15ed9662 This one is easy - and very likely similar easy to fix for patch author: The layer-readme tells users: Usage instructions -- You should define a

[oe] [PATCH 2/4] libvpx: 1.3.0 -> 1.4.0

2015-08-24 Thread kai.kang
From: Kai Kang * update SRC_URI * remove re-definition of S * drop backport patch 0001-configure.sh-quote-local-variables.patch * update context of libvpx-configure-support-blank-prefix.patch Signed-off-by: Kai Kang --- .../0001-configure.sh-quote-local-variables.patch | 40 --

[oe] [PATCH 1/4] autofs: 5.1.0 -> 5.1.1

2015-08-24 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- .../0001-systemd-allow-with-systemd-to-take-a-path-arg.patch | 0 .../autofs/{autofs-5.1.0 => autofs}/Makefile.rules-cross.patch| 0 .../autofs/{autofs-5.1.0 => autofs}/add-the-needed-stdarg.h.patch | 0 .../autofs-5.0.7-do-not-che

[oe] [PATCH 3/4] ltrace: 7.2 -> 7.3

2015-08-24 Thread kai.kang
From: Kai Kang Upgrade ltrace from 7.2 to 7.3. * update SRC_URI and SRCREV * drop backport patch 0001-In-Linux-backend-initialize-linkmap-struct.patch * fix error when compile with gcc 5.2 Signed-off-by: Kai Kang --- ...n-Linux-backend-initialize-linkmap-struct.patch | 31 --

[oe] [PATCH 4/4] atftp: build with gcc 5.2

2015-08-24 Thread kai.kang
From: Kai Kang atftp fails to build with gcc 5.2: git/tftp_def.h:54:14: warning: inline function 'Strncpy' declared but never defined git/argz.c:44:8: error: redefinition of 'argz_next' GCC 5 defaults to -std=gnu11 instead of -std=gnu89. The semantics of inline function changes. Pass '-std=gnu

[oe] [PATCH 0/4] V2: Upgrade packages and fix failure of atftp with gcc 5.2

2015-08-24 Thread kai.kang
From: Kai Kang V2: * ltrace: update patch to work with gcc 5.2 * atftp: just update commmit message, no patch update. The reason is in mail I replied in V1 series. Kai Kang (4): autofs: 5.1.0 -> 5.1.1 libvpx: 1.3.0 -> 1.4.0 ltrace: 7.2 -> 7.3 atftp: build with gcc 5.2 meta-networking

[oe] [meta-python][PATCH 8/8] python3-pyinotify: Add new recipe

2015-08-24 Thread Dominic Sacré
Use a common .inc file for the python-pyinotify and python3-pyinotify recipes. Signed-off-by: Dominic Sacré --- .../recipes-devtools/python/python-pyinotify.inc| 15 +++ .../recipes-devtools/python/python-pyinotify_0.9.6.bb | 17 + .../recipes-devtools/pytho

[oe] [meta-python][PATCH 7/8] python3-pyserial: Add new recipe

2015-08-24 Thread Dominic Sacré
Use a common .inc file for the python-pyserial and python3-pyserial recipes. Remove ${bindir}/miniterm.py from the Python 3 version of the package. Signed-off-by: Dominic Sacré --- .../recipes-devtools/python/python-pyserial.inc | 19 +++ .../recipes-devtools/python/python-py

[oe] [meta-python][PATCH 4/8] python3-lxml: Add new recipe

2015-08-24 Thread Dominic Sacré
Use a common .inc file for the python-lxml and python3-lxml recipes. Signed-off-by: Dominic Sacré --- .../recipes-devtools/python/python-lxml.inc| 31 .../recipes-devtools/python/python-lxml_3.4.4.bb | 34 +- .../recipes-devtools/python/python3-

[oe] [meta-python][PATCH 6/8] python3-decorator: Add new recipe

2015-08-24 Thread Dominic Sacré
Use a common .inc file for the python-decorator and python3-decorator recipes. Signed-off-by: Dominic Sacré --- .../recipes-devtools/python/python-decorator.inc | 20 .../python/python-decorator_4.0.2.bb | 22 +- .../python/python3-decorat

[oe] [meta-python][PATCH 2/8] python-decorator: Upgrade 3.4.2 -> 4.0.2

2015-08-24 Thread Dominic Sacré
Change LIC_FILES_CHKSUM to use LICENSE.txt which is now included in the tarball. The license itself did not change. Signed-off-by: Dominic Sacré --- .../python/{python-decorator_3.4.2.bb => python-decorator_4.0.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-python

[oe] [meta-python][PATCH 3/8] python-pyserial: Upgrade 2.4 -> 2.7

2015-08-24 Thread Dominic Sacré
The md5 checksum of LICENSE.txt changed due to updated copyright dates. Signed-off-by: Dominic Sacré --- .../python/{python-pyserial_2.4.bb => python-pyserial_2.7.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-python/recipes-devtools/python/{python-pyserial_2.

[oe] [meta-python][PATCH 5/8] python3-cython: Add new recipe

2015-08-24 Thread Dominic Sacré
Use a common .inc file for the python-cython and python3-cython recipes. Add suffix '3' to scripts in ${bindir} to avoid conflict between the two packages. Signed-off-by: Dominic Sacré --- .../recipes-devtools/python/python-cython.inc | 21 + .../recipes-devtools/python

[oe] [meta-python][PATCH 1/8] python-cython: Upgrade 0.20.2 -> 0.23.1

2015-08-24 Thread Dominic Sacré
Signed-off-by: Dominic Sacré --- .../python/{python-cython_0.20.2.bb => python-cython_0.23.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-cython_0.20.2.bb => python-cython_0.23.1.bb} (82%) diff --git a/meta-python/recipe

[oe] [meta-python][PATCH 0/8] Add Python 3 module recipes

2015-08-24 Thread Dominic Sacré
These patches add Python 3 versions of some of the module recipes in meta-python. The Python 3 recipes are largely identical to their Python 2 counterparts, so most of the original recipes' content is moved to .inc files that are shared between both variants. The affected packages are updated to t

Re: [oe] [meta-oe][PATCH v6 2/6] konkretcmpi: add new recipe for openlmi

2015-08-24 Thread Martin Jansa
On Mon, Aug 24, 2015 at 06:07:17PM +0800, Lei Maohui wrote: > Konkretcmpi is dependence of openlmi. > > Signed-off-by: Lei Maohui > --- > .../konkretcmpi/konkretcmpi-native_0.9.2.bb| 28 > ...txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 31 ++ > ...x

Re: [oe] [meta-qt5][PATCH 07/11] qttools: use one recipe for all compilations

2015-08-24 Thread Martin Jansa
On Mon, Aug 24, 2015 at 12:13:53PM +0300, Samuli Piippo wrote: > Instead of separate recipes for target, native and nativesdk, use > one recipe with BBCLASSEXTEND in place. > > Signed-off-by: Samuli Piippo > --- > recipes-qt/qt5/nativesdk-qttools_git.bb | 45 > -

Re: [oe] [meta-qt5][PATCH 06/11] qt5: make qt5.inc reusable qt5-module.bbclass

2015-08-24 Thread Martin Jansa
On Mon, Aug 24, 2015 at 12:13:52PM +0300, Samuli Piippo wrote: > qt5.inc has common parts that can be used to build any Qt5 module. > Make it a bbclass so that it is easily usable from other meta layers. require recipes-qt/qt5/qt5.inc can be used in other layers as well > > Signed-off-by: Samul

Re: [oe] [meta-qt5][PATCH 1/3] qtbase: Fix build with clang

2015-08-24 Thread Martin Jansa
On Sun, Aug 23, 2015 at 09:52:57PM -0700, Khem Raj wrote: > This patch is a backport from upstream qt5 fixes building with clang > from meta-clang I've just merged upgrade to 5.5 can you please rebase your changes and re-submit? Thanks > > Signed-off-by: Khem Raj > --- > recipes-qt/qt5/qtbas

Re: [oe] [meta-qt5][PATCH 00/11] upstreaming Qt for Device Creation changes

2015-08-24 Thread Martin Jansa
On Mon, Aug 24, 2015 at 12:13:19PM +0300, Samuli Piippo wrote: > As part of Qt for Device Creation [1], we are starting to use meta-qt5 layer > when creating images for our supported devices. We have done number of changes > to the layer when intergrating it with our internal layer. We would now li

[oe] [meta-gnome][PATCH] tracker: remove dependency on gamin

2015-08-24 Thread Martin Jansa
* gamin was removed from oe-core, Ross said it's not dependency of tracker anymore: https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg42889.html Signed-off-by: Martin Jansa --- meta-gnome/recipes-support/tracker/tracker_0.14.2.bb | 2 +- 1 file changed, 1 insertion(+

[oe] [meta-multimedia][PATCH 2/2] gupnp-igd: fix missing dependencies

2015-08-24 Thread Martin Jansa
* add gobject-introspection-stub-native to fix: | doc/Makefile.am:70: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') | libgupnp-igd/Makefile.am:65: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL * add sqlite3 to fix: WARNING: QA Issue: gupnp-igd rdepend

[oe] [meta-multimedia][PATCH 1/2] oscam: respect *flags set from OE

2015-08-24 Thread Martin Jansa
* build with -mfloat-abi=hard are failing with: sysroots/foo/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory because cmake wasn't respecting *flags set from OE Signed-off-by: Martin Jansa --- .../recipes-dvb/oscam/oscam/respect-cflags.patch | 38

Re: [oe] [meta-oe][PATCH v2] uim: 1.3.1->1.8.6

2015-08-24 Thread Martin Jansa
On Fri, Aug 21, 2015 at 05:22:30PM +0800, Lei Maohui wrote: > - delte 0001-fix-bug-about-stdlib.patch that not be needed. typo delete can you please rebase this patch, the change to use remove operator is now included in master > - modified license > > Signed-off-by: Lei Maohui > --- > .../ui

Re: [oe] [meta-oe][PATCH 1/5] waf-samba: add new class

2015-08-24 Thread Martin Jansa
On Fri, Aug 21, 2015 at 01:11:03AM +, Bian, Naimeng wrote: > > -Original Message- > > From: Koen Kooi [mailto:k...@dominion.thruhere.net] > > Sent: Thursday, August 20, 2015 11:59 PM > > To: openembedded-devel@lists.openembedded.org > > Cc: Bian, Naimeng; Koen Kooi > > Subject: [meta-oe

Re: [oe] Extensible SDK install errors

2015-08-24 Thread Paul Eggleton
Hi Adam, On Friday 21 August 2015 15:06:25 Adam Lee wrote: > Hello, I built the Extensible SDK on Fido (bitbake core-image-minimal -c > populate_sdk_ext). > > During the installation I get this permission error: > > $ ./poky-glibc-x86_64-core-image-minimal-armv5e-toolchain-ext-1.8.sh > > > Ente

[oe] [meta-oe][PATCH v6 4/6] cim-schema-exper: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
- Cim-schema-exper(Experimental-MOFs) is dependence of openlmi. - Cim-schema_2.40.0.bb is renamed to cim-schema-final_2.40.0.bb. Signed-off-by: Lei Maohui --- .../cim-schema/cim-schema-exper_2.39.0.bb | 28 ++ ...schema_2.40.0.bb => cim-schema-final_2.40.0.bb} | 2 ++ .

[oe] [meta-oe][PATCH v6 6/6] openlmi: add openlmi

2015-08-24 Thread Lei Maohui
OpenLMI = Open Linux Management Infrastructure. OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards. Signed-off-by: Lei Maohui --- ...x-lib64-can-not-be-shiped-in-64bit-target.patch | 31 + .../openlmi/openlmi-networking_0.3.1.bb

[oe] [meta-oe][PATCH v6 1/6] cmpi-bindings: add new recipe

2015-08-24 Thread Lei Maohui
Cmpi-bindings is the dependence of openlmi. Signed-off-by: Lei Maohui --- .../cmpi-bindings/0001-Fix-error.patch | 26 .../cmpi-bindings/0001-Modify-cmakelist.patch | 41 +++ .../0001-fix-the-build-error-when-python-3.0.patch | 31 ++ ...

[oe] [meta-oe][PATCH v6 0/6] add openlmi and it's depends

2015-08-24 Thread Lei Maohui
OpenLMI = Open Linux Management Infrastructure. OpenLMI is open-source project aiming to improve management of Linux systems using WBEM standards. Lei Maohui (6): cmpi-bindings: add new recipe konkretcmpi: add new recipe for openlmi sblim-sfcb: add new recipe for openlmi cim-schema-exper

[oe] [meta-oe][PATCH v6 5/6] sblim-sfcb: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
Sblim-sfcb is dependence of openlmi. Signed-off-by: Lei Maohui --- .../recipes-extended/sblim-sfcb/files/sfcb.service | 11 +++ .../sblim-sfcb-1.3.15-fix-provider-debugging.patch | 12 .../sblim-sfcb-1.3.16-maxMsgLen.patch | 14 .../sblim-sfcb-1.3.16-multilib-man-cfg.patch

[oe] [meta-oe][PATCH v6 2/6] konkretcmpi: add new recipe for openlmi

2015-08-24 Thread Lei Maohui
Konkretcmpi is dependence of openlmi. Signed-off-by: Lei Maohui --- .../konkretcmpi/konkretcmpi-native_0.9.2.bb| 28 ...txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | 31 ++ ...x-lib64-can-not-be-shiped-in-64bit-target.patch | 36

[oe] [meta-oe][PATCH v6 3/6] sblim-sfcCommon: add new recipe

2015-08-24 Thread Lei Maohui
Sblim-sfcCommon is dependence of sblim-sfcb. Signed-off-by: Lei Maohui --- .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb diff --git a/meta-oe

[oe] [meta-qt5][PATCH 05/11] qt5: disable debian auto renaming

2015-08-24 Thread Samuli Piippo
Some of the Qt modules have multiple libs, which prevents debian auto renaming to work correctly. Instead of only having some modules renamed, disable renaming for all Qt module packages, so that all they all are named as ${PN}. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qt5.inc | 17 ++

[oe] [meta-qt5][PATCH 07/11] qttools: use one recipe for all compilations

2015-08-24 Thread Samuli Piippo
Instead of separate recipes for target, native and nativesdk, use one recipe with BBCLASSEXTEND in place. Signed-off-by: Samuli Piippo --- recipes-qt/qt5/nativesdk-qttools_git.bb | 45 - recipes-qt/qt5/qttools-native_git.bb| 26 --- recipes-qt/

[oe] [meta-qt5][PATCH 04/11] qt5: add host paths to qt.conf

2015-08-24 Thread Samuli Piippo
Add missing HostData and HostLibraries paths to qt.conf for qmake. Using the target sysroot for the HostData, allows us to remove the symbolic link for the mkspecs. Signed-off-by: Samuli Piippo --- classes/populate_sdk_qt5.bbclass | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

[oe] [meta-qt5][PATCH 03/11] qt5: improve support for native and nativesdk modules

2015-08-24 Thread Samuli Piippo
Change qmake.bbclass to support building native and nativesdk packages, so that qmake or qt5-module can be inherited and BBCLASSEXTEND used to create native and nativesdk packages. qtxmlpatterns and qtdeclarative native and nativesdk modules are required for Qt Quick Compiler. Signed-off-by: Samu

[oe] [meta-qt5][PATCH 00/11] upstreaming Qt for Device Creation changes

2015-08-24 Thread Samuli Piippo
As part of Qt for Device Creation [1], we are starting to use meta-qt5 layer when creating images for our supported devices. We have done number of changes to the layer when intergrating it with our internal layer. We would now like to upstream those changes. [1] https://www.qt.io/qt-for-device-cr

[oe] [meta-qt5][PATCH 10/11] qtlocation: use correct dependencies

2015-08-24 Thread Samuli Piippo
Update dependencies for QtLocation module based on the sync.profile Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtlocation_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt/qt5/qtlocation_git.bb b/recipes-qt/qt5/qtlocation_git.bb index 0264b93..c7773f2 1

[oe] [meta-qt5][PATCH 02/11] qt5: improve Qt module package handling

2015-08-24 Thread Samuli Piippo
Make it simpler to add Qt modules to image and toolchain, without need to specify each subpackage separately. All Qt modules should provide the ${PN} package, so create it even if empty. Make the ${PN} package also recommend all subpackages that are normally required at run time, namely plugins. Do

[oe] [meta-qt5][PATCH 09/11] qtbase: PACKAGECONFIGs for libproxy and libinput

2015-08-24 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- recipes-qt/qt5/qtbase_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 972027b..dcda92f 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb @@ -133,6 +133,8 @@ P

[oe] [meta-qt5][PATCH 11/11] qtwebengine: fix problem with recursive qmake call

2015-08-24 Thread Samuli Piippo
On RaspberryPi, the EGL include paths were not included in the generated ninja build files, because the pro files were run in wrong order. Fix the order, but remove compiler overrides, as they would break the build again. Signed-off-by: Samuli Piippo --- .../0005-Generate-usable-qmake_extras.gyp

[oe] [meta-qt5][PATCH 01/11] qt5: make populate_sdk_qt5 reusable

2015-08-24 Thread Samuli Piippo
Move task definitions from populate_sdk_qt5.bbclass to the toolchain recipe, so that populate_sdk_qt5 can be reused in different toolchain meta recipes. Signed-off-by: Samuli Piippo --- classes/populate_sdk_qt5.bbclass | 5 - recipes-qt/meta/meta-toolchain-qt5.bb | 4 2 files chang

[oe] [meta-qt5][PATCH 08/11] qtbase: remove dependency to sqlite

2015-08-24 Thread Samuli Piippo
Qt defaults to bundled version of sqlite, so there is no need to have dependency to sqlite3. Signed-off-by: Samuli Piippo --- 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 92faf29

Re: [oe] [meta-networking][PATCH 2/4] atftp: build with gcc 5.2

2015-08-24 Thread Kang Kai
On 2015年08月24日 10:24, Kang Kai wrote: On 2015年08月22日 00:08, Khem Raj wrote: On Fri, Aug 21, 2015 at 1:37 AM, wrote: From: Kai Kang atftp fails to build with gcc 5.2: tftp_def.h:54:14: warning: inline function 'Strncpy' declared but never defined GCC 5 defaults to -std=gnu11 instead of -s

Re: [oe] [meta-oe][PATCH 4/5] samba: add 4.2.3

2015-08-24 Thread Guo Chunrong
Hello all, I verified this patch set for armv8 and there are some error. Please see log: NOTE: Executing RunQueue Tasks $<50>ERROR: Function failed: do_configure (log file is located at /local/home/b19537/gcr/ls1043a/source/fsl-qoriq-sdk/build_ls1043ardb_release/tmp/work/aarch64-fsl-linux/sam