[OE-core] [PATCH V3 0/2] populate_sdk_ext: two fixes

2015-05-11 Thread Chen Qi
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_ext_2_fixes http://c

[OE-core] [PATCH V3 2/2] populate_sdk_ext: consider custom configuration in local.conf

2015-05-11 Thread Chen Qi
Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change, installing extensible SDK would usually report failure when prep

[OE-core] [PATCH V3 1/2] populate_sdk_ext: install the latest buildtools-tarball

2015-05-11 Thread Chen Qi
If we do `bitbake buildtools-tarball' and then after one day do `bitbake core-image-minimal -c populate_sdk_ext', we would meet errors like below. | install: cannot stat '/buildarea2/chenqi/poky/build-systemd/tmp/deploy/sdk/ poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standa

Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-11 Thread Mike Looijmans
On 11-05-15 11:09, Paul Eggleton wrote: If you want to do this you need to add a generic license file for the license in question, which means extending LICENSE_PATH in your custom layer to a directory containing a file named with the license. I did that, but it didn't get rid of the warning m

Re: [OE-core] Changing external kernel module results in rebuild of whole kernel

2015-05-11 Thread Mike Looijmans
On 06-05-15 14:35, Richard Purdie wrote: On Wed, 2015-05-06 at 08:35 +0200, Mike Looijmans wrote: Something in recent OE-core triggered a weird dependency "backfire". If I change a recipe for a kernel module (a bb recipe that does "inherit module") this will trigger a rebuild of the whole ker

Re: [OE-core] [PATCH 10/12] packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES

2015-05-11 Thread Robert Yang
On 05/11/2015 07:43 PM, Burton, Ross wrote: On 11 May 2015 at 07:08, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: +# The quicky and fotowall requires x11 in DISTRO_FEATURES +REQUIRED_DISTRO_FEATURES = "x11" As this is a helper packagegroup, would it make sense to have these

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-11 Thread Robert Yang
On 05/11/2015 07:22 PM, Burton, Ross wrote: On 11 May 2015 at 09:32, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: The default is auto, we can disable it rather than depend on wayland or add a PACKAGECONFIG since they are two display servers. Fixed do_compile error: h

Re: [OE-core] [PATCH 2/2] lttng-tools: separate B and S

2015-05-11 Thread Robert Yang
On 05/12/2015 10:18 AM, Khem Raj wrote: On May 11, 2015 7:14 PM, "Robert Yang" mailto:liezhi.y...@windriver.com>> wrote: > > It works well with autotools now. > > Signed-off-by: Robert Yang mailto:liezhi.y...@windriver.com>> > --- > meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb

Re: [OE-core] [PATCH 2/2] lttng-tools: separate B and S

2015-05-11 Thread Khem Raj
On May 11, 2015 7:14 PM, "Robert Yang" wrote: > > It works well with autotools now. > > Signed-off-by: Robert Yang > --- > meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb

[OE-core] [PATCH 1/2] bind: separate B and S

2015-05-11 Thread Robert Yang
Fix B != S and separate them. Signed-off-by: Robert Yang --- meta/recipes-connectivity/bind/bind_9.10.2.bb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind_9.10.2.bb b/meta/recipes-connectivity/bind/bind_9.10.2.bb index 539f63e..1d

[OE-core] [PATCH 2/2] lttng-tools: separate B and S

2015-05-11 Thread Robert Yang
It works well with autotools now. Signed-off-by: Robert Yang --- meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb b/meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb index 8cc4220

[OE-core] [PATCH 0/2] Fix B !=S for bind and lttng-tools

2015-05-11 Thread Robert Yang
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bs http://cgit.openembedded.org/cgit.c

[OE-core] [PATCH] coreutils_6.9.bb: Fix LSB NG Cases.

2015-05-11 Thread Li xin
-/tset/LI18NUX2K.L1/utils/sort/T.sort #1/3/17/19/33/35 -/tset/LI18NUX2K.L1/utils/comm/T.comm #1/2 The LSB test require comm can handle multibyte characters and sort can interpret blank and alphanumeric character according to the current locale and so on. Signed-off-by: Li Xin --- meta/recipes-c

Re: [OE-core] [PATCH 1/1] meta/lib/oe/utils.py: properly implement both_contain()

2015-05-11 Thread Andre McCurdy
On Wed, Feb 25, 2015 at 7:15 AM, Cristian Iorga wrote: > oe.utils.both_contain() just does a find() on the value > rather than splitting the value and then looking in the > list of split items. The result is that if you add a > feature to MACHINE_FEATURES that itself has a substring > that matches

Re: [OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-11 Thread Khem Raj
On Mon, May 11, 2015 at 4:20 PM, akuster808 wrote: > > > On 05/11/2015 09:54 AM, Richard Purdie wrote: >> >> This fixes compile issues on powerpc with gcc 5 which show up with >> errors like: >> >> | make[2]: Entering directory >> '/media/build1/poky/build/tmp/work/ppc7400-poky-linux/xprop/1_1.2.2

Re: [OE-core] [PATCH] Add support for VirtualBox VDI images

2015-05-11 Thread Bystricky, Juro
OK, no problem. Saul also suggested merging image-vmdk and image-vdi classes into one class, something like image-vm.bbclass. It is a bit more invasive (will modify the existing vmdk bbclass) , but it should be a cleaner implementation overall. Juro From: Burton, Ross [mailto:ross.bur...@intel.c

Re: [OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-11 Thread akuster808
On 05/11/2015 09:54 AM, Richard Purdie wrote: This fixes compile issues on powerpc with gcc 5 which show up with errors like: | make[2]: Entering directory '/media/build1/poky/build/tmp/work/ppc7400-poky-linux/xprop/1_1.2.2-r0/build' | powerpc-poky-linux-gcc -m32 -mhard-float -mcpu=7400 --s

Re: [OE-core] [PATCH V4 1/3] dbus: split tools package.

2015-05-11 Thread Bottazzini, Bruno
On Seg, 2015-05-11 at 23:04 +0100, Phil Blundell wrote: > On Mon, 2015-05-11 at 15:02 -0300, Bruno Bottazzini wrote: > > +FILES_${PN}-tools += "${bindir}/dbus-uuidgen \ > Hello Phil, It is a post-install script of a Dbus package. Best Regards, Bruno Bottazzini > Doesn't the dbus startup scrip

Re: [OE-core] [PATCH V4 1/3] dbus: split tools package.

2015-05-11 Thread Phil Blundell
On Mon, 2015-05-11 at 15:02 -0300, Bruno Bottazzini wrote: > +FILES_${PN}-tools += "${bindir}/dbus-uuidgen \ Doesn't the dbus startup script use dbus-uuidgen? p. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

Re: [OE-core] opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-11 Thread Denys Dmytriyenko
On Mon, May 11, 2015 at 08:26:15AM +0200, Martin Jansa wrote: > On Sat, May 09, 2015 at 09:36:01AM +0100, Richard Purdie wrote: > > On Fri, 2015-05-08 at 17:09 -0400, Denys Dmytriyenko wrote: > > > weston-init RDEPENDS on weston and kbd. > > > > > > $ bitbake-diffsigs > > > 1.0-r0.do_package_writ

[OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-11 Thread Dmitry Eremin-Solenikov
Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM. Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/machine/qemuarma9.conf | 11

[OE-core] [RESEND][PATCH 3/3] scripts/runqemu: add qemuarma9 support

2015-05-11 Thread Dmitry Eremin-Solenikov
Support new qemuarma9 machine type. It mostly reuses existing qemuarm setup, but the virtio-based network and disk devices. Signed-off-by: Dmitry Eremin-Solenikov --- scripts/runqemu | 9 ++--- scripts/runqemu-internal | 35 +++ 2 files changed, 37 i

[OE-core] [RESEND][PATCH 2/3] scripts/runqemu: factor out some qemuarm configuration options

2015-05-11 Thread Dmitry Eremin-Solenikov
In preparation of adding qemuarma9 support to runqemu scripts, factor out some qemuarm-related options to be handled in a more generic way. Signed-off-by: Dmitry Eremin-Solenikov --- scripts/runqemu-internal | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scrip

[OE-core] [PATCH] libevent: add ptest

2015-05-11 Thread Dmitry Eremin-Solenikov
Use provided regression testing as a ptest for libevent package. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-support/libevent/libevent/run-ptest | 18 ++ meta/recipes-support/libevent/libevent_2.0.22.bb | 17 - 2 files changed, 34 insertions(+), 1 dele

[OE-core] [PATCH] systemd.bbclass: drop has_exactly_one_service setting

2015-05-11 Thread Dmitry Eremin-Solenikov
The has_exactly_one_service variable was used in now deleted code. Drop this part to make code cleaner. Signed-off-by: Dmitry Eremin-Solenikov --- meta/classes/systemd.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index

[OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-05-11 Thread Dmitry Eremin-Solenikov
Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Using PACKAGECONFIG for this seems to be unreasonable: it is not used by qt4-x11-free to track other dependencies. Also QT_GLFLAGS variable properly

[OE-core] [PATCH V4 3/3] systemd: split modules into packages

2015-05-11 Thread Bruno Bottazzini
if one wants to launch a simple deamon, most modules are not required. He will be able to save space and exclude unwanted packages from the final image. Signed-off-by: Bruno Bottazzini --- meta/recipes-core/systemd/systemd_219.bb | 1084 ++ 1 file changed, 957 inserti

[OE-core] [PATCH V4 0/3] systemd: split modules into packages

2015-05-11 Thread Bruno Bottazzini
Differences from V3: - Ordering alphabetically PACKAGECONFIG as Andreas has suggested. - DEPENDS not being statically since it may change depending on the PACKAGECONFIG as Anders and Andreas have suggested. - Removing patch that systemd: Verify if journal-flush.service exists and removing the

[OE-core] [PATCH V4 1/3] dbus: split tools package.

2015-05-11 Thread Bruno Bottazzini
From: Gustavo Sverzut Barbieri Most tools are not required if one is launching a simple daemon. The user will be able to exclude dbus-tool and save some space in his build Signed-off-by: Bruno Bottazzini --- meta/recipes-core/dbus/dbus.inc | 9 - 1 file changed, 8 insertions(+), 1 dele

[OE-core] [PATCH V4 2/3] systemd: removing workaround odering journal after remote-fs.target

2015-05-11 Thread Bruno Bottazzini
This workaround is not needed in version 219 since the fix is upstreamed with: 919699ec301ea507edce4a619141ed22e789ac0d --- meta/recipes-core/systemd/systemd_219.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_2

Re: [OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-11 Thread akuster808
Richard, There is a Yocto bug opened for this #7721, please add the reference. thanks for the patch. regards, Armin On 05/11/2015 09:54 AM, Richard Purdie wrote: This fixes compile issues on powerpc with gcc 5 which show up with errors like: | make[2]: Entering directory '/media/build1/pok

[OE-core] [PATCH] gcc5: Add PR65779 patch to fix powerpc compile issues

2015-05-11 Thread Richard Purdie
This fixes compile issues on powerpc with gcc 5 which show up with errors like: | make[2]: Entering directory '/media/build1/poky/build/tmp/work/ppc7400-poky-linux/xprop/1_1.2.2-r0/build' | powerpc-poky-linux-gcc -m32 -mhard-float -mcpu=7400 --sysroot=/media/build1/poky/build/tmp/sysroots/qemup

Re: [OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Bryan Evenson
Joshua, > -Original Message- > From: Joshua Lock [mailto:joshua.l...@collabora.co.uk] > Sent: Monday, May 11, 2015 11:08 AM > To: Bryan Evenson > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 00/70] Proposed changes for fido > > Hi Bryan, > > On Mon, 2015-0

[OE-core] [PATCH] xserver-nodm: Support reboot from inside X

2015-05-11 Thread Ricardo Ribalda Delgado
If reboot was called from inside the Xserver there could happen a race condition where chvt would never end, and therefore the whole system was stalled. The user could not recover the system by ssh the machine or using the keyboard. Running chvt in background fixes the issue. Signed-off-by: Rica

Re: [OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Joshua Lock
Hi Robert, On Mon, 2015-05-11 at 16:51 +0800, Robert Yang wrote: > On 05/11/2015 04:40 PM, Joshua Lock wrote: > > Robert Yang (5): > >pcmciautils: fix for parallel build > >aspell: inherit binconfig-disabled > >cracklib: add python support back > > Hi Joshua, > > I'm leaning to not b

Re: [OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Joshua Lock
Hi Bryan, On Mon, 2015-05-11 at 12:40 +, Bryan Evenson wrote: > > Bryan Evenson (1): > > util-linux: Add lastb to alternatives > > There is a refined version of this patch available that was > submitted to the mailing list here: > http://lists.openembedded.org/pipermail/openembedded-core/

[OE-core] status on: gdk-pixbuf-native: add setscene dep on jpeg-nativelogin register mail settings

2015-05-11 Thread Ricardo Ribalda Delgado
Hello I am facing the same issue as Shrikant Bobade. He already propossed this patch http://patchwork.openembedded.org/patch/77445/ That does the trick for me. Is it going to be merged? Thanks! -- Ricardo Ribalda -- ___ Openembedded-core mailing

Re: [OE-core] [PATCH] Add support for VirtualBox VDI images

2015-05-11 Thread Saul Wold
On 05/08/2015 03:39 PM, Juro Bystricky wrote: Yocto does not support VirtualBox sparse image VDI file format. This could be achieved by the attached patch. The support mimics the VMDK support for VMware. The only subtle difference is that qemu-native has be be built with uuid enabled, as VDI imag

Re: [OE-core] [PATCH V3 3/3] systemd: split modules into packages

2015-05-11 Thread Bottazzini, Bruno
On Seg, 2015-05-11 at 08:06 +0200, Anders Darander wrote: > * Bottazzini, Bruno [150508 00:46]: > > > On Qui, 2015-05-07 at 20:58 +0200, Andreas Oberritter wrote: > > > On 07.05.2015 18:40, Bruno Bottazzini wrote: > > > > + vconsole \ > > > > + update \ > > > >

Re: [OE-core] linux-yocto and gcc 5.x

2015-05-11 Thread Richard Purdie
On Mon, 2015-05-11 at 09:51 -0400, Bruce Ashfield wrote: > On 2015-05-11 09:20 AM, Richard Purdie wrote: > > Hi Bruce, > > > > One of the things we're looking at in 1.9 is gcc 5.x support by default. > > One of the areas this has significant impact is on the kernels, > > linux-yocto in particular.

Re: [OE-core] linux-yocto and gcc 5.x

2015-05-11 Thread Bruce Ashfield
On 2015-05-11 09:20 AM, Richard Purdie wrote: Hi Bruce, One of the things we're looking at in 1.9 is gcc 5.x support by default. One of the areas this has significant impact is on the kernels, linux-yocto in particular. I'm starting to see a potential problem here since the kernels don't appear

[OE-core] [PATCH 11/11] devtool: deploy plugin: wrap long lines in code

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 99 +++ 1 file changed, 72 insertions(+), 27 deletions(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 078c74b..f6ae433 100644 --- a/scripts/lib/devtool/

[OE-core] [PATCH 08/11] devtool: deploy plugin: add missing docstrings

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 62c97fb..b569398 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deplo

[OE-core] [PATCH 10/11] devtool: deploy plugin: rename unused variables

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index 8637f19..078c74b 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deploy

[OE-core] [PATCH 09/11] devtool: deploy plugin: remove unnecessary re-import

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index b569398..8637f19 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deploy.py @@ -31,7 +31,6 @@

[OE-core] [PATCH 07/11] devtool: deploy plugin: fix bad indentation

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py index f016b23..62c97fb 100644 --- a/scripts/lib/devtool/deploy.py +++ b/scripts/lib/devtool/deploy

[OE-core] [PATCH 04/11] devtool: lib: add missing docstrings

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/__init__.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index 78ae0aa..00594eb 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtoo

[OE-core] [PATCH 05/11] devtool: lib: remove unnecessary re-import

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index 00594eb..8866512 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtool/__init__.py @@ -78,

[OE-core] [PATCH 06/11] devtool: lib: wrap long lines in code

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/__init__.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index 8866512..676bc52 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/d

[OE-core] [PATCH 02/11] devtool: standard plugins: remove unused import

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/standard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 55580ee..614bcdb 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -20,

[OE-core] [PATCH 03/11] devtool: standard plugins: rename usunused variable

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/standard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 614bcdb..2a483cf 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/st

[OE-core] [PATCH 01/11] devtool: standard plugins: add missing docstrings

2015-05-11 Thread Markus Lehtonen
Signed-off-by: Markus Lehtonen --- scripts/lib/devtool/standard.py | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 81a44d4..55580ee 100644 --- a/scripts/lib/devtool/standard.py +++ b/s

[OE-core] [PATCH 00/11] devtool: code style fixes

2015-05-11 Thread Markus Lehtonen
This patchset contains numerous small non-functional changes to fix some style errors and to improve the readability of the devtool code. Markus Lehtonen (11): devtool: standard plugins: add missing docstrings devtool: standard plugins: remove unused import devtool: standard plugins: rename

Re: [OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Bryan Evenson
Joshua, > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf > Of Joshua Lock > Sent: Monday, May 11, 2015 4:41 AM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 00/70

Re: [OE-core] [PATCH 10/12] packagegroup-core-qt: add x11 to REQUIRED_DISTRO_FEATURES

2015-05-11 Thread Burton, Ross
On 11 May 2015 at 07:08, Robert Yang wrote: > +# The quicky and fotowall requires x11 in DISTRO_FEATURES > +REQUIRED_DISTRO_FEATURES = "x11" > As this is a helper packagegroup, would it make sense to have these as optional dependencies based on DISTRO_FEATURES instead? Ross --

[OE-core] [PATCH] gstreamer1.0-plugins-bad: Move EGL requirement for Wayland

2015-05-11 Thread Otavio Salvador
The EGL is used by the Wayland backend. When building using Software Rendering and without Wayland support the EGL backend is not available so we should not require EGL for GLES2 support. This fixes following build error: , | ... | checking for bcm_host_init in -lbcm_host... no | checking for

Re: [OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-11 Thread Burton, Ross
On 11 May 2015 at 09:32, Robert Yang wrote: > The default is auto, we can disable it rather than depend on wayland or > add a PACKAGECONFIG since they are two display servers. > > Fixed do_compile error: > hw/xwayland/xwayland.h:36:28: fatal error: wayland-client.h: No such file > or directory >

Re: [OE-core] [PATCH] Add support for VirtualBox VDI images

2015-05-11 Thread Burton, Ross
Thanks Juro, On 8 May 2015 at 23:39, Juro Bystricky wrote: > Yocto does not support VirtualBox sparse image VDI file format. > This could be achieved by the attached patch. The support mimics > the VMDK support for VMware. The only subtle difference is that > qemu-native has be be built with uui

Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-11 Thread Mike Looijmans
On 11-05-15 11:36, Paul Eggleton wrote: At a guess, maybe do_populate_lic didn't re-execute for this recipe. Does it still happen if you bitbake -c cleansstate the recipe and try again? Yes, it even complains about this on a completely fresh build. Cheers, Paul On Monday 11 May 2015 10:58:

Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-11 Thread Paul Eggleton
At a guess, maybe do_populate_lic didn't re-execute for this recipe. Does it still happen if you bitbake -c cleansstate the recipe and try again? Cheers, Paul On Monday 11 May 2015 10:58:07 Mike Looijmans wrote: > Hmm, I cannot figure it out... I have in a recipe: > > LICENSE = "internal" > LIC

Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-11 Thread Paul Eggleton
Hi Mike, If you want to do this you need to add a generic license file for the license in question, which means extending LICENSE_PATH in your custom layer to a directory containing a file named with the license. (However, for "CLOSED" this would not be the right course because "CLOSED" doesn't

Re: [OE-core] WARNING: The license listed CLOSED was not in the licenses collected for foo

2015-05-11 Thread Mike Looijmans
Hmm, I cannot figure it out... I have in a recipe: LICENSE = "internal" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf85de037de7ae12cc2d0059741fdbae" Then in my layer.conf: LICENSE_PATH += "${LAYERDIR}/licenses" I have a file called "internal" in that path. Still, I get: WARNING: log_check: WARNI

Re: [OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Robert Yang
On 05/11/2015 04:40 PM, Joshua Lock wrote: Please consider the following changes for the fido stable branch. Regards, Joshua The following changes since commit cd3da9c95f48899e134a5b7ed1754fd18985df4f: curl: several security fixes (2015-04-27 15:25:19 +0100) are available in the git rep

[OE-core] [PATCH 1/1] alsa-tools: set CLEANBROKEN

2015-05-11 Thread Robert Yang
Fixed: make[1]: Entering directory `alsa-tools-1.0.28/envy24control' make[1]: *** No rule to make target `clean'. Stop. There is no "make clean" in envy24control when DISTRO_FEATURES is changed from no-x11 to x11. Signed-off-by: Robert Yang --- meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb

[OE-core] [PATCH 0/1] alsa-tools: set CLEANBROKEN

2015-05-11 Thread Robert Yang
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/alsa http://cgit.openembedded.org/cgi

[OE-core] [PATCH 00/70] Proposed changes for fido

2015-05-11 Thread Joshua Lock
Please consider the following changes for the fido stable branch. Regards, Joshua The following changes since commit cd3da9c95f48899e134a5b7ed1754fd18985df4f: curl: several security fixes (2015-04-27 15:25:19 +0100) are available in the git repository at: git://git.openembedded.org/openem

[OE-core] [PATCH 3/3] strace: add PACKAGECONFIG for bluez

2015-05-11 Thread Robert Yang
Fixed: net.c:65:34: fatal error: bluetooth/bluetooth.h: No such file or directory # include ^ compilation terminated. And use "??=" rather than "?=" for PACKAGECONFIG. Signed-off-by: Robert Yang --- meta/recipes-devtools/strace/strace_4.10.bb |8 ++--

[OE-core] [PATCH 0/3] 3 fixes

2015-05-11 Thread Robert Yang
The following changes since commit 7ffe10df73cc20d10fcd41b121074445273bd60e: license_class: license_create_manifest improvment (2015-05-09 22:26:02 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/3fixes http://cgit.openembedded.org/c

[OE-core] [PATCH 1/3] socat: fix for parallel build

2015-05-11 Thread Robert Yang
Fixed: vsnprintf_r.o: file not recognized: File truncated collect2: error: ld returned 3 exit status Makefile:122: recipe for target 'filan' failed Let filan depend on vsnprintf_r.o and snprinterr.o to fix the issue. Signed-off-by: Robert Yang --- .../socat/Makefile.in-fix-for-parallel-build.pa

[OE-core] [PATCH 2/3] xserver-xorg: disable xwayland

2015-05-11 Thread Robert Yang
The default is auto, we can disable it rather than depend on wayland or add a PACKAGECONFIG since they are two display servers. Fixed do_compile error: hw/xwayland/xwayland.h:36:28: fatal error: wayland-client.h: No such file or directory #include ^ compilation termi

Re: [OE-core] [oe] opkg_install_pkg: Package md5sum mismatch. Either the opkg or the package index are corrupt.

2015-05-11 Thread Richard Purdie
On Mon, 2015-05-11 at 08:22 +0200, Martin Jansa wrote: > On Fri, May 08, 2015 at 03:28:52PM -0400, Denys Dmytriyenko wrote: > > On Wed, May 06, 2015 at 07:31:37PM -0400, Denys Dmytriyenko wrote: > > > On Wed, May 06, 2015 at 09:12:43PM +0200, Steffen Sledz wrote: > > > > Am 02.05.2015 um 23:55 schr