From c134f28bfb54f2c421c7ae94a0e9e76fa2330caf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Oct 2012 11:50:13 -0700 Subject: documentation: Makefile, dev-manual - edits to patching kernel Made some general edits to the new "Patching the Kernel" section. Also had to remove a couple of images no longer used in the section from the Makefile "TARFILES" variable. (From yocto-docs rev: ac61e22e2f89926fbbda56fbaa4384c3c5156360) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 9d73f8e4f5..03bb83096e 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1688,7 +1688,8 @@ directory. You need to be in the directory that has the temporary source code. That directory is defined by the S - variable. + variable. + For this discussion, assume that directory is linux. Initialize a Git Repository: Use the git init command to initialize a new local repository that is based on the work directory: @@ -1739,9 +1740,11 @@ directory. Stage the Modified Files: Use the git add command to stage the changed files so they - can be committed as follows: + can be committed as follows. + Again, for this discussion assume the files changed are in the linux + directory: - $ git add file1.c file2.c file3.c + $ git add linux/file1.c linux/file2.c linux/file3.c Commit the Staged Files and View Your Changes: Use the git commit command to commit the changes to the -- cgit v1.2.3-54-g00ecf