diff options
author | Daniel Ammann <daniel.ammann@bytesatwork.ch> | 2019-07-23 12:13:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-26 08:41:38 +0100 |
commit | d3ed42ef277c0d82928fa7ea95597e46e22a93c2 (patch) | |
tree | 1b66abe78b6081905e3cba30f66b5503390dac7d /scripts | |
parent | 65287e95aca3410711a03639e7c7251811a23ebd (diff) | |
download | poky-d3ed42ef277c0d82928fa7ea95597e46e22a93c2.tar.gz |
image_types: Remove remnants of hdddirect
hdddirect was removed in commit 929ba563f1bc7195c4981b8e139c432b2cc388ea.
(From OE-Core rev: 7a91a9818057d69cba32db2428ffc1a1ebb3876e)
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 4079f2b17d..3aa74f3d6d 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -188,7 +188,7 @@ class BaseConfig(object): | |||
188 | self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi') | 188 | self.wictypes = ('wic', 'wic.vmdk', 'wic.qcow2', 'wic.vdi') |
189 | self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', | 189 | self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', |
190 | 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz') | 190 | 'cpio.gz', 'cpio', 'ramfs', 'tar.bz2', 'tar.gz') |
191 | self.vmtypes = ('hddimg', 'hdddirect', 'iso') | 191 | self.vmtypes = ('hddimg', 'iso') |
192 | self.fsinfo = {} | 192 | self.fsinfo = {} |
193 | self.network_device = "-device e1000,netdev=net0,mac=@MAC@" | 193 | self.network_device = "-device e1000,netdev=net0,mac=@MAC@" |
194 | # Use different mac section for tap and slirp to avoid | 194 | # Use different mac section for tap and slirp to avoid |