Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Joe Nicholson
meta-oracle-java. You can see our patch here > > https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html [1] > > FROM: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > ON BEHALF OF Joe Nicholson > SENT: Wednesday, July 09, 2014 7:11 PM > TO: Yocto &

[yocto] Oracle Java for ARM?

2014-07-09 Thread Joe Nicholson
Hi Guys What's the best way of bringing in Oracle's Java JRE for ARM? The meta-oracle-java layer looks Intel only at the moment :-( Cheers! Joe -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Installing a directory tree of files into the target filesystem

2014-07-09 Thread Joe Nicholson
Thanks Adam. I don't have any major permissions issues either, so will definitely try that. I assume I could just explicitly set the permissions on the target directory as a later step in do_install if needed. Thanks also for the link. Cheers! Joe On 2014-07-09 14:56, Adam Hughes wrote

[yocto] Installing a directory tree of files into the target filesystem

2014-07-09 Thread Joe Nicholson
Hi Guys First post on here :-) I'd like to create a recipe that copies a whole directory tree of files into a directory on the output filesystem. There's nothing to build here... it's just a web application with html files, image files, .js files, etc. What would be the best way of doing th