[yocto] [meta-mono][PATCH 0/7] Updates to meta-mono layer

2016-11-05 Thread Barry Grussling
I have a need to run Mono 4.6.1 on an ARM system. The last commit to the yocto meta-mono tree is over six months old so I figured I would take a crack at it myself. Hopefully these patches help somebody else. I would appreciate other people testing them. I have only ran non-gui apps on the cons

[yocto] [meta-mono][PATCH 2/7] Separate license from mono-4.xx.inc

2016-11-05 Thread Barry Grussling
During the last year Mono changed licenses from GPLv2 to MIT: http://www.mono-project.com/news/2016/03/31/mono-relicensed-mit/ As such, we need to split the license out from mono-4.xx.inc so that future consumers of that include can change the license as needed. This changeset introduces mono-gpl

[yocto] [meta-mono][PATCH 6/7] Allow PACKAGECONFIG to configure libgdiplus

2016-11-05 Thread Barry Grussling
This changeset allows PACKAGECONFIG to determine the configuration of libgdiplus as it applies to jpeg, gif, exif, and tiff. Signed-off-by: Barry Grussling --- README.md| 14 -- recipes-mono/libgdiplus/libgdiplus_2.10.8.bb | 8 +++- 2 files ch

[yocto] [meta-mono][PATCH 7/7] Add ARM patch for fast-tls

2016-11-05 Thread Barry Grussling
Attempting to fix upstream bug from: https://bugzilla.xamarin.com/show_bug.cgi?id=44918 Signed-off-by: Barry Grussling --- .../ARM-Disable-fast-tls-on-embedded-mono.patch| 30 ++ recipes-mono/mono/mono_4.6.1.5.bb | 3 +++ 2 files changed, 33 insertions(+

[yocto] [meta-mono][PATCH 5/7] mono: add support for mono 4.6.1.5

2016-11-05 Thread Barry Grussling
Upgrade the mono framework to 4.6.1.5. Only real issue was problems with the .NETPortable directory: ERROR: mono-4.6.1.5-r0 do_package: QA Issue: mono: Files/directories were installed but not shipped in any package: /usr/lib/mono/xbuild-frameworks/.NETPortable /usr/lib/mono/xbuild-frameworks

[yocto] [meta-mono][PATCH 3/7] mono-4.xx: Remove --disable-static from EXTRA_OECONF

2016-11-05 Thread Barry Grussling
This is an inclusion of Fabio Berton's patch from: http://yocto.yoctoproject.narkive.com/yo6DAY92/meta-mono-patch-mono-4-xx-remove-disable-static-from-extra-oeconf I am not able to build Mono on Krogoth without it. See https://bugzilla.xamarin.com/show_bug.cgi?id=33081 for more details. Signed-o

[yocto] [meta-mono][PATCH 4/7] Add the MIT license inc

2016-11-05 Thread Barry Grussling
With the change to MIT license in Mono, the license information is tracked in the LICENSE file. Signed-off-by: Barry Grussling --- recipes-mono/mono/mono-mit.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-mono/mono/mono-mit.inc diff --git a/recipes-mono/mono/mono-mit.i

[yocto] [meta-mono][PATCH 1/7] Add a base .gitignore

2016-11-05 Thread Barry Grussling
Setup a base .gitignore file Signed-off-by: Barry Grussling --- .gitignore | 7 +++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..c01df45 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.pyc +*.pyo +/

Re: [yocto] [meta-raspberrypi][PATCH v3] u-boot: Simplify boot script

2016-11-05 Thread Tom Rini
On Sat, Nov 05, 2016 at 12:50:07PM +1100, Jonathan Liu wrote: [snip] > +++ b/recipes-bsp/u-boot/files/rpi-fdt-addr.patch > @@ -0,0 +1,77 @@ > +From 0bb380da174f9372a706b5a4914a4c06ad7fbfdf Mon Sep 17 00:00:00 2001 > +From: Jonathan Liu > +Date: Sat, 5 Nov 2016 12:43:47 +1100 > +Subject: [PATCH] r