[OE-core] [PATCH 4/5] libaio: Upgrade to 0.3.110

2015-01-09 Thread Saul Wold
Remove old patches and rebase existing ones Add libc for x86 for stack-protector bounce function (__stack_chk_fail_local) Signed-off-by: Saul Wold --- .../recipes-extended/libaio/libaio/00_arches.patch | 208 ++--- .../libaio/libaio/libaio-aarch64.patch | 28 --- ...

[OE-core] [PATCH 3/5] security_flags: disable pie support for libaio, blktrace and ltp

2015-01-09 Thread Saul Wold
libaio when built with pie and fpie does not link correctly with blktrace or ltp so we need to disable those flags until a better solution comes along. Signed-off-by: Saul Wold --- meta/conf/distro/include/security_flags.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro

[OE-core] [PATCH 0/5] Patch and Upgrades

2015-01-09 Thread Saul Wold
Ross, Richard: Here is another round of updates, these are cleaned up from the first batch. libaio, blktrace and ltp do not build correctly with LSB and the -pie and -fpie so that patch is there. Sau! The following changes since commit b61a2acc321489c3427f0afa3059486dc144a13b: bind: Update

[OE-core] [PATCH 1/5 v2] usbutils: Add version 008

2015-01-09 Thread Saul Wold
The latest version of usbutil (v008) uses the latest version of udev (v196 or greater) which is only available as part of the systemd package. So add systemd as a DEPENDS and REQUIRED_DISTRO_FEATURE. Add v008 version of iconv.patch COPYING file is GPLv2, but has newer formatting and address ch

[OE-core] [PATCH 2/5 v2] gnu-efi: Upgrade to 3.0.1

2015-01-09 Thread Saul Wold
This newer version adds ARM64 support and the license information is updated to correctly reflect BSD and GPLv2 Remove parallel-make.patch that was accepted upstream. Signed-off-by: Saul Wold --- .../gnu-efi/gnu-efi/parallel-make.patch| 22 -- .../gnu-efi/{gnu-ef

Re: [OE-core] [PATCH] kernel.bbclass: change oldnoconfig to olddefconfig

2015-01-09 Thread Bruce Ashfield
On Fri, Jan 9, 2015 at 1:04 PM, Bob Cochran wrote: > KERNEL_CONFIG_COMMAND is defined as passing oldnoconfig to > oe_runmake_call, but oldnoconfig is both an alias to olddefconfig and a > misleading name. Therefore, change it to the meaningfully named > option: olddefconfig. We've discussed this

[OE-core] [PATCH] kernel.bbclass: change oldnoconfig to olddefconfig

2015-01-09 Thread Bob Cochran
KERNEL_CONFIG_COMMAND is defined as passing oldnoconfig to oe_runmake_call, but oldnoconfig is both an alias to olddefconfig and a misleading name. Therefore, change it to the meaningfully named option: olddefconfig. For further background, please see commit fb16d8912db5268f29706010ecafff74b971c

Re: [OE-core] [PATCH 3/4] gnu-efi: upgrade to 3.0.1

2015-01-09 Thread Burton, Ross
Hi Robert, On 9 January 2015 at 05:33, Robert Yang wrote: > diff --git a/meta/recipes-bsp/gnu-efi/gnu-efi_3.0u.bb > b/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.1.bb > similarity index 100% > rename from meta/recipes-bsp/gnu-efi/gnu-efi_3.0u.bb > rename to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.1.bb >

[OE-core] [PATCH] socat: forcibly disable use of libbsd

2015-01-09 Thread Ross Burton
Socat will look for openpty() in BSD headers before Linux headers, so if libbsd is present at configure time then that will be used. We don't need to depend on libbsd though, and leaving it floating can cause build errors, so tell configure that the libbsd header isn't present. Signed-off-by: Ros

Re: [OE-core] DNF package manager instead of SMART for rpm

2015-01-09 Thread Mark Hatle
On 1/9/15 5:32 AM, Yevhen Kyriukha wrote: > Hello, > > I'd like to know if there is a chance to replace python-smart with DNF > (github.com/rpm-software-management/dnf)? > DNF already has more features than smart and is well supported (smart > is kind of dead project). > I'd like to prepare a set

Re: [OE-core] [PATCH] BAD_RECOMMENDATIONS also works for RPM packaging.

2015-01-09 Thread Mark Hatle
That is correct.. it was update to work with RPM a year or so ago. Looks like the docs were never updated. --Mark On 1/9/15 10:08 AM, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day > > --- > > unless i misread, BAD_RECOMMENDATIONS works for both IPK and RPM, > but not for DEB.

[OE-core] [PATCH] BAD_RECOMMENDATIONS also works for RPM packaging.

2015-01-09 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- unless i misread, BAD_RECOMMENDATIONS works for both IPK and RPM, but not for DEB. diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 2ab86e1..3a918e8 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf

[OE-core] [PATCH 2/2] init-install-efi.sh: Switch to using static device paths.

2015-01-09 Thread Drew Moseley
Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/initrdscripts/

[OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-09 Thread Drew Moseley
Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/initrdscripts/file

Re: [OE-core] [yocto] Bug reporting and good bug reports

2015-01-09 Thread Trevor Woerner
[If I reply, people will think that I'm really big on this MAINTAINERS file thing, which I'm really not. But if I don't reply I'll feel as though my point was missed :-(] On 01/07/15 16:30, Richard Purdie wrote: > On Wed, 2015-01-07 at 16:21 -0500, Trevor Woerner wrote: >> On 01/07/15 04:25, Richa

[OE-core] recipes-devtools/mtd recipe has extraneous(?) cleanmarker patch

2015-01-09 Thread Robert P. J. Day
more pedantry -- current oe-core mtd-utils_git.bb contains: SRC_URI = "git://git.infradead.org/mtd-utils.git \ file://add-exclusion-to-mkfs-jffs2-git-2.patch \ file://fix-armv7-neon-alignment.patch \ " but mtd-utils/ directory contains patch files: add-exclusio

[OE-core] [PATCH 1/1] wic: fix extended/logical partition layout

2015-01-09 Thread Maciej Borzecki
The patch fixes an issue in laying out extended and logical partitions by wic. The original code produced disk images in which the size 3rd partition as described in MBR was incorrect. Depending on the type of file system used for that partition and size of the partition, it would be impossible to

[OE-core] [PATCH 0/1] wic: fix extended/logical partition layout

2015-01-09 Thread Maciej Borzecki
The patch fixes a problem with laying out partitions in wic. The original code would steal sectors from the last primary partition to accommodate for EBR. This would originally work in mic, but fails with wic (reasons discussed further down this email). The patch removes the sector stealing from t

Re: [OE-core] do_install(), do_install_append() in qemu.inc

2015-01-09 Thread Burton, Ross
On 9 January 2015 at 13:07, Robert P. J. Day wrote: > BTW, the only reason i tripped over this is that the YP dev manual > discourages one from defining both do_install() and > do_install_append() in the same file, so i thought i would do a quick > check under poky to see which files were doing

[OE-core] do_install(), do_install_append() in qemu.inc

2015-01-09 Thread Robert P. J. Day
just a curiosity ... i notice the following snippet in qemu.inc: do_install () { export STRIP="true" autotools_do_install install -d ${D}${datadir}/qemu install -m 0755 ${WORKDIR}/powerpc_rom.bin ${D}${datadir}/qemu } # The following fragment will create a wrapp

[OE-core] [PATCH] bluez5: upgrade to 5.27

2015-01-09 Thread Peter A. Bigot
- Bug fixes in A2DP, OBEX, GATT, and mgmt - Low Energy Secure Connections with 3.19+ kernels See: http://www.bluez.org/release-of-bluez-5-27/ See: http://www.bluez.org/release-of-bluez-5-26/ Signed-off-by: Peter A. Bigot --- meta/recipes-connectivity/bluez5/{bluez5_5.25.bb => bluez5_5.27.bb} | 5

Re: [OE-core] [PATCH V2 0/4] Packages upgrade: groff and directfb

2015-01-09 Thread Burton, Ross
On 29 December 2014 at 05:47, Hongxu Jia wrote: > Hongxu Jia (4): > groff: upgrade 1.22.3 > groff: fix native perl path > directfb: upgrade to 1.7.6 > qt4-embedded: support c++0x stand for directfb > I've merged all of these into MUT apart from "groff: fix native perl path". Adding a de

[OE-core] [PATCH] curl: upgrade to 7.40

2015-01-09 Thread Maxin B. John
Bump to version 7.40 Signed-off-by: Maxin B. John --- meta/recipes-support/curl/{curl_7.38.0.bb => curl_7.40.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/curl/{curl_7.38.0.bb => curl_7.40.0.bb} (93%) diff --git a/meta/recipes-support/curl/curl_7.3

Re: [OE-core] [PATCH V2 0/4] insane.bbclass: add QA check: package-missing

2015-01-09 Thread Hongxu Jia
Ping [PATCH 1/4] insane.bbclass: add QA check: package-missing [PATCH 2/4] perl_5.20.0: fix QA package-missing warnings [PATCH V2 3/4] linux-libc-headers.inc: fix QA package-missing warnings [PATCH V3 4/4] busybox.inc: fix QA package-missing warnings //Hongxu On 12/25/2014 09:48 AM, Hongxu Jia

Re: [OE-core] [PATCH V2 0/4] Packages upgrade: groff and directfb

2015-01-09 Thread Hongxu Jia
On 12/29/2014 01:47 PM, Hongxu Jia wrote: Changed in V2: Ping //Hongxu - Follow Saul's suggestions, investigate groff's README, double check its DEPENDS; - Follow Richard's suggestions, correctly set the path to perl in the recipe. - Fix qt4-embedded build failure which caused by the

[OE-core] DNF package manager instead of SMART for rpm

2015-01-09 Thread Yevhen Kyriukha
Hello, I'd like to know if there is a chance to replace python-smart with DNF (github.com/rpm-software-management/dnf)? DNF already has more features than smart and is well supported (smart is kind of dead project). I'd like to prepare a set of patches for dnf integration. -- Regards, Yevhen --

Re: [OE-core] [PATCH 06/12] json-c: Upgrade to 0.12

2015-01-09 Thread Martin Jansa
On Tue, Jan 06, 2015 at 07:42:16AM -0800, Saul Wold wrote: > Added CFLAGS to prevent compiler error of unused size variable > > Signed-off-by: Saul Wold > --- > meta/recipes-devtools/json-c/{json-c_0.11.bb => json-c_0.12.bb} | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename

[OE-core] [PATCH] openssl: upgrade to 1.0.1k

2015-01-09 Thread Maxin B. John
Upgrade includes 8 CVE bug fixes Signed-off-by: Maxin B. John --- .../openssl/{openssl_1.0.1j.bb => openssl_1.0.1k.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssl/{openssl_1.0.1j.bb => openssl_1.0.1k.bb} (92%) diff --git

Re: [OE-core] [PATCH 1/4] python-git: upgrade to 0.3.3

2015-01-09 Thread Robert Yang
On 01/09/2015 06:33 PM, Paul Eggleton wrote: Hi Robert, On Thursday 08 January 2015 21:33:39 Robert Yang wrote: Signed-off-by: Robert Yang --- ...python-git_0.3.2.RC1.bb => python-git_0.3.3.bb} |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/py

Re: [OE-core] [PATCH 1/4] python-git: upgrade to 0.3.3

2015-01-09 Thread Paul Eggleton
Hi Robert, On Thursday 08 January 2015 21:33:39 Robert Yang wrote: > Signed-off-by: Robert Yang > --- > ...python-git_0.3.2.RC1.bb => python-git_0.3.3.bb} |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python-git_0.3.2.RC1.bb => > python-g

Re: [OE-core] [PATCH] systemd-networkd: cherry picking route handling patch

2015-01-09 Thread Maciej Borzecki
On 01/08 14:35, akuster808 wrote: > Does this affect Dizzy? Yes, Dizzy uses the same revision of systemd (5d0ae62c665262c4c55536457e84e278c252cc0b tagged as v216) as master. -- Maciej Borzęcki Senior Software Developer at Open-RnD Sp. z o.o., Poland www.open-rnd.pl mobile: +48 889 117 365, fax: +