diff options
author | André Draszik <git@andred.net> | 2016-09-16 11:06:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-20 15:11:08 +0100 |
commit | 1a8e50e153d94f9d4b76199e3bcf56220f0a419f (patch) | |
tree | 809b8cb3670372bd359f7d26a548f7dcff5eb4bd /meta/recipes-rt/images | |
parent | dbb76e297bf2a2301028c56f76832d1cd11b7efa (diff) | |
download | poky-1a8e50e153d94f9d4b76199e3bcf56220f0a419f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-rt/images')
0 files changed, 0 insertions, 0 deletions