Christopher,
Thanks for the information. I too have been looking for this.
It seems odd to me that this build system that is designed for an embedded
device, doesn't have this feature by default.
On Tue, Jul 22, 2014 at 10:44 AM, Christopher Larson
wrote:
>
> On Tue, Jul 22, 2014 at 4:43 AM
Thanks again.
Perhaps I'll write a shell script that calls bitbake after properly setting
up the environment.
On Thu, Jul 10, 2014 at 9:23 AM, Nicolas Dechesne <
nicolas.deche...@linaro.org> wrote:
> +list. please let's discuss on the list.
>
> On Thu, Jul 10, 2014 at
o "JAVA_HOME is not set"
exit 1
fi
Which turns out the error that JAVA_HOME is not set.
again, this shell script works perfectly fine outside of the bitbake system.
Any other ideas?
thanks,
-allen
On Thu, Jul 10, 2014 at 3:29 AM, Nicolas Dechesne <
nicolas.deche...@linaro.org>
I am trying to run java program from a recipe.
I get an error that JAVA_HOME is not set.
I can verify that JAVA_HOME is set by echo $JAVA_HOME.
I can then run the program without issue, but from within a recipe it
seems that $JAVA_HOME is unset.
I have verified this with 'bbnote "java is here: $