]> code.ossystems Code Review - openembedded-core.git/commit
wic: Update bootimg-partition to use bootimg_dir
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 29 Oct 2014 22:04:24 +0000 (17:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2014 13:03:30 +0000 (13:03 +0000)
commit3822f8a7b33da56ecd9144b4bcae50734fb1af81
treea05cfde7800d3d6aa81de8a295c63977d3f2b46e
parent6ba3eb5ff7c47aee6b3419fb3a348a634fe74ac9
wic: Update bootimg-partition to use bootimg_dir

Update bootimg-partition to use bootimg_dir instead of img_deploy_dir,
to match similar usage in other plugins.

As mentioned elsewhere, plugins should use the passed-in value for
bootimg_dir directly if non-null, which corresponds to a user-assigned
value specified via a -b command-line param, and only fetch the value
from bitbake if that value is null.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/plugins/source/bootimg-partition.py