]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnf
authorAnders Darander <anders@chargestorm.se>
Tue, 3 May 2016 11:57:16 +0000 (13:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2016 20:28:55 +0000 (21:28 +0100)
commitcd4ad2b8a5bd11e91e854cea6a36c7b92fb7cea8
tree38a698115a23ec5fb3f0cdb10c0556da334d858c
parentda9e793fd7497e63404c987d68e3b630a89fc1c2
lib/oe/rootfs: Fix DEBUGFS generation for opkg & openssl-cnf

When enabling extra DEBUGFS image generation with opkg, the following error is
seen when openssl-cnf is included in the image.

Collected errors:
 * file_md5sum_alloc: Failed to open file /mnt/cs-builds/anders/oe-build/build-ccu/tmp/work/ccu-oe-linux-gnueabi/ccu-image/1.0-r0/rootfs/usr/lib/ssl/openssl.cnf: No such file or directory.

Lots of similar issues was fixed by an earlier commit in oe-core,
5084ed9401250ed269a49d27b303806ab173c5d5, but openssl-cnf is outside of that fix.

Followup to [YOCTO #9490]

(From OE-Core rev: 20ea6d274bb0a9a5addb111f32793de49b907865)

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/rootfs.py