]> code.ossystems Code Review - openembedded-core.git/commit
rootfs: don't put /usr/lib/ssl and /etc into debugfs
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Jan 2017 15:09:48 +0000 (15:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:54 +0000 (18:01 +0000)
commit7267b1f6fa25e290eac070263355aa7f30b2ebcb
tree81edd87cb540972947dbe6450dff7e4ce8f8e218
parent0aaaacdf4456fe832b1c3940997c097e7e94b9e6
rootfs: don't put /usr/lib/ssl and /etc into debugfs

The /etc and /usr/lib/ssl directories were only put into the opkg-generated
debugfs because of a bug in opkg which means that a conffile has to exist if
we're running 'opkg status'.  This is now fixed, so the workaround can be
reverted.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/rootfs.py