Files
poky/meta/classes
André Draszik 1a8e50e153 qemuboot.bbclass: don't fail on very first build
During the very first build, the DEPLOY_DIR_IMAGE
directory might not have been created yet, causing
the creation of the qemuboot.conf config file to
fail.

This is because write_qemuboot_conf() runs at
rootfs creation time, i.e. before deploy.

So let's create the directory if necessary before
trying to write the config file.

(From OE-Core rev: ee4697350a553a36ca17b9376911e56eee43a465)

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-09-20 15:11:08 +01:00
..
2016-09-14 22:22:07 +01:00
2015-10-29 07:31:17 +00:00
2016-09-16 15:24:02 +01:00
2015-09-06 15:26:25 +01:00
2016-09-14 22:22:07 +01:00
2015-11-24 15:50:27 +00:00