From patchwork Tue Jun 11 17:29:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Plattner X-Patchwork-Id: 250580 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id AFC1A2C03C2 for ; Wed, 12 Jun 2013 03:29:59 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754658Ab3FKR36 (ORCPT ); Tue, 11 Jun 2013 13:29:58 -0400 Received: from hqemgate04.nvidia.com ([216.228.121.35]:11202 "EHLO hqemgate04.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754083Ab3FKR36 (ORCPT ); Tue, 11 Jun 2013 13:29:58 -0400 Received: from hqnvupgp07.nvidia.com (Not Verified[216.228.121.13]) by hqemgate04.nvidia.com id ; Tue, 11 Jun 2013 10:30:10 -0700 Received: from hqemhub03.nvidia.com ([172.20.12.94]) by hqnvupgp07.nvidia.com (PGP Universal service); Tue, 11 Jun 2013 10:28:53 -0700 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Tue, 11 Jun 2013 10:28:53 -0700 Received: from tenor.nvidia.com (172.20.144.16) by hqemhub03.nvidia.com (172.20.150.15) with Microsoft SMTP Server (TLS) id 8.3.298.1; Tue, 11 Jun 2013 10:29:57 -0700 From: Aaron Plattner To: CC: Aaron Plattner , Subject: [PATCH tegra-uboot-flasher-scripts] README: use full file names for default.xml and default-notools.xml Date: Tue, 11 Jun 2013 10:29:42 -0700 Message-ID: <1370971782-25735-1-git-send-email-aplattner@nvidia.com> X-Mailer: git-send-email 1.8.3 X-NVConfidentiality: public MIME-Version: 1.0 Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org 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 --- 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: