Re: [OE-core] [PATCH 4/9] linux-yocto/3.14: cleanups and gcc5 ARM build fixes

2015-08-31 Thread Richard Purdie
On Sun, 2015-08-30 at 23:17 -0400, Bruce Ashfield wrote: > On Sun, Aug 30, 2015 at 11:49 AM, Richard Purdie > wrote: > > On Sun, 2015-08-30 at 10:34 -0400, Bruce Ashfield wrote: > >> On Sun, Aug 30, 2015 at 10:30 AM, Bruce Ashfield > >>

[OE-core] OE Changelog since 2015-08-23 until 2015-08-30

2015-08-31 Thread cliff . brake
Changelog since 2015-08-23 until 2015-08-30. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Yi Qingliang
can we compile android system using oe? the Makefile system of android is too complicated to load/use. On Mon, Aug 31, 2015 at 10:28 PM, Nicolas Dechesne wrote: > On Mon, Aug 31, 2015 at 4:12 PM, Otavio Salvador > wrote: >>>

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Nicolas Dechesne
On Mon, Aug 31, 2015 at 5:07 PM, Yi Qingliang wrote: > can we compile android system using oe? > the Makefile system of android is too complicated to load/use. I believe this is fairly off topic. I am not trying to rebuild Android here. Just trying to load a regular OE

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Martin Jansa
On Mon, Aug 31, 2015 at 10:22:31AM -0300, Otavio Salvador wrote: > On Sat, Aug 29, 2015 at 7:18 AM, Richard Purdie > wrote: > > On Sat, 2015-08-29 at 10:43 +0200, Martin Jansa wrote: > >> Did you enable thumb in that qemuarm build? > >> > >> > >> It's disabled

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Khem Raj
> On Aug 31, 2015, at 8:21 AM, Martin Jansa wrote: > > On Mon, Aug 31, 2015 at 10:22:31AM -0300, Otavio Salvador wrote: >> On Sat, Aug 29, 2015 at 7:18 AM, Richard Purdie >> wrote: >>> On Sat, 2015-08-29 at 10:43 +0200, Martin Jansa

Re: [OE-core] opkg-0.3.0 version bump

2015-08-31 Thread Alejandro del Castillo
On 08/31/2015 08:38 AM, Alexander Kanavin wrote: > On 08/31/2015 12:44 PM, Kravchenko, Oleh wrote: > >> Does anybody known when opkg-0.3.0 will be released for Yocto? > > Is there a specific reason you need this update? > > If you want it to happen sooner, patches are welcome. I have a

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2015-08-30

2015-08-31 Thread Martin Jansa
On Mon, Aug 31, 2015 at 03:32:42PM +0200, Andreas Müller wrote: > On Mon, Aug 31, 2015 at 2:56 PM, Martin Jansa wrote: > > > > == Failed tasks 2015-08-30 == > > > > INFO: jenkins-job.sh-1.3.1 Complete log available at > >

Re: [OE-core] [PATCH] Fix mode +st on TMPDIR when creating it

2015-08-31 Thread Benjamin Esquivel
Looks good, would you check this via an autobuilder on-demand build? Benjamin On Fri, 2015-08-28 at 17:34 -0500, Alex Franco wrote: > A sanity check fails when TMPDIR has setuid, setgid set. It was > proposed to fix this on TMPDIR creation instead of failing with > a sanity test only. This patch

[OE-core] [PATCH v3 1/3] devtool: upgrade feature

2015-08-31 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Upgrades a recipe to a particular version and downloads the source code into a folder. User can avoid patching the source code. These are the general steps of the upgrade function: - Extract current recipe source code into

[OE-core] [PATCH v3 3/3] oeqa/selftest: new tests for devtool upgrage feature

2015-08-31 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Basic tests for the devtool's upgrade feature, including: - Parameter check - Upgrading an example recipe (devtool-upgrade_0.1.bb) - Status after upgrade Signed-off-by: Leonardo Sandoval

[OE-core] [PATCH v3 2/3] devtool-upgrade: sample recipe to test the devtool feature

2015-08-31 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval In order to have an 'upgradable' recipe, a base recipe is created (devtool-upgrade_0.1.bb). Under the files folder, source code of the base (0.1) and the upgrade (0.2) is located. Signed-off-by: Leonardo Sandoval

[OE-core] [PATCH v3 0/3] devtool: upgrade feature

2015-08-31 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The following changes were made since V2: - Some code packed into functions - Change '_' to '-' on branch and tag names (per Paul suggestion - New recipe under meta-selftest so unit tests (oe-selftest) do not depend on real

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Khem Raj
On Mon, Aug 31, 2015 at 10:05 AM, Flanagan, Elizabeth wrote: > On 30 August 2015 at 17:31, Khem Raj wrote: >> There is m4/ax_pthread.m4 macro which uses GPL-3.0 with autoconf >> exception, there is no other occurance of GPL-3.0 use, lets mark the

Re: [OE-core] [PATCH 7/8] ccache: update to 3.2.3

2015-08-31 Thread Richard Purdie
On Fri, 2015-08-28 at 15:18 +0300, Alexander Kanavin wrote: > The LICENSE checksum has changed because of updated copyright years. > > SRC_URI has been changed to git, because upstream tarball is broken > (includes configure.ac but not .m4 files it depends on). > > Signed-off-by: Alexander

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Flanagan, Elizabeth
On 30 August 2015 at 17:31, Khem Raj wrote: > There is m4/ax_pthread.m4 macro which uses GPL-3.0 with autoconf > exception, there is no other occurance of GPL-3.0 use, lets mark the > licence correctly. Unless the macro is actually shipped with any of the packages, I don't

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Christopher Larson
On Mon, Aug 31, 2015 at 10:10 AM, Khem Raj wrote: > On Mon, Aug 31, 2015 at 10:05 AM, Flanagan, Elizabeth > wrote: > > On 30 August 2015 at 17:31, Khem Raj wrote: > >> There is m4/ax_pthread.m4 macro which uses GPL-3.0 with

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Mark Hatle
On 8/31/15 12:35 PM, Christopher Larson wrote: > > On Mon, Aug 31, 2015 at 10:10 AM, Khem Raj > wrote: > > On Mon, Aug 31, 2015 at 10:05 AM, Flanagan, Elizabeth > > >

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Christopher Larson
On Mon, Aug 31, 2015 at 10:51 AM, Mark Hatle wrote: > On 8/31/15 12:35 PM, Christopher Larson wrote: > > > > On Mon, Aug 31, 2015 at 10:10 AM, Khem Raj > > wrote: > > > > On Mon, Aug 31, 2015 at 10:05 AM, Flanagan,

Re: [OE-core] [oe-commits] Christopher Larson : update-rc.d.bbclass: explicitly dep on initscripts

2015-08-31 Thread Martin Jansa
On Sun, Aug 30, 2015 at 11:48:19AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 833302761df924bb503cc2ad04ecae1023381f8f > URL: > http://git.openembedded.org/?p=openembedded-core.git=commit;h=833302761df924bb503cc2ad04ecae1023381f8f > >

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Mark Hatle
On 8/31/15 1:19 PM, Christopher Larson wrote: > > On Mon, Aug 31, 2015 at 10:51 AM, Mark Hatle > wrote: > > On 8/31/15 12:35 PM, Christopher Larson wrote: > > > > On Mon, Aug 31, 2015 at 10:10 AM, Khem Raj

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Andre McCurdy
On Mon, Aug 31, 2015 at 11:19 AM, Christopher Larson wrote: > > On Mon, Aug 31, 2015 at 10:51 AM, Mark Hatle > wrote: >> >> On 8/31/15 12:35 PM, Christopher Larson wrote: >> > >> > On Mon, Aug 31, 2015 at 10:10 AM, Khem Raj > >

Re: [OE-core] [oe-commits] Christopher Larson : update-rc.d.bbclass: explicitly dep on initscripts

2015-08-31 Thread Christopher Larson
On Mon, Aug 31, 2015 at 11:41 AM, Martin Jansa wrote: > On Sun, Aug 30, 2015 at 11:48:19AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit: 833302761df924bb503cc2ad04ecae1023381f8f > > URL: >

[OE-core] [PATCHv2] bitbake.conf: add MIRROR vars to SRC_URI vardeps

2015-08-31 Thread Christopher Larson
From: Christopher Larson Changes to what mirror we happen to fetch from shouldn't cause rebuilds. Signed-off-by: Christopher Larson --- meta/conf/bitbake.conf | 17 + 1 file changed, 17 insertions(+) v2 changes:

[OE-core] [PATCHv2 0/3] Various bits related to pulseaudio

2015-08-31 Thread Christopher Larson
From: Christopher Larson While it was pointed out that a configuration option for autospawn-for-root may be preferable, we can switch to that as a future improvement, so I think it should still go in as is, unless there's an objection to that. v2 changes: removed

[OE-core] [PATCHv2 1/3] packagegroup-core-x11-sato: obey the pulseaudio distro feature

2015-08-31 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[OE-core] [PATCHv2 2/3] pulseaudio: pass --with-systemduserunitdir

2015-08-31 Thread Christopher Larson
From: Christopher Larson We want to make sure our path variables are obeyed. Signed-off-by: Christopher Larson --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [oe-commits] Christopher Larson : update-rc.d.bbclass: explicitly dep on initscripts

2015-08-31 Thread Khem Raj
On Mon, Aug 31, 2015 at 11:41 AM, Martin Jansa wrote: >> update-rc.d.bbclass: explicitly dep on initscripts >> >> update-rc.d doesn't just want an initscripts package, it wants >> initscripts-functions. In the case where VIRTUAL-RUNTIME_initscripts is set >> to >>

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Khem Raj
On Mon, Aug 31, 2015 at 10:35 AM, Christopher Larson wrote: > I think we need a way to indicate the license of the source in addition to > the license of what we ship, to cover the case where the license affects the > ability to redistribute sources. I'd thought that the base

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Khem Raj
On Mon, Aug 31, 2015 at 10:51 AM, Mark Hatle wrote: > > The way the recipe 'LICENSE =' field was defined, AFAIK, was that it was the > license of the source used to construct the binaries. > > So if the autoconf was GPLv3, but the package and it's sources are GPLv2+, it

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Mark Hatle
On 8/31/15 2:20 PM, Khem Raj wrote: > On Mon, Aug 31, 2015 at 10:51 AM, Mark Hatle wrote: >> >> The way the recipe 'LICENSE =' field was defined, AFAIK, was that it was the >> license of the source used to construct the binaries. >> >> So if the autoconf was GPLv3, but

Re: [OE-core] [oe-commits] Christopher Larson : update-rc.d.bbclass: explicitly dep on initscripts

2015-08-31 Thread Christopher Larson
On Monday, August 31, 2015, Martin Jansa > wrote: > On Sun, Aug 30, 2015 at 11:48:19AM +, g...@git.openembedded.org wrote: > > Module: openembedded-core.git > > Branch: master > > Commit:

Re: [OE-core] [PATCH] xz: Correctly specify GPL-3.0 with autoconf exception

2015-08-31 Thread Christopher Larson
On Mon, Aug 31, 2015 at 12:43 PM, Mark Hatle wrote: > If that is the way we want to move forward, then my recommendation would > be to > add a new field for that. > > LICENSE-SRC = "source license list" > LICENSE = "declared license for the expected output of the build"

[OE-core] Using QT_DIR_NAME; Correct way of flattening QT5 directory structure?

2015-08-31 Thread Adam Lee
My system only runs Qt5. Hence no need to have `qmake` and others in `/usr/bin/qt5`. I prefer to have them in `/usr/bin`. JaMa's comment[1] seems to suggest that all it takes is setting `QT_DIR_NAME` to an empty string. With this, I get tonnes of QA errors because `FILES_` paths now contain

[OE-core] [wic][PATCH] oe-selftest: wic: fix test19_image_env test case

2015-08-31 Thread Ed Bartosh
This test case fails on qemu machines as not all expected bitbake variables are present in .env file. Fixed by filtering out optional variables. Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/wic.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)

[OE-core] opkg-0.3.0 version bump

2015-08-31 Thread Kravchenko, Oleh
Hello, Does anybody known when opkg-0.3.0 will be released for Yocto? -- Best regards, Oleh Kravchenko Senior Software Developer, CMS | skype: oleg_krava | Email: okravche...@cranems.com -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 6/6] mirrors.bbclass: Update gnutls mirrors

2015-08-31 Thread Richard Purdie
On Thu, 2015-08-27 at 10:13 -0700, Christopher Larson wrote: > > On Thu, Aug 27, 2015 at 6:06 AM, Jussi Kukkonen > wrote: > * Remove mirror sites that no longer exist > * Update the gnutls.org path so the gnupg mirror gets used > >

Re: [OE-core] [PATCH 1/5] image.py: write bitbake variables to .env file

2015-08-31 Thread Ed Bartosh
On Sun, Aug 30, 2015 at 09:22:50PM -0700, Christopher Larson wrote: > On Sun, Aug 30, 2015 at 2:14 PM, Ed Bartosh > wrote: > > > Write set of bitbake variables used by wic into > > build/tmp/sysroots//imagedata/.env > > > > List of variables is defined in WICVARS

Re: [OE-core] [RFC][PATCH] pulseaudio: improve PACKAGECONFIG for dbus/consolekit dependencies

2015-08-31 Thread Tanu Kaskinen
On Fri, 2015-08-28 at 18:07 +0200, Martin Jansa wrote: > * the problem is that consolekit module is built whenever dbus is > enabled > and consolekit is available only in distributions with x11 in > DISTRO_FEATURES > * many distributions want to enable dbus support (required for bluez >

Re: [OE-core] [PATCH 00/15] For Dizzy 1.7.3a v2

2015-08-31 Thread akuster808
On 08/28/2015 11:29 PM, Saul Wold wrote: > > Hi Armin, > > I added the bitbake patch to my sgw/dizzy branch and threw it against > the Autobuilder. > > There where a few failures, some of which may be expected, others need > more investigation: > > arm64 > mip64 > - I don't think that dizzy

Re: [OE-core] [oe-commits] Armin Kuster : tzdata: update to 2015f

2015-08-31 Thread akuster808
On 08/28/2015 11:22 AM, Martin Jansa wrote: > On Fri, Aug 14, 2015 at 07:31:22AM +, g...@git.openembedded.org wrote: >> Module: openembedded-core.git >> Branch: master >> Commit: 4e0fb630d3bb0250ece6e2071ae49b2601ae3e57 >> URL: >>

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Nicolas Dechesne
On Mon, Aug 31, 2015 at 4:12 PM, Otavio Salvador wrote: >> compared to 'regular' ext4 images , fastboot added the (convenient) >> ability to support sparse images, to reduce the size of what is >> transmitted over the USB, when flashing (and reduce the size of >>

Re: [OE-core] State of bitbake world, Failed tasks 2015-08-30

2015-08-31 Thread Martin Jansa
OE @ ~/openembedded-core $ git log --oneline origin/master..contrib/jansa/master 8a4935f pulseaudio: improve PACKAGECONFIG for dbus/consolekit dependencies 125ca28 guile, mailx, gcc, opensp, gstreamer1.0-libav, libunwind: disable thumb where it fails for qemuarm e223862 initramfs-framework:

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Alexander Kanavin
On 08/31/2015 05:01 PM, Otavio Salvador wrote: By your comment, I should just refuse the old gmp version entirely? Until proper fixed, yes. I disagree with this. If gmp isn't working on a specific hardware platform, but is just fine on the others, that is not sufficient grounds for

[OE-core] [PATCH 6/6] runexported: Make it compatible with host dump

2015-08-31 Thread mariano . lopez
From: Mariano Lopez Currently it is not possible to run a exported test, but this patch will allow to use the HosDumper class when running a exported test, otherwise the HostDumper class will break runexpored test. [YOCTO #8118] Signed-off-by: Mariano Lopez

Re: [OE-core] [oe] State of bitbake world, Failed tasks 2015-08-30

2015-08-31 Thread Andreas Müller
On Mon, Aug 31, 2015 at 2:56 PM, Martin Jansa wrote: > > == Failed tasks 2015-08-30 == > > INFO: jenkins-job.sh-1.3.1 Complete log available at > http://logs.nslu2-linux.org/buildlogs/oe/world/log.report.20150830_101221.log > > === common (16) === > *

Re: [OE-core] opkg-0.3.0 version bump

2015-08-31 Thread Alexander Kanavin
On 08/31/2015 12:44 PM, Kravchenko, Oleh wrote: Does anybody known when opkg-0.3.0 will be released for Yocto? Is there a specific reason you need this update? If you want it to happen sooner, patches are welcome. Regards, Alex -- ___

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Otavio Salvador
On Sat, Aug 29, 2015 at 7:18 AM, Richard Purdie wrote: > On Sat, 2015-08-29 at 10:43 +0200, Martin Jansa wrote: >> Did you enable thumb in that qemuarm build? >> >> >> It's disabled by default and multiple components are broken when you >> enable it, see: >>

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Nicolas Dechesne
On Sat, Aug 29, 2015 at 2:36 PM, Richard Purdie wrote: >> >> Assuming that make_ext4fs is a tool to create an ext4 file system, >> what's the difference between that and our mke2fs which is used to >> create ext4 file systems? >> > We've worked quite hard to

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Richard Purdie
On Mon, 2015-08-31 at 10:22 -0300, Otavio Salvador wrote: > On Sat, Aug 29, 2015 at 7:18 AM, Richard Purdie > wrote: > > On Sat, 2015-08-29 at 10:43 +0200, Martin Jansa wrote: > >> Did you enable thumb in that qemuarm build? > >> > >> > >> It's disabled by

Re: [OE-core] [PATCH 2/6] gmp: Bring back version 4.2.1 (LGPL 2.1+)

2015-08-31 Thread Otavio Salvador
On Mon, Aug 31, 2015 at 10:53 AM, Richard Purdie wrote: > On Mon, 2015-08-31 at 10:22 -0300, Otavio Salvador wrote: >> On Sat, Aug 29, 2015 at 7:18 AM, Richard Purdie >> wrote: >> > On Sat, 2015-08-29 at 10:43 +0200, Martin

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Otavio Salvador
On Mon, Aug 31, 2015 at 10:38 AM, Nicolas Dechesne wrote: > On Sat, Aug 29, 2015 at 2:36 PM, Richard Purdie > wrote: >>> >>> Assuming that make_ext4fs is a tool to create an ext4 file system, >>> what's the difference between that