~asac/linaro-image-tools/panda-display-vram-24m

« back to all changes in this revision

Viewing changes to linaro-media-create

  • Committer: Loïc Minier
  • Date: 2011-04-29 13:47:34 UTC
  • mfrom: (332.1.5 drop-qemu-img)
  • Revision ID: lool@dooz.org-20110429134734-2qybmshaitrnevyq
Merge lp:~lool/linaro-image-tools/drop-qemu-img; removes the need for qemu-img
from the qemu-kvm package (uses dd instead); LP: #772264.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        'mkfs.vfat', 'sfdisk', 'mkimage', 'parted', 'gpg', 'sha1sum']
81
81
    if not is_arm_host():
82
82
        required_commands.append('qemu-arm-static')
83
 
        required_commands.append('qemu-img')
84
83
    if args.rootfs in ['btrfs', 'ext2', 'ext3', 'ext4']:
85
84
        required_commands.append('mkfs.%s' % args.rootfs)
86
85
    else: