[yocto] Yocto Plugin NullPointerException

2014-09-30 Thread Nemicolopterus Crypticus
Note: The plugin works on a different project in the same Eclipse workspace. I am attempting to create some Project-specific settings, and point the Toolchain and Sysroot to a different directory, and I'm getting this error. Full output here:http://pastebin.com/CkGfWspY Running Kepler 4.3.2 Any

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-23 Thread Nemicolopterus Crypticus
from scratch (except the Yocto ADT Eclipse plugin). Good luck! Bob On 09/12/2014 08:57 PM, Nemicolopterus Crypticus wrote: Yes - I can source the script, and I do successfully get my path updated. That's unfortunate. I can run the toolchain on the command line, but the developers I

[yocto] Eclipse plug-in

2014-09-15 Thread Nemicolopterus Crypticus
I'm having issues getting the eclipse plug-in to work. The script that initializes the environment gets built properly, and I am able to run make from the command line. But for some reason, Eclipse seems to be configured incorrectly. Background: |--- Kepler 4.3.2 installed. |---

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-12 Thread Nemicolopterus Crypticus
Just double checking that you are specifying the toolchain root location as your top level build directory (the one above /conf/local.conf - the directory where you run bitbake). Yes that occurred to me too, since the phrasing is a bit unclear. I tried both. Here's a depiction of my directory

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-12 Thread Nemicolopterus Crypticus
/12/2014 12:57 PM, Nemicolopterus Crypticus wrote: Just double checking that you are specifying the toolchain root location as your top level build directory (the one above /conf/local.conf - the directory where you run bitbake). Yes that occurred to me too, since the phrasing is a bit

Re: [yocto] EXTERNALSRC

2014-09-11 Thread Nemicolopterus Crypticus
Ah - thank you! It's very clear now. Yes I think the formatting will make it more clear. Examples also help :) Something's still not working the way I'm expecting, though. According to this http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-classes-externalsrc : ...this class

[yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-11 Thread Nemicolopterus Crypticus
I'm trying to set up the development environment following these instructions:http://www.yoctoproject.org/docs/1.6/adt-manual/adt-manual.html#adt-prepare I'm currently trying to use a toolchain from within the Build directory, so I'm following these instructions:

Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Nemicolopterus Crypticus
for the hint about S or B - those may indeed be helpful! On Tue, Sep 9, 2014 at 2:43 AM, Burton, Ross ross.bur...@intel.com wrote: On 9 September 2014 01:22, Nemicolopterus Crypticus ncrypti...@gmail.com wrote: do_install_prepend(){ bb.build.exec_func('do_change_dir', d

[yocto] EXTERNALSRC

2014-09-09 Thread Nemicolopterus Crypticus
Following this: http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#building-software-from-an-external-source I've got this in my local.conf file: INHERIT += externalsrc EXTERNALSRC_src1 = ${TOPDIR}/../path to src 1 EXTERNALSRC_BUILD_src1 = ${WORKDIR}/${BPN}/{PV}/

[yocto] ExpansionError during parsing

2014-09-08 Thread Nemicolopterus Crypticus
I can't seem to get simple bash code to parse properly in my recipes. I have something like this: do_install_prepend(){ bb.build.exec_func('do_change_dir', d) } do_change_dir(){ cd a directory } I get this when I try bitbake -c clean -f project: NOTE: Error during finalise of