>> On Fri, Oct 8, 2010 at 6:34 AM, Michael Smith <[email protected]> wrote:
>>
>>> Use shutil.copytree() to copy D ("image") to PKGD ("package"). The
>>> previous system("cp %s/* ...") missed dotfiles/dirs at the top-level.
I expect this problem could be fixed by adding an extra line, e.g.
os.system('cp -pPR %s/.??* %s/' % (dest, dvar))
-Graham
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel