summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-rw-r--r--documentation/bsp-guide/bsp.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index b4e1e3e9f2..5db2837963 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -99,11 +99,9 @@
99 <ulink url='&YOCTO_DOCS_REF_URL;#var-BBLAYERS'><filename>BBLAYERS</filename></ulink> 99 <ulink url='&YOCTO_DOCS_REF_URL;#var-BBLAYERS'><filename>BBLAYERS</filename></ulink>
100 variable in the <filename>conf/bblayers.conf</filename> file found in the 100 variable in the <filename>conf/bblayers.conf</filename> file found in the
101 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>, 101 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>,
102 which is established after you run one of the OpenEmbedded build environment 102 which is established after you run the OpenEmbedded build environment
103 setup scripts (i.e. 103 setup script (i.e.
104 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 104 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>).
105 and
106 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>).
107 Adding the root allows the OpenEmbedded build system to recognize the BSP 105 Adding the root allows the OpenEmbedded build system to recognize the BSP
108 definition and from it build an image. 106 definition and from it build an image.
109 Here is an example: 107 Here is an example:
@@ -282,13 +280,6 @@
282 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>. 280 <ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>.
283 After the script runs, your current working directory 281 After the script runs, your current working directory
284 is set to the <filename>build</filename> directory. 282 is set to the <filename>build</filename> directory.
285 <note>
286 For information on running a memory-resident
287 <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-components-bitbake'>BitBake</ulink>,
288 see the
289 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
290 setup script.
291 </note>
292 </para></listitem> 283 </para></listitem>
293 </orderedlist> 284 </orderedlist>
294 </para> 285 </para>
@@ -1018,8 +1009,7 @@
1018 your image. 1009 your image.
1019 You need to get the build environment ready by 1010 You need to get the build environment ready by
1020 sourcing an environment setup script 1011 sourcing an environment setup script
1021 (i.e. <filename>oe-init-build-env</filename> or 1012 (i.e. <filename>oe-init-build-env</filename>)
1022 <filename>oe-init-build-env-memres</filename>)
1023 and you need to be sure two key configuration 1013 and you need to be sure two key configuration
1024 files are configured appropriately: the 1014 files are configured appropriately: the
1025 <filename>conf/local.conf</filename> and the 1015 <filename>conf/local.conf</filename> and the