Re: [yocto] Question about temporary directories

2018-12-20 Thread Khem Raj
On Tue, Dec 18, 2018 at 10:28 AM A wrote: > > I'd like multiple "helper" recipes to contribute files to a temporary > directory on my build host, and then a final recipe to combine them into a > compressed file. > > But I DON'T want the helper recipe's files to get installed on the target > sys

Re: [yocto] Question about temporary directories

2018-12-20 Thread A
In the absence of any wise counsel, I am currently having all of my recipes install into a temporary directory I created on the build host's filesystem. Then, I have one of my recipes create the filesystem image with the contents of that location. I'm not sure how portable this is going to be. I

[yocto] Question about temporary directories

2018-12-18 Thread A
I'd like multiple "helper" recipes to contribute files to a temporary directory on my build host, and then a final recipe to combine them into a compressed file. But I DON'T want the helper recipe's files to get installed on the target system. My goal is to have them put into a jffs2 image, which