summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-06-11 10:29:42 -0700
committerStephen Warren <swarren@nvidia.com>2013-06-11 11:32:45 -0600
commit5723416157804972c3943f50ffe5b7f70e694485 (patch)
treef4cd6560108360201bdb864275a2b76004d7ddeb
parentc2135c7e78a75fdab8ba87c0ffc3b1c1462b0ed5 (diff)
downloadtegra-uboot-flasher-scripts-5723416157804972c3943f50ffe5b7f70e694485.tar.gz
README: use full file names for default.xml and default-notools.xml
Passing 'default' or 'default-notools' to repo init's -m parameter fails because the manifests are actually called 'default.xml' and 'default-notools.xml' respectively. Signed-off-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--README-developer.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-developer.txt b/README-developer.txt
index 46d3492..2525b40 100644
--- a/README-developer.txt
+++ b/README-developer.txt
@@ -51,15 +51,15 @@ repo init -u git://github.com/NVIDIA/tegra-uboot-flasher-manifests.git \
repo sync
There are two separate repo manifests for this project. Use repo's -m option
-to specify which you want. Valid values are default (all required
-dependencies) and default-notools (excludes the source to potentially distro-
-packaged utilities cbootimage, tegrarcm, dtc).
+to specify which you want. Valid values are default.xml (all required
+dependencies) and default-notools.xml (excludes the source to potentially
+distro-packaged utilities cbootimage, tegrarcm, dtc).
Compiling Potentially Packaged Utilities
========================================
If you have installed distro packages for the utilities mentioned above,
-and/or sync'd the default-notools manifest, skip this step.
+and/or sync'd the default-notools.xml manifest, skip this step.
cd to the scripts sub-directory (i.e. the directory containing this README),
and execute: