]> code.ossystems Code Review - openembedded-core.git/commit
wic: use STAGING_DATADIR as a default for bootimg_dir
authorEd Bartosh <ed.bartosh@linux.intel.com>
Wed, 22 Mar 2017 13:42:29 +0000 (15:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Mar 2017 15:07:37 +0000 (15:07 +0000)
commitafc486b6316f1118c8dcc74a5e217bb217dd1f85
tree2c5e0c17efd7da5ddfd185b0f607e898f93f467d
parent567186f995302a095a771baede4ff5034d1d1862
wic: use STAGING_DATADIR as a default for bootimg_dir

Default value for bootimg_dir was not set in main wic script
unlike the rest of artifacts: kernel_dir, roofts_dir and
native_sysroot. Set it to the value of STAGING_DATADIR for
consistency and to avoid confusion of wic plugin developers.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic