aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/testing/testbuilder/README
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testing/testbuilder/README')
-rw-r--r--contrib/testing/testbuilder/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/testing/testbuilder/README b/contrib/testing/testbuilder/README
index af4aa313dc..3c39bb6c5e 100644
--- a/contrib/testing/testbuilder/README
+++ b/contrib/testing/testbuilder/README
@@ -28,14 +28,14 @@ You can run a single configured build (e.g. "testing").
./testbuilder -B ./testbuilder.d/testing.conf
Or you can use TestBuilder to build a specific distro/machine/image just like
-bitbake (e.g. angstrom-2008.1/qemuarm/console-image).
+bitbake (e.g. minimal/qemuarm/console-image).
- ./testbuilder -D angstrom-2008.1 -M qemuarm console-image
+ ./testbuilder -D minimal -M qemuarm console-image
If you wish to only setup an environment and run BitBake by hand you can
use the option `-S`.
- ./testbuilder -D angstrom-2008.1 -M qemuarm -S
+ ./testbuilder -D minimal -M qemuarm -S
Look ./testbuilder -h for full list of possible options.