]> code.ossystems Code Review - openembedded-core.git/commit
Revert "wic: set bootimg_dir when using image-name artifacts"
authorTom Zanussi <tom.zanussi@linux.intel.com>
Wed, 29 Oct 2014 22:04:22 +0000 (17:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Oct 2014 13:03:30 +0000 (13:03 +0000)
commitdb90f10bf31dec8d7d7bb2d3680d50e133662850
tree7b85e924108476f39c085d0fc67664c440b6bf9a
parentcf5144ef241d8f4ccaa3461ae5c9f89c2cf2f8d1
Revert "wic: set bootimg_dir when using image-name artifacts"

This reverts commit 7ce1dc13f91df70e8a2f420e7c3eba51cbc4bd48.

This patch broke the assumption that a non-null boot_dir means a
user-assigned (-b command-line param) value.

Reverting doesn't break anything, since the case it was added for
doesn't use the boot_dir for anything except debugging anyhow.

Fixes [YOCTO #6290]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/image/engine.py
scripts/wic