From 98a1fd1e734db50380a3a37d35767ccb4cc21f7c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 19 Jul 2012 10:54:45 -0700 Subject: documentation: Config fragment sections updated I have updated both the section for configuration fragments found in the BSP and dev manuals. Reported-by: James Abernathy (From yocto-docs rev: 62f4df751c80e7b749356bb80ade3a7847411f7c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'documentation/bsp-guide/bsp.xml') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 0159f48848..05094ca77d 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -596,22 +596,22 @@ - For example, suppose you had a set of configuration options in a file called - myconfig.cfg. - If you put that file inside a directory named /linux-yocto and then added - a SRC_URI statement such as the following to the append file, - those configuration options will be picked up and applied when the kernel is built. + For example, suppose you had a some configuration options in a file called + network_configs.cfg. + You can place that file inside a directory named /linux-yocto and then add + a SRC_URI statement such as the following to the append file. + When the OpenEmbedded build system builds the kernel, the configuration options are + picked up and applied. - SRC_URI += "file://myconfig.cfg" + SRC_URI += "file://network_configs.cfg" - As mentioned earlier, you can group related configurations into multiple files and - name them all in the SRC_URI statement as well. - For example, you could group separate configurations specifically for Ethernet and graphics - into their own files and add those by using a SRC_URI statement like the - following in your append file: + To group related configurations into multiple files, you perform a similar procedure. + Here is an example that groups separate configurations specifically for Ethernet and graphics + into their own files and adds the configurations + by using a SRC_URI statement like the following in your append file: SRC_URI += "file://myconfig.cfg \ file://eth.cfg \ -- cgit v1.2.3-54-g00ecf