[oe] [PATCH v2] package.bbclass: copy dotfiles in root D to PKGD

Graham Gower graham.gower at gmail.com
Mon Oct 18 07:30:51 UTC 2010


>> On Fri, Oct 8, 2010 at 6:34 AM, Michael Smith <msmith at cbnco.com> 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




More information about the Openembedded-devel mailing list