Re: [yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-22 Thread Alex J Lennon
On 22/04/2014 19:14, Mark Hatle wrote: > On 4/22/14, 1:50 AM, Alex J Lennon wrote: >> >> On 22/04/2014 02:36, Mark Hatle wrote: >>> On 4/20/14, 7:15 AM, Alex J Lennon wrote: >>>> Hi, >>>> >>>> I'm trying to put in place a developme

Re: [yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-21 Thread Alex J Lennon
On 22/04/2014 02:36, Mark Hatle wrote: > On 4/20/14, 7:15 AM, Alex J Lennon wrote: >> Hi, >> >> I'm trying to put in place a development workflow using the PR server, >> RPM package feeds and smart update/install on a target. >> >> I see that when

[yocto] Question about rebuilding RPM package index for updated RPMs when bitbake completes

2014-04-20 Thread Alex J Lennon
Hi, I'm trying to put in place a development workflow using the PR server, RPM package feeds and smart update/install on a target. I see that when I modify and rebuild my recipe, foo, the PR server increments its count within the RPM filename, but the RPM feed data doesn't seem to update. e.g. i

[yocto] Best practice for adding smart package feed sources to an image

2014-04-20 Thread Alex J Lennon
Hi all, I'm currently looking at adding smart package management support to an image I'm building for i.MX6 based on RPMs. I've managed to work out how to expose the built packages with some helpful information here, although it presupposes use of opkg https://communities.intel.com/thread/48408

Re: [yocto] [RFC] Blubber, a tool to set up yocto/poky projects easily

2014-03-10 Thread Alex J Lennon
On 10/03/2014 11:32, Josef Holzmayr wrote: > Hello Vali, > >> Vali Cobelea hat am 10. März 2014 um 12:20 >> geschrieben: >> >> The idea behind 'is' would be to have more safety and less crashes when >> one of the arguments, in your case, is empty (eg None). > Well there are cases where I needed t

Re: [yocto] Remote management of embedded devices

2014-03-08 Thread Alex J Lennon
On 07/03/2014 17:42, Mark O'Donovan wrote: > We're experimenting with software called yalertunnel (yaler.net > ). > It causes embedded devices to maintain a connection to a relay server > through which they can be accessed. We are using a 3g broadband > dongle with no static ip o

Re: [yocto] Remote management of embedded devices

2014-03-08 Thread Alex J Lennon
+ On 07/03/2014 13:41, Bryan Evenson wrote: > Alex, > >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto- >> boun...@yoctoproject.org] On Behalf Of Alex J Lennon >> Sent: Friday, March 07, 2014 7:30 AM >> To: yocto@yoctopr

[yocto] Remote management of embedded devices

2014-03-07 Thread Alex J Lennon
Hi, I'm looking into remote management solutions for an upcoming headless mesh edge router running Poky. I think, at least in the initial rollout we're going to need something more than, say, a cron-based package update facility. I'm currently thinking of going down the route of a cloud based ser

Re: [yocto] Error on building

2014-03-05 Thread Alex J Lennon
On 05/03/2014 17:03, ratheesh kannoth wrote: > This wont work. I dont think this patch ever went into pain. I could be wrong, but looking at my current poky/meta/classes/package.bbclass it looks like it's in there around line 1288 http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes

Re: [yocto] Error on building

2014-03-05 Thread Alex J Lennon
On 05/03/2014 16:54, ratheesh kannoth wrote: > On Wed, Mar 5, 2014 at 10:07 PM, Alex J Lennon > wrote: >> On 05/03/2014 16:15, ratheesh kannoth wrote: >>> On Wed, Mar 5, 2014 at 2:55 PM, Alex J Lennon >>> wrote: >>>> Ratheesh, I believe you woul

Re: [yocto] Error on building

2014-03-05 Thread Alex J Lennon
On 05/03/2014 16:15, ratheesh kannoth wrote: > On Wed, Mar 5, 2014 at 2:55 PM, Alex J Lennon > wrote: >> Ratheesh, I believe you would need to ensure that any static libraries >> built are either removed or packaged appropriately so as not to trigger >> the Q/A error.

Re: [yocto] Error on building

2014-03-05 Thread Alex J Lennon
On 05/03/2014 08:01, ratheesh kannoth wrote: > I am getting following error. what is the problem. ? How can i get around > this ? > > > ERROR: QA Issue: non -staticdev package contains static .a library: > sf-test path > '/work/x86_64-wrs-linux/sf/1.0-r0/packages-split/sf-test/lib/snort_dynamice

Re: [yocto] rootfs_failure

2014-03-04 Thread Alex J Lennon
On 04/03/2014 18:18, Joel Parker wrote: > DESCRIPTION = "A console-only image that fully supports the target > device \ > hardware." > > IMAGE_FEATURES += "splash ssh-server-dropbear" > IMAGE_INSTALL += "\ > lighttpd \ > sqlite3 \ > " > > LICENSE = "MIT" > > inherit core-image >

Re: [yocto] rootfs_failure

2014-03-04 Thread Alex J Lennon
On 04/03/2014 18:18, Joel Parker wrote: > DESCRIPTION = "A console-only image that fully supports the target > device \ > hardware." > > IMAGE_FEATURES += "splash ssh-server-dropbear" > IMAGE_INSTALL += "\ > lighttpd \ > sqlite3 \ > " > > LICENSE = "MIT" > > inherit core-image >

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Alex J Lennon
ge with IMAGE_INSTALL += "\ lighttpd \ " Cheers, Alex -- Joel Parker On Tuesday, March 4, 2014 8:00 AM, Alex J Lennon wrote:

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Alex J Lennon
__ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile

Re: [yocto] FILES_${PN} packaging and wildcarded exclusions

2014-03-04 Thread Alex J Lennon
On 04/03/2014 11:01, Paul Eggleton wrote: Hi Alex, On Tuesday 04 March 2014 10:10:13 Alex J Lennon wrote: I'm trying to understand how to cleanly extend FILES${PN} to include files that are staged and need to be packaged If I start

[yocto] FILES_${PN} packaging and wildcarded exclusions

2014-03-04 Thread Alex J Lennon
Hi, I'm trying to understand how to cleanly extend FILES${PN} to include files that are staged and need to be packaged If I start with something like FILES_${PN} += " \ ${libdir}/mono/gac/policy.0.2.Mono.Addins/0.0.0.0__0738eb9f132ed756/* \ ${libdir}/mono/gac/policy.0.2.Mono.Addins.Setup/0.0.0.0

[yocto] [meta-mono] [PATCH 0/1] dbus-sharp, dbus-sharp-glib: Added C# managed implementation of D-Bus and GLib bindings

2014-03-03 Thread Alex J Lennon
://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/dbus-sharp Alex J Lennon (1): dbus-sharp, dbus-sharp-glib: Added C# managed implementation of D-Bus and GLib bindings recipes-mono/dbus-sharp-glib/dbus-sharp-glib.inc | 35 .../dbus-sharp-glib/dbus-sharp-glib_0.6.0.bb

[yocto] [meta-mono] [PATCH 1/1] dbus-sharp, dbus-sharp-glib: Added C# managed implementation of D-Bus and GLib bindings

2014-03-03 Thread Alex J Lennon
Signed-off-by: Alex J Lennon --- recipes-mono/dbus-sharp-glib/dbus-sharp-glib.inc | 35 .../dbus-sharp-glib/dbus-sharp-glib_0.6.0.bb |6 .../fix-message-reader-writer.patch| 29 recipes-mono/dbus-sharp/dbus-sharp.inc

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Alex J Lennon
Paul Eggleton Intel Open Source Technology Centre -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178 This e-mail me

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Alex J Lennon
On 03/03/2014 16:27, Paul Eggleton wrote: > On Monday 03 March 2014 14:53:26 Alex J Lennon wrote: >> On 03/03/2014 14:36, Rick Bianchi wrote: >>> Does anyone know how I can get around this error? There is no such >>> package on sourceforge "Fe

Re: [yocto] WARNING: Failed to fetch URL http://downloads.sourceforge.net/openjade/openjade-0.6.14.tar.gz, attempting MIRRORS if available

2014-03-03 Thread Alex J Lennon
___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA

[yocto] [meta-mono] [PATCH 0/1] fsharp: Add support for F# programming language v3.1

2014-03-03 Thread Alex J Lennon
-mono ajl/fsharp http://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/fsharp Alex J Lennon (1): fsharp: Add support for F# programming language v3.1 recipes-mono/fsharp/fsharp.inc| 43 + recipes-mono/fsharp/fsharp_3.1.1.1.bb |7 ++ 2

[yocto] [meta-mono] [PATCH 1/1] fsharp: Add support for F# programming language v3.1

2014-03-03 Thread Alex J Lennon
Programming @see: http://en.wikipedia.org/wiki/F_Sharp_(programming_language) Signed-off-by: Alex J Lennon --- recipes-mono/fsharp/fsharp.inc| 43 + recipes-mono/fsharp/fsharp_3.1.1.1.bb |7 ++ 2 files changed, 50 insertions(+) create mode 100644

[yocto] [meta-mono] [PATCH 1/1] mono-native: Modify build to eliminate dependency on on host system mscorlib.dll

2014-03-02 Thread Alex J Lennon
patch in place a build of a qemux86 image succeeds with Mono 3.2.8 on the host and the mono-helloworld recipe files can be executed successfully Signed-off-by: Alex J Lennon --- .../mono/mono-3.2.8/fix-basic-mscorlib-dep.patch | 11 +++ recipes-mono/mono/mono-native_3.2.8.bb

[yocto] [meta-mono] [PATCH 0/1] mono-native: Modify build to eliminate dependency on on host system mscorlib.dll

2014-03-02 Thread Alex J Lennon
http://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/mono Alex J Lennon (1): mono-native: Modify build to eliminate dependency on on host system mscorlib.dll .../mono/mono-3.2.8/fix-basic-mscorlib-dep.patch | 11 +++ recipes-mono/mono/mono-native_3.2.8.bb |5

[yocto] [meta-mono] [PATCH 1/1] mono-basic: Add VisualBasic.NET support with mono-basic v2.10

2014-02-28 Thread Alex J Lennon
://mono.1490590.n4.nabble.com/mod-mono-with-VB-The-library-Microsoft-VisualBasic-dll-could-not-be-found-td4659980.html Signed-off-by: Alex J Lennon --- recipes-mono/mono-basic/mono-basic.inc | 47 recipes-mono/mono-basic/mono-basic_2.10.bb |5 +++ 2 files

[yocto] [meta-mono] [PATCH 1/1] mono-basic: Add VisualBasic.NET support with mono-basic v2.10

2014-02-28 Thread Alex J Lennon
/cgit.cgi/meta-mono/log/?h=ajl/mono-basic Alex J Lennon (1): mono-basic: Add VisualBasic.NET support with mono-basic v2.10 recipes-mono/mono-basic/mono-basic.inc | 47 recipes-mono/mono-basic/mono-basic_2.10.bb |5 +++ 2 files changed, 52 insertions(+) create

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 22:04, Paul Eggleton wrote: > On Thursday 27 February 2014 19:15:38 Alex J Lennon wrote: >> On 27/02/2014 18:48, Paul Eggleton wrote: >>> On Thursday 27 February 2014 18:29:59 Alex J Lennon wrote: >>>> On 27/02/2014 18:18, Paul Eggleton wrote: &g

[yocto] [meta-mono] [PATCH 1/1] mono-xsp: Updated to 2.10

2014-02-27 Thread Alex J Lennon
est Runs by default on :8080, displays "Welcome to Mono XSP!" page and examples appear to work Signed-off-by: Alex J Lennon --- recipes-mono/mono-xsp/mono-xsp.inc | 33 + recipes-mono/mono-xsp/mono-xsp_1.2.5.bb | 228 --- recipes-mono/mono-xsp/mon

[yocto] [meta-mono] [PATCH 0/1] mono-xsp: Update to 2.10

2014-02-27 Thread Alex J Lennon
://git.yoctoproject.org/meta-mono ajl/mono-xsp http://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/mono-xsp Alex J Lennon (1): mono-xsp: Updated to 2.10 recipes-mono/mono-xsp/mono-xsp.inc | 33 + recipes-mono/mono-xsp/mono-xsp_1.2.5.bb | 228 --- recipes

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 18:48, Paul Eggleton wrote: > On Thursday 27 February 2014 18:29:59 Alex J Lennon wrote: >> On 27/02/2014 18:18, Paul Eggleton wrote: >>> PR values needn't match up between different distros. The point is they >>> should get increased when a materi

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 18:48, Paul Eggleton wrote: On Thursday 27 February 2014 18:29:59 Alex J Lennon wrote: On 27/02/2014 18:18, Paul Eggleton wrote: PR values needn't match up between different distros. The point is they s

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 18:18, Paul Eggleton wrote: On Thursday 27 February 2014 17:32:29 Alex J Lennon wrote: On 27/02/2014 17:09, Paul Eggleton wrote: On Thursday 27 February 2014 08:30:10 Khem Raj wrote: On

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 17:09, Paul Eggleton wrote: > On Thursday 27 February 2014 08:30:10 Khem Raj wrote: >> On Feb 27, 2014, at 7:59 AM, Alex J Lennon >> wrote: >>> On 27/02/2014 15:50, Khem Raj wrote: >>> > On Feb 27, 2014, at 6:16 AM, Alex J Lennon >>&

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 17:04, Khem Raj wrote: > > On Feb 27, 2014, at 8:33 AM, Alex J Lennon > mailto:ajlen...@dynamicdevices.co.uk>> > wrote: > >> >> On 27/02/2014 16:30, Khem Raj wrote: >>> >>> On Feb 27, 2014, at 7:59 AM, Alex J Lennon &

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 16:30, Khem Raj wrote: > > On Feb 27, 2014, at 7:59 AM, Alex J Lennon > mailto:ajlen...@dynamicdevices.co.uk>> > wrote: > >> >> On 27/02/2014 15:50, Khem Raj wrote: >> > >> > On Feb 27, 2014, at 6:16 AM, Alex J Lennon >>

Re: [yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
On 27/02/2014 15:50, Khem Raj wrote: > > On Feb 27, 2014, at 6:16 AM, Alex J Lennon wrote: > >> +PR = "r1" >> + > > get rid of that Why is that Khem? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-mono] [PATCH 1/1] gtk-sharp: Updated to GTK# 2.12.21

2014-02-27 Thread Alex J Lennon
f-by: Alex J Lennon --- .../fix-ambiguous-actions-glib-includes.patch | 99 --- recipes-mono/gtk-sharp/gtk-sharp.inc | 36 ++- recipes-mono/gtk-sharp/gtk-sharp_2.10.2.bb | 101 recipes-mono/gtk-sharp/gtk-sharp_2.12.21.bb

[yocto] [meta-mono] [PATCH 0/1] gtk-sharp: Updated to 2.12.21

2014-02-27 Thread Alex J Lennon
/cgit.cgi/meta-mono/log/?h=ajl/gtk-sharp Alex J Lennon (1): gtk-sharp: Updated to GTK# 2.12.21 .../fix-ambiguous-actions-glib-includes.patch | 99 --- recipes-mono/gtk-sharp/gtk-sharp.inc | 36 ++- recipes-mono/gtk-sharp/gtk-sharp_2.10.2.bb | 101

Re: [yocto] [PATCH 1/2] mono-xsp: Fix parse warnings

2014-02-26 Thread Alex J Lennon
On 04/02/2014 18:44, Khem Raj wrote: > WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} > ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig > ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la > ${base_libdir}/*.la) replaces original key FILES_m

[yocto] Board farm and automated testing for meta-mono

2014-02-26 Thread Alex J Lennon
Hi, I recall some discussions about a board farm, and can see some older emails in the list which touch upon this. At some point I'd like to add some simple tests to meta-mono to automate testing on ARM vfp/hardfp, qemux86, MIPS, PPC etc. Does a board farm consisting of different architectures e

[yocto] [PATCH 1/2] libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8

2014-02-25 Thread Alex J Lennon
round, breaking building of libgdiplus. This slight change uses the "official" way to include the required header file, without breaking building on older versions of the library." Signed-off-by: Alex J Lennon --- ...gdiplus-2.10.x-use-freetype-includ

[yocto] [PATCH 2/2] mono: Update Mono to 3.2.8

2014-02-25 Thread Alex J Lennon
include myself. Signed-off-by: Alex J Lennon --- README | 74 +--- .../mono/files/mono-2.11/data/config.in.diff | 11 --- .../mono/files/patch-mono-atomic-armv6.patch | 66 - .../files/patch-mono-native

[yocto] [meta-mono] [PATCH 0/2] mono: Update Mono to 3.2.8

2014-02-25 Thread Alex J Lennon
://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/mono-3.2.8 Alex J Lennon (2): libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8 mono: Update Mono to 3.2.8 README | 74

[yocto] [PATCH 1/1] libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8

2014-02-05 Thread Alex J Lennon
round, breaking building of libgdiplus. This slight change uses the "official" way to include the required header file, without breaking building on older versions of the library." Signed-off-by: Alex J Lennon --- ...gdiplus-2.10.x-use-freetype-includ

[yocto] [PATCH 0/1] libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8

2014-02-05 Thread Alex J Lennon
://git.yoctoproject.org/cgit.cgi/meta-mono/log/?h=ajl/libgdiplus-2.10.8 Alex J Lennon (1): libgdiplus: Fix build error relating to missing freetype/tttables.h, and update to libgdiplus 2.10.8 ...gdiplus-2.10.x-use-freetype-include-macro.patch | 14 ++ .../{libgdiplus_2.10.bb

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-31 Thread Alex J Lennon
w :) Cheers, Alex On Thu, Jan 30, 2014 at 4:00 PM, Alex J Lennon <ajlen...@dynamicdevices.co.uk> wrote: On 30/01/2014 23:54, Adam Lee wrote:

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-30 Thread Alex J Lennon
ing the kernel Cheers, Alex Adam On Wed, Jan 29, 2014 at 12:09 PM, Alex J Lennon <ajlen...@dynamicdevices.co.uk>

Re: [yocto] Yocto Project and OpenEmbedded Logos

2014-01-30 Thread Alex J Lennon
elines. That page doesn't seem to contain any info. Cheers, -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178 This e-mai

Re: [yocto] How to temporarily disable a package rebuild during an image build?

2014-01-30 Thread Alex J Lennon
ished porting the kernel Cheers, Alex Adam On Wed, Jan 29, 2014 at 12:09 PM, Alex J Lennon <ajlen...@dynamicdevices.co.uk> wrote: Hi, I was wondering

[yocto] How to temporarily disable a package rebuild during an image build?

2014-01-29 Thread Alex J Lennon
Hi, I was wondering if there's a per-package environment variable I could use to contrain the rebuilding of packages? i.e. I am modifying a linux-imx kernel, rebuilding that kernel package and then generating an output filesystem image to boot from an SD card for testing. Each time I modify linu

Re: [yocto] Call for demos

2014-01-02 Thread Alex J Lennon
On 02/01/2014 13:36, Philip Balister wrote: On 01/02/2014 07:34 AM, Alex J Lennon wrote: On 02/01/2014 00:06, Philip Balister wrote: I was thinking about demos for FOSDEM (thanks to the people that have already offered some

Re: [yocto] Call for demos

2014-01-02 Thread Alex J Lennon
On 02/01/2014 00:06, Philip Balister wrote: I was thinking about demos for FOSDEM (thanks to the people that have already offered some) and realized I should reach out to the broader community. OpenEmbedded has a stand (table) at FOSDEM to show of the project to the oen source community. Typica

Re: [yocto] FOSDEM 2014 Embedded dev room CFP

2013-11-08 Thread Alex J Lennon
rds, Alex Cheers, Paul -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178 This e-mail message may contain confidenti

[yocto] [meta-mono] Mono 3.2.3 support

2013-11-05 Thread Alex J Lennon
Hi all, I've successfully built and tested a Mono 3.2.3 recipe with Yocto. The code is in a fork I took of current meta-mono head, which is here: g...@git.assembla.com:ciseco-eve.meta-mono.git Web access:https://www.assembla.com/code/ciseco-eve/git-2/nodes

Re: [yocto] Mono 2.10.8.1 (meta-mono) Corelib not in sync with runtime...

2013-11-03 Thread Alex J Lennon
On 02/11/2013 21:49, Ryan Kirkpatrick wrote: On Thu, 31 Oct 2013, Alex J Lennon wrote: I see that Mono no longer seems to be building against Yocto head / qemux86 (for me at least) and am considering looking at a recipe to build the current

Re: [yocto] [meta-mono] Question about Q/A installed vs shipped failure

2013-11-01 Thread Alex J Lennon
On 01/11/2013 11:32, Paul Eggleton wrote: Hi Alex, On Friday 01 November 2013 10:03:44 Alex J Lennon wrote: I'm looking at at the gtk-sharp recipe in meta-mono: http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/tree/recipes-mono/gtk-s

[yocto] [meta-mono] Question about Q/A installed vs shipped failure

2013-11-01 Thread Alex J Lennon
I'd rather not disable Q/A in this manner. Thanks, Alex -- Dynamic Devices Ltd <http://www.dynamicdevices.co.uk/> Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178 Linkedin <http://www.linkedin.com/in/alexjlennon> Skype This e-mail message

Re: [yocto] Mono 2.10.8.1 (meta-mono) Corelib not in sync with runtime...

2013-10-31 Thread Alex J Lennon
o mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Alex J Lennon / Director 1 Queensway, Liverpool L22 4RA mobile: +44 (0)7956 668178

[yocto] [meta-mono] Xaramarin no longer providing mono-tools

2013-09-21 Thread Alex J Lennon
Hi, I'm about to start testing the meta-mono layer with Yocto on the Freescale i.MX6 Sabre board. I'll feed-back my results testing some simple command line and Windows Forms applications for the readme, assuming this hasn't already been done. As I setup for this I see that Xamarin are no l

Re: [yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2013-01-25 Thread Alex J Lennon
On 24/01/2013 19:15, Bruce wrote: Alex J Lennon writes: Hi all, Autif, I've been working to support .NET development on Linux over the past few days. There is a Visual Studio plugin, MonoTools for Visual Studio which provides support for local and remote debugging of .NET applications

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 14:11, Gary Thomas wrote: On 2013-01-16 07:02, Alex J Lennon wrote: On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 13:59, Robert P. J. Day wrote: On Wed, 16 Jan 2013, Alex J Lennon wrote: On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-16 Thread Alex J Lennon
On 16/01/2013 05:45, Ed Nelson wrote: I finally got a response back from github Hi Ed, We tracked the issue down to an internal network timeout (it only happens when `--quiet` is used, because git is silent on the network while preparing the clone in that case). We've bumped up the limit

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-09 Thread Alex J Lennon
> In the 1.1 timeframe I proposed something similar for a demo/research > project - I'll just copy the proposal verbatim below in case any of the > ideas could be of any value. Very interesting Tom. Thanks for your thoughts. > if throwing a > 40-processor system at a build doesn't really help

Re: [yocto] wiki page for building basic image for raspberry pi

2013-01-08 Thread Alex J Lennon
On 08/01/2013 12:49, Robert P. J. Day wrote: > > after reading what's available, i gave it a shot and documented the > results here: > > http://www.crashcourse.ca/wiki/index.php/Building_basic_RPi_image > > the build seems to have worked, although i have no rpi unit on which > to test the ge

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
On 07/01/2013 17:53, Robert P. J. Day wrote: > fatal: The remote end hung up unexpectedly > fatal: early EOF > fatal: index-pack failed fwiw there's a note here which relates to Cygwin: http://stackoverflow.com/questions/2505644/git-checking-out-problem-fatal-early-eofs I wonder if it might be w

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-07 Thread Alex J Lennon
> Alex > > Thanks I was able to download and build core-image-sato > > Having discussion with github but no real solution yet. > Hi Ed, I'm glad that was useful in moving you forward. I did some googling and this issue with GitHub does seem to pop up intermittently. My gut feeling is there's so

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-04 Thread Alex J Lennon
> It should just be a matter of changing a few git revisions, and tweaking > the wording a bit to involve the new meta-yocto, meta-yocto-bsp split. > If anyone wishes to step up to the plate the source for this blog post > is available at [1] and I will happily accept patches. > Jack, I've tak

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
On 04/01/2013 22:43, Mark Hatle wrote: > On 1/4/13 2:56 PM, Alex J Lennon wrote: >> >> Can anybody advise on whether bitbake currently supports offloading of >> build tasks onto multiple systems? Perhaps cloud based? > > I see Chris Larson has already answer the main q

Re: [yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
On 04/01/2013 21:08, Chris Larson wrote: > > > On Fri, Jan 4, 2013 at 1:56 PM, Alex J Lennon > mailto:ajlen...@dynamicdevices.co.uk>> > wrote: > > Can anybody advise on whether bitbake currently supports offloading of > build tasks onto multipl

[yocto] Bitbake and task offloading onto multiple cloud-based servers

2013-01-04 Thread Alex J Lennon
Can anybody advise on whether bitbake currently supports offloading of build tasks onto multiple systems? Perhaps cloud based? I'm thinking that it would be more efficient for me if I could bring up a number of Amazon EC2 servers (or similar) then have bitbake parallelise the build onto those ser

Re: [yocto] Raspberry Pi do_fetch failure

2013-01-04 Thread Alex J Lennon
On 01/01/2013 17:34, ed nelson wrote: > I am getting a do_fetch failure on raspberrypi kernel. Is anyone else > having this problem? > > Build Configuration: > BB_VERSION= "1.16.0" > TARGET_ARCH = "arm" > TARGET_OS = "linux-gnueabi" > MACHINE = "raspberrypi" > DIS

Re: [yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2013-01-03 Thread Alex J Lennon
On 03/01/2013 15:24, Autif Khan wrote: > On Wed, Jan 2, 2013 at 3:46 PM, Alex J Lennon > wrote: >> On 02/01/2013 20:27, Autif Khan wrote: >>> On Thu, Dec 27, 2012 at 12:10 PM, Autif Khan wrote: >>>> On Wed, Dec 26, 2012 at 12:05 PM, Alex J Lennon

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-03 Thread Alex J Lennon
On 03/01/2013 10:48, Jack Mitchell wrote: > On 02/01/13 21:47, David Evans wrote: >> Dear Sirs, >> >> I apologise for asking this question to everyone, but I can't figure >> out who best to direct this question to. >> >> When I build the standard Yocto Project in the Quick-Start guide I get >> th

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-02 Thread Alex J Lennon
On 02/01/2013 21:55, Gary Thomas wrote: > On 2013-01-02 14:47, David Evans wrote: >> Dear Sirs, >> >> I apologise for asking this question to everyone, but I can't figure out who >> best to direct this question to. >> >> When I build the standard Yocto Project in the Quick-Start guide I get the >

Re: [yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2013-01-02 Thread Alex J Lennon
On 02/01/2013 20:27, Autif Khan wrote: > On Thu, Dec 27, 2012 at 12:10 PM, Autif Khan wrote: >> On Wed, Dec 26, 2012 at 12:05 PM, Alex J Lennon >> wrote: >>> Hi all, Autif, >>> >>> I've been working to support .NET development on Linux >>>

Re: [yocto] How to include RPM database into target image?

2013-01-01 Thread Alex J Lennon
Hi Paul, >You only need to ensure that "package-management" is present in >IMAGE_FEATURES. You can do this from local.conf by adding the following to it: Many thanks - that seems to do the trick. And Happy New Year! Regards, Alex ___ yocto mailing

[yocto] How to include RPM database into target image?

2012-12-29 Thread Alex J Lennon
Presumably this is very obvious, apologies, but I can't track down the answer. I'm building a distro based on Yocto for a Raspberry Pi but I don't seem to have the RPM database / sample feeds installed on the target image. Having hunted around and googled I can't spot the environment variab

[yocto] [meta-mono] Support for Visual Studio debugging on Yocto/OE targets (e.g. RPi)

2012-12-26 Thread Alex J Lennon
Hi all, Autif, I've been working to support .NET development on Linux over the past few days. There is a Visual Studio plugin, MonoTools for Visual Studio which provides support for local and remote debugging of .NET applications with Mono. This requires a remote stub to be running on the targe

<    1   2   3