[OE-core] [PATCH] Dpkg: Fix broken patch

2015-04-17 Thread Saul Wold
Richard, Major mia culpa! I tested sgw/dizzy and then manged to push another patch from a different branch, I had this patch queued up and it ran on the AB before I pushed the wrong branch. Please pull this patch (it's the correct one), and reset the Build Appliance SRCREV, I will try to sta

[OE-core] [PATCH] dpkg: Fix patch to adjust for older code

2015-04-17 Thread Saul Wold
The older version of dpkg uses subproc_wait_check() instead of the newer subproc_reap() Signed-off-by: Saul Wold --- .../dpkg/dpkg/tar-error-code.patch | 27 +++--- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/meta/recipes-devtools/dpkg/dpkg/ta

[OE-core] [PATCH] strace: fixes for compilation failures with musl

2015-04-17 Thread Andre McCurdy
Backports from upstream: http://sourceforge.net/p/strace/code/ci/d34e00b293942b1012ddc49ed3ab379a32337611 http://sourceforge.net/p/strace/code/ci/3460dc486d333231998de0f19918204aacee9ae3 Expected to be released officially as part of strace 4.11 Signed-off-by: Andre McCurdy --- .../Includ

Re: [OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-17 Thread Alejandro Hernandez
On 17/04/15 16:50, Richard Purdie wrote: On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote: When installing python3-native sometimes pips default build directory (which is on the host and is user dependant) is left unclean, due to this, when python3-core is being installed it tries to

[OE-core] dpkg:do_patch failure with today's updates to dizzy branch

2015-04-17 Thread Chatre, Reinette
Hi, Today there was an update to the dizzy branch that includes the patch below: commit f77133783e5145858ac94b9bae1576852a7e838d Author: Richard Purdie Date: Sat Mar 28 08:50:27 2015 + dpkg-native: Avoid 'file changed' errors from tar Hardlink count duing do_package_write_deb

Re: [OE-core] [PATCH 1/1] python3-native: Fix pip install issue due to unclean build directory

2015-04-17 Thread Richard Purdie
On Thu, 2015-04-16 at 09:45 +, Alejandro Hernandez wrote: > When installing python3-native sometimes pips default build > directory (which is on the host and is user dependant) is left unclean, > due to this, when python3-core is being installed it tries to use > the same directory producing an

Re: [OE-core] [PATCH] gmp: remove referencing paths from the build host

2015-04-17 Thread Andre McCurdy
On Fri, Apr 17, 2015 at 1:50 AM, Junling Zheng wrote: > Currently ${D}${includedir}/gmp.h references the path of build host > incorrectly, remove it. > > Signed-off-by: Junling Zheng > --- > meta/recipes-support/gmp/gmp.inc | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/recipe

Re: [OE-core] [PATCH] devtool: call parse_recipe with correct arguments

2015-04-17 Thread Paul Eggleton
On Thursday 16 April 2015 19:37:57 Markus Lehtonen wrote: > Give the correct data object ("config data" instead of "recipe data") as > an argument to oe.recipeutils.patch_recipe() > > Fixes [YOCTO #7595] > > Signed-off-by: Markus Lehtonen > --- > scripts/lib/devtool/standard.py | 5 +++-- > 1 f

[OE-core] [PATCH v2 3/3] classes/base: clarify S not set correctly warning

2015-04-17 Thread Paul Eggleton
Hopefully make it a bit clearer to the user which recipe needs fixing and what needs to be done to fix it. Signed-off-by: Paul Eggleton --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 3d

[OE-core] [PATCH v2 1/3] classes/package: clarify installed-vs-shipped message

2015-04-17 Thread Paul Eggleton
Based on the number of times I've had to explain it over the years it seems that a lot of new users don't immediately realise what is meant by "shipped" here (nor should we expect them to) so let's at least mention packaging and briefly tell the user what they need to do. (I was going to go into mo

[OE-core] [PATCH v2 2/3] lib/oe/package_manager: avoid traceback with no packages

2015-04-17 Thread Paul Eggleton
If you were using deb packaging, had buildhistory enabled and produced an SDK that contained no packages in one of the sysroots (such as with uninative-tarball) then the do_populate_sdk was failing with a python traceback because there were no fields to split in the output line. Signed-off-by: Pau

[OE-core] [PATCH v2 0/3] Packaging / warning fixes

2015-04-17 Thread Paul Eggleton
A few fixes for things that have been bugging me lately. (I realise we've just changed the S warning recently, hopefully this is the last time...) Changes since v1: * Adjust message for installed-vs-shipped to suggest not installing * Add S warning improvement patch The following changes since co

Re: [OE-core] autom4te segfault in Dumper.so when configuring intltool

2015-04-17 Thread Khem Raj
On Fri, Apr 17, 2015 at 12:15 AM, Richard Purdie wrote: > autoconf-native is near enough one of the primary pieces of the > dependency chain. Having it depend on perl-native is a very very bad > idea, if its possible at all. It might be "correct" in principle but in > practise its not workable. i

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

2015-04-17 Thread Dmitry Eremin-Solenikov
Enable ptest for mdadm, by reusing internal testsuite. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-extended/mdadm/files/run-ptest | 10 ++ meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 29 + 2 files changed, 39 insertions(+) create mode 100644 met

[OE-core] [wic][PATCH] wic: try to find bitbake using find_executable API

2015-04-17 Thread Ed Bartosh
From: Ed Bartosh Current wic code was assuming that bitbake directory is on the same level as scripts, which is not the case for oe classic. Using find_executable bitbake location should be determined better as this API uss $PATH to search for executables. Fixes [YOCTO #7621] Signed-off-by: Ed

[OE-core] Using CRDA in combination with MDEV

2015-04-17 Thread Mike Looijmans
Has anyone here ever got "crda" to work with mdev (instead of udev)? I was getting this message again from the wireless card: cfg80211: Calling CRDA to update world regulatory domain Now CRDA is the answer to that, and until now, I solved it by simply compiling a static rules database into m

Re: [OE-core] [PATCH 0/2] linux-firmware: fix the mess of licenses

2015-04-17 Thread Paul Eggleton
Hi Jackie, On Monday 13 April 2015 10:17:19 jackie.hu...@windriver.com wrote: > From: Jackie Huang > > linux-firmware includes many firmwares and each firmware has their own > license, previously the LICENSE is set to "Proprietary" and some firmware > is split out to separate package such as lin

[OE-core] [PATCH] gmp: remove referencing paths from the build host

2015-04-17 Thread Junling Zheng
Currently ${D}${includedir}/gmp.h references the path of build host incorrectly, remove it. Signed-off-by: Junling Zheng --- meta/recipes-support/gmp/gmp.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 558ee06.

Re: [OE-core] autom4te segfault in Dumper.so when configuring intltool

2015-04-17 Thread Richard Purdie
On Thu, 2015-04-16 at 22:09 -0400, Khem Raj wrote: > On Wed, Apr 15, 2015 at 5:37 PM, Andre McCurdy wrote: > > > > Hiding OE sysroot perl when configuring intltool and using only host > > perl does also prevent the segfault. > > > > I'm not sure what the correct fix is though. Perhaps have the > >