~gmdduf/lava-dispatcher/gauss-support

« back to all changes in this revision

Viewing changes to lava_dispatcher/device/gauss.py

  • Committer: bernard.park at linaro
  • Date: 2013-05-19 09:59:57 UTC
  • Revision ID: bernard.park@linaro.org-20130519095957-4oqipyu9h2a3sv4h
hwpack + rootfs for gauss platform support

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        self.bootcontrol.power_off()
79
79
 
80
80
    def deploy_linaro(self, hwpack, rfs, bootloader):
81
 
        image_file = generate_image(self, hwpack, rfs, self.scratch_dir, bootloader,
82
 
                                    extra_boot_args='1', image_size='1G')
 
81
        image_file = generate_image(self, hwpack, rfs, self.scratch_dir, bootloader=None,
 
82
                                    extra_boot_args=None, image_size=None)
83
83
        self._customize_linux(image_file)
84
84
        self._deploy_image(image_file, '/dev/sda')
85
85