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
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
+/
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
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
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
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(+
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
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
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