]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs: Fix DEBUGFS generation, without openssl
authorAnders Darander <anders@chargestorm.se>
Fri, 20 May 2016 09:01:01 +0000 (11:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2016 09:20:42 +0000 (10:20 +0100)
commitf6b0b260ce18a30d04edfb0afb7942b9f9a5480b
tree0c3da8d71458ec076960f7e96262fae96ac7586d
parentdee987b6f157b0bc245086d3af914d411ae6d1ab
lib/oe/rootfs: Fix DEBUGFS generation, without openssl

In commit 20ea6d274bb0a9a5addb111f32793de49b907865, debugfs generation
for images using opkg, which included openssl was fixed.

However, that broke the generation of the opkg-based images, that lacks
openssl. The error is a python stack trace, showing that shutil.copytree
tries to copy a non-existing directory.

This relates to [YOCTO #9040].

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py