view emulator-build.sh @ 345:1a70dfe0a436 0.4.0

Quick smoke test for system image: ./smoketest.sh $ARCH | grep 'Hello world!' The result should be "Hello world!". (Also acts as a template for driving a qemu instance from a script.)
author Rob Landley <rob@landley.net>
date Wed, 04 Jun 2008 18:03:00 -0500
parents 01b25c2cf04d
children 25b18621de1b
line wrap: on
line source

#!/bin/bash

source include.sh

cd "${BUILD}/system-image-$ARCH" &&
PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"