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@xxxxxxxxxx> --- 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(-) 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: -- 1.8.3 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html