diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-28 11:11:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:40 +0100 |
commit | 18aed2964a3afaf5009f1baa952631ba6ed8dbe2 (patch) | |
tree | e32e9cc2e1474c495ed78932536a5cc95e9ad797 /documentation/ref-manual/ref-variables.xml | |
parent | 59c595ac0022b1ea578d6b077a7dea413d8cd10a (diff) | |
download | poky-18aed2964a3afaf5009f1baa952631ba6ed8dbe2.tar.gz |
ref-manual: Edits to MACHINE_EXTRA_RDEPENDS variable.
(From yocto-docs rev: 4513b2d495d36663df02d1335ec1044b96a436b3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index cd721cd342..22c5056661 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -2142,8 +2142,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
2142 | In other words, the image will not build if a file in this list is not found. | 2142 | In other words, the image will not build if a file in this list is not found. |
2143 | </para> | 2143 | </para> |
2144 | <para> | 2144 | <para> |
2145 | An example is a machine that has WiFi capability but is not essential | 2145 | An example is a machine that has WiFi capability but is not |
2146 | For the machine to boot the image. | 2146 | essential for the machine to boot the image. |
2147 | However, if you are building a more fully-featured image, you want to enable | 2147 | However, if you are building a more fully-featured image, you want to enable |
2148 | the WiFi. | 2148 | the WiFi. |
2149 | The package containing the firmware for the WiFi hardware is always | 2149 | The package containing the firmware for the WiFi hardware is always |