Hi Joe,
> First post on here :-)

My first post too.

> I'd like to create a recipe that copies a whole directory tree
> of files into a directory on the output filesystem.

I faced the same problem, and resorted to "cp -r" (after making sure the 
directory was there using "install -d").  In my case, I didn't need to mess 
with permissions so I didn't need to full power of install.

See http://superuser.com/questions/229883/how-is-install-c-different-from-cp 
for a bit more chapter and verse.

Cheers,

Adam

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to