[yocto] Yocto 1.3 RC2 noemgd BSP test results

2012-11-09 Thread Palalau, AlexandruX
Hello, Here are the Fullpass noemgd BSP test results for Yocto 1.3 RC2 Danny branch, 20121102-2 build. Poky commit ID: 27af23e65f63b41962a7cfddba9e9372d5212396 Meta-intel commit ID: 1a5ab65544830dd571a368b9d9f6ec782ffc94ac Below, you

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Georgescu, Alexandru C
Hi Sean, There may be a problem with your sysroot setup. Please make sure you have set it correctly by following the tutorial from here: http://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#extracting-the-root-filesystem Regards, -- Alexandru Georgescu From:

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Sean Liming
Do I have to use Qemu? Can I use my target's rootfs? If I can use my target's rootfs, how do I extract the SDK? runqemu-extract-sdk? Regards, Sean Liming Owner Annabooks Tel: 714-970-7523 / Cell: 858-774-3176 From: Georgescu, Alexandru C

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Georgescu, Alexandru C
ADT installs by default not only the toolchain, but also the sysroot (ADT have to be configured and installed by matching your target architecture). It asks you where to install the tooclhain, but the sysroot is installed by default in this location:

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Sean Liming
I am using Intel Atom n450, not ARM. I have built three images using atom-pc for the BSP and core-image-sato-dev, core-image-sato, and core-image-sato-sdk for the base images. All the images are in the build directory. Using Hob, I set the Build Toolchain for each build to be x86_64 in the

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Sean Liming
Is there a step I missed? Or is the ADT only for ARM at the moment? Regards, Sean Liming Owner Annabooks Tel: 714-970-7523 / Cell: 858-774-3176 From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Sean Liming Sent: Friday, November 09, 2012 9:55

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Zhang, Jessica
Hi Sean, ADT support all 4 architectures (x86, arm, ppc and mips). By reading your steps on how did you set up your cross development environment, seems there's confusion there. Can you stick with one method at the time so it's easier for us to help on resolving your issue? Can you

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Georgescu, Alexandru C
Hi, ADT works with all the architectures, but not all are installed by default. Your changes to the config file are okay. One more suggestion would be to reconfigure the project after it is created, and after that try to build it. Can you send the link from where you have downloaded the ADT

[yocto] [PATCH 2/2] cedartrail: Add PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine Added PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine to avoid build warnings.

2012-11-09 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- meta-cedartrail/conf/machine/cedartrail-nopvr.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-cedartrail/conf/machine/cedartrail-nopvr.conf

[yocto] [PATCH 0/2][meta-intel]meta-cedartrail: For cedartrail-nopvr, Update meta br SRCREV and add linux-yocto preferred version

2012-11-09 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com This patch set does the following: Update kernel meta branch SRCREV for cedartrail-nopvr machine Added PREFERRED_VERSION for linux-yocto for cedartrail-nopvr machine to avoid build warnings. Please pull into danny-next branch Signed-off-by: Rahul

[yocto] [PATCH 1/2] cedartrail: Update kernel meta branch SRCREV for cedartrail-nopvr machine

2012-11-09 Thread rahul . saxena
From: Rahul Saxena rahul.sax...@intel.com SRCREV for kernel meta branch was obselete for cedartrail-nopvr machine. Fixed it to be same as that for cedartrail machine. Signed-off-by: Rahul Saxena rahul.sax...@intel.com --- .../recipes-kernel/linux/linux-yocto_3.0.bbappend |2 +- 1 files

Re: [yocto] Cannot Compile Application in Eclipse IDE Juno

2012-11-09 Thread Sean Liming
Jessica, Trying to follow two different documentations that reference each other and a video on an older ADT and Eclipse versions is a bit of a challenge to get things setup. I am testing different approaches on my own in order to get a better understanding of what is going on. So to be