From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../getting-started/patching-dev-environment.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 documentation/getting-started/eclipse/html/getting-started/patching-dev-environment.html (limited to 'documentation/getting-started/eclipse/html/getting-started/patching-dev-environment.html') diff --git a/documentation/getting-started/eclipse/html/getting-started/patching-dev-environment.html b/documentation/getting-started/eclipse/html/getting-started/patching-dev-environment.html new file mode 100644 index 0000000000..60ae6b020b --- /dev/null +++ b/documentation/getting-started/eclipse/html/getting-started/patching-dev-environment.html @@ -0,0 +1,48 @@ + + + +2.8.5.2. Patching + + + + + + + +
+

+2.8.5.2. Patching

+

+ Once source code is fetched and unpacked, BitBake locates + patch files and applies them to the source files: +

+
+

+

+

+ The + do_patch + task processes recipes by + using the + SRC_URI + variable to locate applicable patch files, which by default + are *.patch or + *.diff files, or any file if + "apply=yes" is specified for the file in + SRC_URI. +

+

+ BitBake finds and applies multiple patches for a single recipe + in the order in which it finds the patches. + Patches are applied to the recipe's source files located in the + S + directory. +

+

+ For more information on how the source directories are + created, see the + "Source Fetching" + section. +

+
+ -- cgit v1.2.3-54-g00ecf