|
@@ -30,9 +30,6 @@ mkdir -p $TEST_DIR/{src,build,install}
|
|
|
|
|
|
# Extract the source tarballs
|
|
# Extract the source tarballs
|
|
tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
|
|
tar -C $TEST_DIR/src -xf $BASE/qemu.tar || { echo "Failed to untar source"; exit 2; }
|
|
-if test -f $TEST_DIR/src/Makefile; then
|
|
|
|
- export FEATURES="$FEATURES dtc"
|
|
|
|
-fi
|
|
|
|
|
|
|
|
if test -n "$SHOW_ENV"; then
|
|
if test -n "$SHOW_ENV"; then
|
|
if test -f /packages.txt; then
|
|
if test -f /packages.txt; then
|