Re: [yocto] read only rootfs systemd

2014-07-22 Thread Allen Kennedy Jr.
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 clar...@kergoth.com wrote: On Tue, Jul

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Allen Kennedy Jr.
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 wrote: On Wed, Jul 9, 2014 at 10:58 PM, Allen Kennedy Jr. al...@kennedystuff.com wrote: Any ideas

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Allen Kennedy Jr.
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 4:01 PM, Allen Kennedy Jr. al

[yocto] Environment Variables being unset by bitbake?

2014-07-09 Thread Allen Kennedy Jr.
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: