software =
{
        version = "1.0.0";
        description = "autopkgtest";

        hardware-compatibility: ["1.0"];

        files: (
                {
                        filename = "README";
                        path = "/README";
                        device = "/dev/mmcblk0p1";
                        filesystem = "vfat";
                }
        );
}
