]> code.ossystems Code Review - openembedded-core.git/commit
wic: Remove rpmmisc call from livecd
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 22 Oct 2013 14:24:02 +0000 (09:24 -0500)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Dec 2013 02:12:19 +0000 (21:12 -0500)
commita3cc57cf3116c997ec11dd3cbfa3b0d615e5dabc
tree71c6040946272943eb499b03f24ea6a0592797da
parentf5587ec7e7f925b321b9bfe6923be0879dadb2aa
wic: Remove rpmmisc call from livecd

We don't currently use LiveCDImageCreator, but it makes calls when
initialized via the plugin interface to rpmmisc module functions,
which we don't want the dependency on.

To make it (and LiveUSBImageCreator) happy, we give it the dummy
"i386" value for now.

(From OE-Core master rev: e10ae516cfc10900ed12e84c743e3a7127372135)

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/lib/mic/imager/livecd.py