]> code.ossystems Code Review - openembedded-core.git/commit
systemd-boot: create output dir if it doesn't exist
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 17 May 2017 09:07:47 +0000 (12:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 May 2017 16:44:57 +0000 (17:44 +0100)
commit2731d1efba7a03b2c658c8bb57629f5469184599
treeb276d6a823f0099e92574bf23832a161739936d0
parent496a9dc179fe9dc370c940f4a2f7bcab869a804f
systemd-boot: create output dir if it doesn't exist

build_efi_cfg function creates configuration files for
systemd-boot entries in 'S' directory. This directory
may not exist when api is called, which breaks the build.

Creating the directory if it doesn't exist should fix
this issue.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/systemd-boot.bbclass