[OE-core] [PATCH] gcc-4.7: fix gcc ICE when building with gcc-4.8

2013-05-01 Thread Josh Cartwright
Backport fix for internal compiler error when building gcc-4.7.2 with a gcc-4.8.0 host gcc. See upstream bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56308 Signed-off-by: Josh Cartwright --- meta/recipes-devtools/gcc/gcc-4.7.inc | 3 +- .../gcc/gcc-4.7/avoid-oob-array

[OE-core] [oe-core][dylan][PATCH] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-06-26 Thread Josh Cartwright
Please cherrypick upstream commit 8792b7f ("openssl: fix documentation build errors with Perl 5.18") onto the dylan branch. It should apply cleanly; I've also appended it below. This fixes the following build error building openssl: | installing man1/CA.pl.1ssl | installing man1/asn1parse.1ssl |

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-26 Thread Josh Cartwright
On Wed, Aug 26, 2015 at 01:57:13PM -0400, Bruce Ashfield wrote: > On Wed, Aug 26, 2015 at 1:55 PM, Josh Cartwright wrote: > > On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: > >> On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky > >> wrote: [..] > >

Re: [OE-core] [PATCH 1/2] kernel-headers: linux kernel headers

2015-08-26 Thread Josh Cartwright
Hey Bruce- (Just dug this up because it was relevant to a conversation in the office.) On Tue, Aug 04, 2015 at 11:20:11PM -0300, Bruce Ashfield wrote: > On Mon, Aug 3, 2015 at 5:35 PM, Juro Bystricky > wrote: > > Header files and scripts for building modules for Linux kernel. > > > > A set of f

[OE-core] [PATCH] rt-tests: drop unnecessary added-missing-dependencies.patch

2015-08-28 Thread Josh Cartwright
Neither the hackbench target, or the rt-migrate-test target actually depend on librttest.a; drop this unnecessary patch. Signed-off-by: Josh Cartwright --- .../files/added-missing-dependencies.patch | 42 -- meta/recipes-rt/rt-tests/rt-tests.inc | 1

[OE-core] [PATCH] rt-tests: bump to v0.94

2015-09-22 Thread Josh Cartwright
-tests build system the proper $(HOST_CC_ARCH)$(TOOLCHAIN_OPTIONS) via $CFLAGS. Signed-off-by: Josh Cartwright --- ...1-rt-tests-Allow-for-user-specified-PYLIB.patch | 35 --- ...02-rt-tests-Break-out-install_hwlatdetect.patch | 68 -- .../rt-tests/files/Makefile-fix-gzip

Re: [OE-core] [PATCH] rt-tests: bump to v0.94

2015-09-22 Thread Josh Cartwright
On Tue, Sep 22, 2015 at 03:08:54PM +0100, Burton, Ross wrote: > On 22 September 2015 at 13:24, Josh Cartwright wrote: > > All of the rt-tests patches that OE has been carrying have been > > upstreamed or superceded by changes in the v0.94 release. > > > > Sorry