]> code.ossystems Code Review - openembedded-core.git/commit
wic: Look for image artifacts in a common location
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 12 Jul 2016 21:50:03 +0000 (16:50 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:13:29 +0000 (14:13 +0000)
commit1c8acea91e775b1b6f8b25e774aaba3e790fc59b
tree6dfb65e067b9407f89b9bfce969ac72d1faed554
parentb3ed3a79852f85651c8fa192a8118f9904e88ef8
wic: Look for image artifacts in a common location

Rather than have each image type look for artifacts in image-specific
locations, move towards having them look for artifacts in a common
location, in this case DEPLOY_DIR_IMAGE

Use the existing deploy.bbclass to have the bootloaders put their binaries
in DEPLOY_DIR_IMAGE and then wic will find them and place them in the image

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oeqa/selftest/wic.py
scripts/lib/wic/plugins/source/bootimg-efi.py
scripts/lib/wic/plugins/source/isoimage-isohybrid.py