]> code.ossystems Code Review - openembedded-core.git/commit
wic: Fix kernel dir location
authorTom Zanussi <tom.zanussi@linux.intel.com>
Fri, 20 Feb 2015 20:14:01 +0000 (14:14 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 22:04:25 +0000 (22:04 +0000)
commit453d0a9823665870e273a37657d6e27fb788d72e
tree05fd85d344d47f4500c380d890edcc1ba8ab9cd9
parent5cd320d8d21cd784b32f12a6944dc647a75abf94
wic: Fix kernel dir location

With the recent kernel staging changes, STAGING_KERNEL_DIR no longer
points to the kernel image, which can be found however in
DEPLOY_DIR_IMAGE.  This updates find_artifacts() to look there
instead.

Fixes [YOCTO #7307].

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/image/engine.py