On Wed, Feb 20, 2013 at 11:30 AM, Evgheni Antropov <aid...@gmail.com> wrote:
> In my case I have resolved it in another way:
>
> correct in Makefile for "eglib" folder SUBDIRS variables and excluded "test"
> from them values:
>
> -----------------------------------------
> egrep "SUBDIRS =" ./mono-2.10.2/build/eglib/Makefile
> DIST_SUBDIRS = src test
> SUBDIRS = src test
> #SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
>
> +++++++++++++++++++++++++++++++++++++++++
> egrep "SUBDIRS =" ./mono-2.10.2/build/eglib/Makefile
> DIST_SUBDIRS = src
> SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
>
> "build" is my own directory where I'm compiling mono.
>
>
Just FYI - meta-mono is available as a layer that can build mono on a
build machine (cross compilation) instead of natively compiling mono
in target device.

http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to