diff mbox

[tegra-uboot-flasher-scripts] README: use full file names for default.xml and default-notools.xml

Message ID 1370971782-25735-1-git-send-email-aplattner@nvidia.com
State Not Applicable, archived
Headers show

Commit Message

Aaron Plattner June 11, 2013, 5:29 p.m. UTC
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>
---
Repo sync failed when I tried to follow these instructions because these
manifest names don't exist.

 README-developer.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Stephen Warren June 11, 2013, 5:34 p.m. UTC | #1
On 06/11/2013 11:29 AM, Aaron Plattner wrote:
> 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.

Thanks, applied.

I guess I didn't notice this, since I used default.xml and hence didn't
supply any -m option at all.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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: