]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs: Fix DEBUGFS generation, without openssl
authorAnders Darander <anders@chargestorm.se>
Mon, 23 May 2016 05:03:12 +0000 (07:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Jun 2016 18:34:43 +0000 (19:34 +0100)
commit6289046a86a64cb2f9d314d1fd99d9ef5ee4f991
treea00deab7e36626740aaa3cc89d38fd9a7039d78a
parent24c0b9913eb4431703c882d8f2cb18a08c18204d
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>
(cherry picked from commit f6b0b260ce18a30d04edfb0afb7942b9f9a5480b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/rootfs.py