]> code.ossystems Code Review - openembedded-core.git/commit
wic: use INITRD_LIVE in isoimage-isohybrid
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 12 Jan 2017 16:32:41 +0000 (18:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:13:28 +0000 (14:13 +0000)
commitc672753be60550b15d5d593c251b61776d5b104d
tree770b01f927246dc6c6c79dab8ef39a37e96cb3a8
parent786368568a9525212e69f5cbf6da236f0a6be013
wic: use INITRD_LIVE in isoimage-isohybrid

INITRD variable is not set if hddimg is disabled.
isoimage-isohybrid can't get correct name for initrd if INITRD
variable is not set.

Added INITRD_LIVE to WICVARS and used it in isoimage-isohybrid
code to get initrd artifact name. Used INITRD if INITRD_LIVE is not set.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
meta/classes/image-wic.bbclass
meta/lib/oeqa/selftest/wic.py
scripts/lib/wic/plugins/source/isoimage-isohybrid.py