]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Oct 2013 06:14:00 +0000 (07:14 +0100)
commite10ae516cfc10900ed12e84c743e3a7127372135
tree225f3cfb93acf9064009cd694b2b38550a43d6d1
parenta1e24c4a5f5771b7ad35e53ce96c6d82212e4d7e
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.

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