Re: [OE-core] [PATCH 3/3] bind: Update to 9.9.5

2014-03-10 Thread Richard Purdie
On Sun, 2014-03-09 at 20:48 -0700, Saul Wold wrote: Remove CVE patches that are in bind Updated COPYRIGHT includes date changes the NetBSD Copyright Modifies the Base BSD License to 3-Clause (removes advertising clause)w Add patch to disable running tests on host bind: Add python-core for

Re: [OE-core] [PATCH 2/3] buildhistory.bbclass: Fix dependency files creation

2014-03-10 Thread Laurentiu Palcu
I succeeded to replicate this. I'll take a look at it. laurentiu On Sat, Mar 08, 2014 at 04:23:22PM +0800, Hongxu Jia wrote: On 03/07/2014 02:35 PM, Laurentiu Palcu wrote: On Thu, Mar 06, 2014 at 09:55:38PM +, Richard Purdie wrote: On Wed, 2014-03-05 at 14:39 +0200, Laurentiu Palcu wrote:

Re: [OE-core] No versioning for existing images

2014-03-10 Thread Laszlo Papp
On Tue, Feb 25, 2014 at 7:22 AM, Anders Darander and...@chargestorm.se wrote: Well, if you set it as a variable, you can always use it in e.g. the IMAGE_PREPROCESS_COMMAND, to store it to a suitable file in the image. Just as I'm storing the output from git describe. This makes me think that

[OE-core] [PATCH] classes/sstate: don't overwrite buildhistory vardepsexclude

2014-03-10 Thread Paul Eggleton
This was stomping over the value added in buildhistory.bbclass, leading to task signatures *still* changing when buildhistory was added to INHERIT. Fixes [YOCTO #5897]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1

[OE-core] [PATCH] ptest: Don't enable ptest for nativesdk and cross-canadian packages

2014-03-10 Thread Tudor Florea
The ptest is useful in context of deployment to the target hence we don't need ptest for nativesdk and cross-canadian packages Signed-off-by: Tudor Florea tudor.flo...@enea.com --- meta/classes/ptest.bbclass |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/ptest.bbclass

Re: [OE-core] [PATCH 1/1] dbus: fix a hard dependency about dbus-ptest

2014-03-10 Thread Burton, Ross
On 7 March 2014 02:13, Chong Lu chong...@windriver.com wrote: Do you mean using PACKAGES += ${@base_contains('IMAGE_FEATURES', 'ptest-pkgs', 'dbus-ptest-ptest', 'dbus-ptest', d)} or something else? Clearly I wasn't thinking clearly last week. You can't check IMAGE_FEATURES in a non-image

Re: [OE-core] [PATCH 3/3] bind: Update to 9.9.5

2014-03-10 Thread Saul Wold
On 03/09/2014 11:09 PM, Richard Purdie wrote: On Sun, 2014-03-09 at 20:48 -0700, Saul Wold wrote: Remove CVE patches that are in bind Updated COPYRIGHT includes date changes the NetBSD Copyright Modifies the Base BSD License to 3-Clause (removes advertising clause)w Add patch to disable running

[OE-core] OE Changelog since 2014-03-02 until 2014-03-09

2014-03-10 Thread cliff . brake
Changelog since 2014-03-02 until 2014-03-09. 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:

[OE-core] [PATCH] eglibc: Fix build for FSL ppc/fpu

2014-03-10 Thread Khem Raj
The patch needs to adapt to upstream changes should fix errors on e500mc+ based SOCs This should fix [YOCTO #5871] Signed-off-by: Khem Raj raj.k...@gmail.com --- .../eglibc/eglibc-2.19/glibc.fix_sqrt2.patch | 162 - 1 file changed, 90 insertions(+), 72 deletions(-)

Re: [OE-core] [PATCH] python3: Add ptest support

2014-03-10 Thread Saul Wold
On 03/06/2014 04:54 PM, Paul Barker wrote: A run-ptest script written in python is added which defines a new TestRunner subclass which prints test results in the required ptest format and then executes python's built-in testsuite using this new TestRunner subclass. The built-in testsuite is

Re: [OE-core] [PATCH 0/4] Add gummiboot boot manager alongside grub-efi

2014-03-10 Thread Darren Hart
On 3/9/14, 9:04, Stefan Stanacar stefanx.stana...@intel.com wrote: Hello, This series adds recipes for gummiboot and a class allowing it to be used as the boot loader for live/hddimg images. Without changing EFI_PROVIDER, we have the same behaviour for EFI machines. Using EFI_PROVIDER =

Re: [OE-core] [PATCH][resend] runqemu: Add option for custom BIOS directory

2014-03-10 Thread Ricardo Neri
On Sun, 2014-03-09 at 00:09 -0800, Saul Wold wrote: On 03/07/2014 04:30 PM, Ricardo Neri wrote: Add support to specify a directory for custom BIOS, VGA BIOS and keymaps as supported by qemu (-L option). Even though this can be done through qemuparams, having this option provides better user

Re: [OE-core] [PATCH] wic: Use mke2fs to create the ext2/3/4 image

2014-03-10 Thread Richard Purdie
On Mon, 2014-03-10 at 19:05 -0500, Tom Zanussi wrote: On Sun, 2014-03-09 at 18:04 -0700, Richard Purdie wrote: On Sat, 2014-03-08 at 19:23 -0300, João Henrique Ferreira de Freitas wrote: OE-core commit f3a95ca6886b55e5819b068bdbd2cceb882d91a6 removed the populate-extfs.sh. So mke2fs