On Tue, Mar 5, 2013 at 9:20 PM, Paul D. DeRocco wrote:
> This is really a Linux question, but since it is specifically about embedded
> systems, I'm hoping this group is a good place to ask.
>
> My application is based on an Atom, with a small USB flash drive (SLC) for
> its storage. I'm trying to
On Mon, Jan 21, 2013 at 6:17 PM, Khem Raj wrote:
> bitbake/master does not like it anymore
>
> Signed-off-by: Khem Raj
> ---
> .../monotools-server/monotools-server_2.0.bb |2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/recipes-mono/monotools-server/monotools-server_2.0.bb
>
On Mon, Jan 21, 2013 at 6:17 PM, Khem Raj wrote:
> Fixes parsing errors which is appearing after this commit to
> meta-openembedded
>
> http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f
>
> This triggers
> exception NameError: name 'base_contains' is not defined
> w
On Wed, Feb 20, 2013 at 11:30 AM, Evgheni Antropov 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
/&&$1){print("# "$1" is not
set")}else{print}}' \
111 ${S}/.config.oe-tmp > ${S}/.config
112 fi
113 }
> Thanks,
>
> Brian
>
>
> On 1/16/2013 6:13 AM, Autif Khan wrote:
>>
>> On Tue, Jan 15, 2013 at 6:57 PM, Brian Smu
On Tue, Jan 15, 2013 at 6:57 PM, Brian Smucker wrote:
> Hi Rudolf,
>
>
> On 1/15/2013 3:28 PM, Rudolf Streif wrote:
>>
>>
>> Brian,
>>
>> What are you exactly referring to as "new version"? The package version
>> that bitbake builds is defined by the recipe, through the version
>> designation in t
On Thu, Jan 3, 2013 at 10:45 AM, Alex J Lennon
wrote:
> 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:
&g
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
>>> wrote:
>>>> Hi all, Autif,
>>>>
&g
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
>> over the past few days.
>>
>> There is a Visual Stud
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
> 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 applicatio
I have been stuck with Denzil and have not kept up with git's tip
(just because my hardware was fully supported by Denzil). However,
when Danny came out I had to try it.
I love what has been done with tracking the tasks being performed -
instead of the build logs scrolling by (which I can tail in
On Tue, Sep 4, 2012 at 11:15 PM, Wangdawei wrote:
> Hi
>
> I need to add a new environment that LD_LIBRARY_PATH when I use my
> own external toolchain .
>
> I add 1 line in external-toolchain.inc “LD_LIBRARY_PATH =.
> "${EXTERNAL_TOOLCHAIN}/i586-target-linux-gnu/lib:"”,but there
On Tue, Sep 4, 2012 at 1:14 PM, Raul Rosetto Munoz wrote:
> Hello,
> I have some files that compose my application, and I want to put this files
> in the "/home/prjs" folder, I know That I need to install the prjs folder
> and the other files in this folder.
>
> What I dont know first, How to crea
> Is the list of values for IMAGE_FSTYPES documented somewhere? Searching
> though the documentation shows references to it, but not a list of values
> that are supported.
meta/classes/image_types.bbclass
look for IMAGE_TYPES
___
yocto mailing list
yo
On Tue, May 22, 2012 at 7:43 AM, jfabernathy wrote:
> when testing an image using runqemu qemux86, can you get networking to
> work?? mine comes up disabled. I want to test an application that requires
> Internet access.
Yes, I am able to get networking to work out of the box (bitbake
core-image
On Tue, May 8, 2012 at 3:20 PM, Bruce Ashfield
wrote:
>
> For anyone following along (all one of them), Frans and I have this
> working now. It was a missing export of GUILT_BASE. I just sent a patch
> to the list for it.
Thanks!
___
yocto mailing list
On Fri, May 4, 2012 at 12:10 PM, jack wrote:
> Hello, all! When "bitbake core-image-sato-sdk", I was puzzled by such
> errors:
>
>
> NOTE: package
> linux-yocto-3.0.23+git1+59314a3523e360796419d76d78c6f7d8c5ef2593_1+63c65842a3a74e4bd3128004ac29b5639f16433f-r4:
> task do_kernel_configme: Started
>
> Hi,
> Can I re-use the meta-openembedded git repositories from
> openembedded.org and steve sakoman's meta-sakoman repositories (contains
> support for the Gumstix Overo board), and check it out inside a checkout of
> the yocto poky git repository, to take advantage of the latest yocto and
>>> + NOTE: For x86- and x86_64-based BSPs, the generated BSP assumes the
>>> + presence of the of the meta-intel layer. Ensure the meta-intel layer
>>> + is present and added to bblayers.conf.
>>>
>>
>> Unless I am really mis-reading this I think "presence of the of the"
>> should just be "presenc
On Tue, Apr 24, 2012 at 6:13 AM, "沈华明@qq" <446257...@qq.com> wrote:
> Hi,
> I want to build the opencv lib into yocto,but I have no idea to do it. I
> have copyed a opencv_1.0.0.bb file
> into my layer,and after I do :bitbake opencv.,it comes the error:Nothing
> PROVIDES 'swig'(but )
> T
Signed-off-by: Autif Khan
---
README |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README
index 5fafd9d..9f441f5 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD
-URI: git
> Is there a page somewhere that gives a rough idea of how quickly a full build
> runs on various systems?
I dont think there is a page anywhere.
This is as rough as it can get on the two machine that I have not
including the time it takes to download the source files.
HP 2.8GHz core i-7 dual c
>> For some reason which I cannot work out, the rt2800usb options are
>> removed (rather then disabled) from the yocto kernel config, i.e., if I
>> run 'bitbake -c menuconfig linux-yocto', there is very little under
>> Drivers->Net->WLAN. If I run menuconfig in the devshell, there are lots
>> more
> For some reason which I cannot work out, the rt2800usb options are
> removed (rather then disabled) from the yocto kernel config, i.e., if I
> run 'bitbake -c menuconfig linux-yocto', there is very little under
> Drivers->Net->WLAN. If I run menuconfig in the devshell, there are lots
> more WLAN
> Here is the list as it stands:
>
> https://wiki.yoctoproject.org/wiki/Release_1.2_Changes
>
> (Note that changes in 1.1.1 have been separated out and should probably just
> be deleted, hopefully I didn't miss any).
I was pleasantly surprised when unionfs showed up in the kernel - it
is not in th
jections here, I updated the wiki page with your answer
> (https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_change_and_add_startup).
> Please let me know if there is any suggestions or concerns.
>
> Song
>
> -Original Message-
> From: Autif Khan [mailto:autif.ml...@
>> Hi Autif, thanks a lot for providing the answer here. Since no one is
>> showing any objections here, I updated the wiki page with your answer
>> (https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_change_and_add_startup).
>> Please let me know if there is any suggestions or concerns.
>
>
> This ra
> Hi,
> I have made a custom kernel bb file, and get some modules in
> tmp/deploy/images/modules-3.3.0-r1-pangu-test.tgz,
>
> but how to install the modules into the image?
There is a chance that I completely misunderstand your scenario.
Presumably, you have a recipe for your kernel modules - som
> I got a question about how to change the startup application with Yocto for
> images generated with Yocto.
> And I googled it and landed on this page:
> https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_change_and_add_startup_scripts.
> Pretty good, someone
> was thinking about the same thing. Bu
>> >> >> Minor correction to the subject - I am using 1.2M3, not 1.2M2
>> >> >>
>> >> >> On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan
>> >> >> wrote:
>> >> >> > I am trying to get hardware accelerated g
>> >> Minor correction to the subject - I am using 1.2M3, not 1.2M2
>> >>
>> >> On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan wrote:
>> >> > I am trying to get hardware accelerated graphics (video in particular)
>> >> &
On Wed, Mar 21, 2012 at 4:23 PM, Tom Zanussi wrote:
> On Wed, 2012-03-21 at 16:15 -0400, Autif Khan wrote:
>> Minor correction to the subject - I am using 1.2M3, not 1.2M2
>>
>> On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan wrote:
>> > I am trying to get hardware
Minor correction to the subject - I am using 1.2M3, not 1.2M2
On Wed, Mar 21, 2012 at 4:14 PM, Autif Khan wrote:
> I am trying to get hardware accelerated graphics (video in particular)
> to work on my crownbay based hardware. I have EMGD 1.10 driver
> integrated and working. The evi
I am trying to get hardware accelerated graphics (video in particular)
to work on my crownbay based hardware. I have EMGD 1.10 driver
integrated and working. The evidence for this is that when I use
glxgears (form mesa-demos) I get 115 fps instead of 4-5 fps.
This is good, however, when I go over
In the announcement for M2
(https://lists.yoctoproject.org/pipermail/yocto/2012-January/006735.html),
compatible M2 for meta-intel - in addition to qt and eclipse plugin -
were also included. However, meta-intel does not seem to have an
1.2_M3.final tag. 1.2_M3.rc1 does exist.
So, my question is -
On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote:
> On 03/08/2012 04:33 PM, Rudolf Streif wrote:
>>
>> Jeff,
>>
>> Use hyphen instead of underscore for the subdirectory SRC_URI:
>>
>> SRC_URI = "file://myvideos-1.0/myvideos-1.0.tar.gz"
>>
>> and of course for the subdirectory in the subdirectory
> Suppose I want to build the meta-intel/meta-sugarbay image and also include
> some video and audio files into the /home/root directory to facilitate
> testing of the video and audio players.
>
> Can I include these files in a recipe somewhere?
I use the recipe at the end of this message to inclu
, Mar 5, 2012 at 4:27 PM, Autif Khan wrote:
> I love working with master:
>
> work/i586-poky-linux/polkit-0.104-r4/temp/log.do_configure says:
>
> configure: error: Could not find pam/pam-devel, please install the
> needed packages.
>
> It seems like pam/pam-dev is needed i
seem to have built. I can't imagine how it will be
affected by meta-intel and meta-crownbay - they do not do anything
with iptables.
Trying to build core-image-minimal for crownbay now. Will report when done.
On Mon, Mar 5, 2012 at 4:03 PM, Autif Khan wrote:
> I was working with M2 until
I was working with M2 until recently and had to switch to master.
After I switched to master, I tried to bitbake core-image-sato for
machine crownbay. The build fails with the following error:
unknown type name '__aligned_u64'
The file in question is extenstions/libxt_pkttypes.c
After a bit of i
On Thu, Mar 1, 2012 at 12:30 AM, Khem Raj wrote:
> On 02/24/2012 10:04 AM, Autif Khan wrote:
>> I have a touchscreen made by AUO. It came with a driver which I have
>> written a recipe for and it seems to be compiling and when the
>> touchscreen is detected, the driver se
> Hi,
>
> I tried to build image with: bitbake -k core-image-sato,
> with http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/poky-edison-6.0.tar.bz2
>
> but it failed, here is error message:
>
> ---
> NO
I have a touchscreen made by AUO. It came with a driver which I have
written a recipe for and it seems to be compiling and when the
touchscreen is detected, the driver seems to be loading and
controlling the touchscreen. (Its not under the control of hid_core
driver).
It shows up in /proc/bus/inpu
>> meta-mono has been released. I have tested it on x86 and ARM
>> successfully and on PPC and MIPS unsuccessfully. I will work on those
>> architectures and time becomes available. If someone prefers that they
>> need mono for MIPS or PPC immediately, please email me and I will see
>> what I can
On Wed, Feb 22, 2012 at 1:25 PM, Autif Khan wrote:
> meta-mono has been released. I have tested it on x86 and ARM
> successfully and on PPC and MIPS unsuccessfully. I will work on those
> architectures and time becomes available. If someone prefers that they
> need mono for
been tested under Sato.
Mono does not require Sato, it does require X if you want to run
Windows Forms applications. While mono can run w/o X, that recipe
is not supported currently. It is unlikely to be supported.
3) Maintainer(s) & Patch policy
Autif Khan (autif.ml...@gmail.com)
autif on #y
> Hello,
>
> On Thu, 2012-02-16 at 10:26 +0530, Joshua Immanuel wrote:
>> Can you please explain little bit more on what INSANE_SKIP_${PN} =
>> "dev-so" does. I don't find any documentation on it.
>
> I guess, it suppresses the warnings stating that an non-dev package
> contains symlink. This is th
> Hello Khem Raj,
>
> On Wed, 2012-02-15 at 07:28 -0800, Khem Raj wrote:
>> the .a files are going into -static package and I guess
>> there is .so and not .so.X which means .so goes into
>> -dev package and hence your libharu package is empty
>> so you have to redirect the files into correct packa
>>> How to locate Log file while a error occur.
>>
>> It's under the directory ${WORKDIR}/temp/. Actually when an error occurs,
>> you can find the specific log file in the output, something like.
>>
>> ERROR: Logfile of failure stored in:
>> /intel/poky/builds/toolchain/tmp/work-shared/gcc-4.6.2+
>>> I have a meta layer where I am keeping my changes. I am guessing that I
>>> need to:
>>>
>>> a) write a bbappend file to accomplish #1
>>> b) write a recipe to accomplish #3
>>>
>>> I have written recipes before, but just for libraries and autotools
>>> based applications. Not for a kernel mod
On Wed, Feb 8, 2012 at 3:14 AM, cnxsoft wrote:
> Hi,
>
> I have build x86 qemu image using "bitbake -k core-image-sato" following the
> instructions given at
> http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html
> I'm running Ubuntu 11.10 in VirtualBox 4.1.6.
>
> When I run
>>> This may be a dumb question, but I'll ask anyway.
>>
>>> Suppose you have a project where you need a very custom user
>>> interface. Not just a series of applications that appear on a desktop
>>> like you see in sato, or Gnome, or KDE. Basically your application
> becomes the UI.
>>
>>> I can
> R E C I P E
>
> autif@fpbm:~/data/yocto/poky-edison-6.0/meta-koko/recipes/linux$
> cat
> linux-yocto_3.0.bbappend
> FILESEXTRAPATHS_prepend := "${THISDIR}:"
> SRC_URI += " file://linux/drivers/hid/hid-core.c.diff \
> file://linux/dri
> This may be a dumb question, but I'll ask anyway.
>
> Suppose you have a project where you need a very custom user interface. Not
> just a series of applications that appear on a desktop like you see in sato,
> or Gnome, or KDE. Basically your application becomes the UI.
>
> I can see 2 approach
>> > I am bitbaking core image sato for machine corwnbay (with the emgd
>> > driver) and the emgd-driver-bin recipe seems to fail.
>> >
>> > Here is the error. I searched the archives, but could not find anything.
>> >
>> > Please advise.
>>
>> It looks like the problem may be forgetting to carry o
Chatted with TomZ on #yocto on freenode IRC, it looks like I did not
perform the steps in section II from README in
meta-intel/meta-crownbay. It is likely that that's what I am missing.
On Tue, Feb 7, 2012 at 10:12 AM, autif khan wrote:
> I am bitbaking core image sato for machine corwnb
I am bitbaking core image sato for machine corwnbay (with the emgd
driver) and the emgd-driver-bin recipe seems to fail.
Here is the error. I searched the archives, but could not find anything.
Please advise.
Here is the output for bitbake -b
/data/autif/yocto/poky/meta-intel/common/recipes-grap
\> I could not find a way to patch the kernel source before its is
> built.
>
> I promise to update the Yocto wiki's How do I section when I have a
> working solution for the following :-)
This should be covered in the exis
>>> I could not find a way to patch the kernel source before its is
>>> built.
>>>
>>> I promise to update the Yocto wiki's How do I section when I have a
>>> working solution for the following :-)
>>
>>
>> This should be covered in the existing documentation and als
> I could not find a way to patch the kernel source before its is built.
>
> I promise to update the Yocto wiki's How do I section when I have a
> working solution for the following :-)
This should be covered in the existing documentation and also the
more general bit
>>> I could not find a way to patch the kernel source before its is built.
>>>
>>> I promise to update the Yocto wiki's How do I section when I have a
>>> working solution for the following :-)
>>
>> This should be covered in the existing documentation and also the
>> more general bitbake/oe-core d
Here is what I have - I started with a minimal ubuntu server and the
following command seens to get all the dependencies - the last few
(bison, flex and unzip) are not required - but are required for other
stuff I am working on.
I hope this helps with the documentation.
sudo apt-get install -y gc
I also attached the corresponding .done file however, since its size
was 0, it was not attached - dont forget to add a .done file too.
On Sun, Feb 5, 2012 at 6:24 PM, autif khan wrote:
> It seems like
>
> wget http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz
>
&g
Hi Jim,
I would appreciate if you could add some information to the How do I
section in the wiki. I am not there yet, but I also need audio and
video on crownbay in about 4-8 weeks.
Thanks for getting to the bottom of this
Autif
On Fri, Feb 3, 2012 at 3:21 PM, James Abernathy wrote:
>
>
> On F
I could not find a way to patch the kernel source before its is built.
I promise to update the Yocto wiki's How do I section when I have a
working solution for the following :-)
Here is what I am trying to do:
1) Patch the kernel (add VID/PID to hid_ignore_list in
drivers/hid/hid-core.c and also
On Tue, Jan 24, 2012 at 12:09 PM, Khem Raj wrote:
> On Tue, Jan 24, 2012 at 8:13 AM, autif khan wrote:
>>
>> do_configure_prepend() {
>> autoreconf -Wcross --verbose --install --force || bbnote "mono
>> failed to autoreconf"
>> }
>>
>
On Tue, Jan 24, 2012 at 10:44 AM, Khem Raj wrote:
> On Tue, Jan 24, 2012 at 7:18 AM, autif khan wrote:
>> Error:
>> | libtool: Version mismatch error. This is libtool 2.4, but the
>> | libtool: definition of this LT_INIT comes from libtool 2.2.6.
>> | libtool: You
I have been working on writing a recipe for mono. I have successfully
written one for lbgdiplus and am making headway with mono.
Mono comes with libtool version 2.2.6, Yocto uses 2.4
After do_configure(), when do_complie() is being executed, I am
getting the following error for the following comm
On Fri, Jan 20, 2012 at 12:15 PM, Paul Eggleton
wrote:
> On Friday 20 January 2012 11:54:44 autif khan wrote:
>> > Did you file a bug on this?
>>
>> I have not. I am not sure I should. I am not even sure whoose call it
>> should be weather or not this goes in R
On Fri, Jan 20, 2012 at 11:13 AM, Jim Abernathy wrote:
> On 01/20/2012 09:16 AM, autif khan wrote:
>>
>> I have been using core-image-sato and core-image-sato-sdk on the hard
>> disk on Intel Atom (crownbay in my case).
>>
>> I perform the following broad steps:
&
I have been using core-image-sato and core-image-sato-sdk on the hard
disk on Intel Atom (crownbay in my case).
I perform the following broad steps:
1) have a suitable partition on the disk - say partition #3
2) this partition will show up as sde3 on my host machine and sda3 on the atom
3) mkfs.e
So, I have been trying to cross compile mono and having some luck with it.
When the configure script runs, it creates a libtool script which does
not work well with yocto's cross compilation setup.
Step 1: So, I rename this libtool as libtool.orig and
Step 2: copy the libtool from
tmp/sysroots/c
/i686-pokysdk-linux/usr/bin/i686-pokysdk-libtool
libtool
I did the equivalent and amazingly got the same results.
I am sure I am missing something. Just not sure what.
On Mon, Jan 9, 2012 at 3:45 PM, autif khan wrote:
> When I try to compile mono using the ADT (bitbake meta-ide-support,
>
en in this case, mono's autoconf (./configure) generated a
'libtool' instead of using the one from yocto's development
environment.
Please advise.
Thanks
Autif
On Mon, Jan 9, 2012 at 3:12 PM, autif khan wrote:
> Here is a recipe that I using to generate a custom SDK im
oing something wrong? If not, where is the 'libtool' in the image?
Thanks
Autif
On Thu, Jan 5, 2012 at 4:59 PM, autif khan wrote:
> I talked to a couple of mono developers (kangaroo and vargaz) - the
> consensus is that "'auto' is hosed"
>
> I am not an e
You are better off with one of the dual boot OSes in a virtual machine
that a dual boot situation where you are trying to write to NTFS from
linux or trying to work with ext2fs tools from windows.
I do not even know if you can create equivalent of symlinks (used
extensively in yocto) on an NTFS
I
On Thu, Jan 5, 2012 at 5:17 PM, Mark Hatle wrote:
> On 1/5/12 3:52 PM, autif khan wrote:
>> libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
>> unhandled argument `=/usr/lib/libglib-2.0.la'
>
>
> The version of libtool you are currentl
r - please advise or point me to right resources.
Thanks
Autif
On Thu, Jan 5, 2012 at 4:52 PM, autif khan wrote:
> I bitbaked core-image-sato-sdk, copied it to the target disk and tried
> to build mono natively on the target machine and I got the following
> error:
>
> libtool: link:
I bitbaked core-image-sato-sdk, copied it to the target disk and tried
to build mono natively on the target machine and I got the following
error:
libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or
unhandled argument `=/usr/lib/libglib-2.0.la'
the filesystem does have a /usr/lib
87"
PR = "r0"
SRC_URI = "file://COPYING \
file://helloworld.c"
S = "${WORKDIR}"
do_compile () {
${CC} helloworld.c -o helloworld
}
do_install () {
install -d ${D}${bindir}
install -m 0755 helloworld ${D}${bindir}
}
T
PM, Chris Larson wrote:
> On Wed, Dec 28, 2011 at 1:22 PM, autif khan wrote:
>> Thats right. Accounting for the relative, path, the following recipe
>> seems to works.
>>
>> require ../../../meta/recipes-sato/images/core-image-sato.bb
>> IMAGE_FEATURES += "h
11 at 1:06 PM, autif khan wrote:
>> I have the following problem and I am not sure how to resolve it.
>>
>> I have created my own layer (say) meta-autif
>>
>> In the layer - I have my recipes (say) helloworld, many more may be
>>
>> Now I want to add these
Hi,
I have the following problem and I am not sure how to resolve it.
I have created my own layer (say) meta-autif
In the layer - I have my recipes (say) helloworld, many more may be
Now I want to add these packages to the core-image-sato recipe for the
image. This recipe resides in meta layer
ted in
the meta-intel/common/recipes-graphics/xorg-xserver/emgd-driver-bin-1.8
directory, and you can ignore the rest of this section.
On Tue, Dec 13, 2011 at 11:28 AM, Jim Abernathy wrote:
> On Tue, 2011-12-13 at 11:13 -0500, autif khan wrote:
>> I built the "crownbay" (not cr
I built the "crownbay" (not crownbay-noemgd) image as outlined in the
E660 development kit (link
http://www.yoctoproject.org/download/bsp/intel-atom-processor-e660-intel-platform-controller-hub-eg20t-development-kit-1)
I used poky-edison-6.0.tar.bz2 and crownbay-edison-6.0.0.tar.bz2 and
followed t
6_64-pokysdk-linux/usr/bin:/opt/poky/1.1/sysroots/x86_64-pokysdk-linux/usr/bin/i586-poky-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
TARGET_PREFIX=i586-poky-linux-
autif@hp8440w:~/data/dev/projects/yocto/mono-2.10.6$
On Sun, Nov 13, 2011 at 8:07 PM, autif khan
sysroot to be extracted to e.g. $HOME/qemux86
> 4. change your sysroot setting to point to the newly created sysroot
> directory.
>
> Or, you can following the ADT manual and using the part that use
> adt-installer to setup your cross development environment.
>
> Hope these can get
I followed the instructions and installed the ADT from the 1.1 tarball
as outlined in documentation. And tested a few simple GTK apps.
Everything worked well.
After that I am trying to cross compile mono and I am getting the
following error:
LD test-glib
libtool: link: warning: library
`/opt
88 matches
Mail list logo