summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/working-projects.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/working-projects.rst')
-rw-r--r--documentation/sdk-manual/working-projects.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/documentation/sdk-manual/working-projects.rst b/documentation/sdk-manual/working-projects.rst
index 7f8d9b8491..91d8d6ad93 100644
--- a/documentation/sdk-manual/working-projects.rst
+++ b/documentation/sdk-manual/working-projects.rst
@@ -88,9 +88,13 @@ project:
88 88
89 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 89 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
90 90
91 Another example is sourcing the environment setup directly in a Yocto
92 build::
93
94 $ source tmp/deploy/images/qemux86-64/environment-setup-core2-64-poky-linux
95
913. *Create the configure Script:* Use the ``autoreconf`` command to 963. *Create the configure Script:* Use the ``autoreconf`` command to
92 generate the ``configure`` script. 97 generate the ``configure`` script::
93 ::
94 98
95 $ autoreconf 99 $ autoreconf
96 100
@@ -279,6 +283,11 @@ example:
279 283
280 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 284 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
281 285
286 Another example is sourcing the environment setup directly in a Yocto
287 build::
288
289 $ source tmp/deploy/images/qemux86-64/environment-setup-core2-64-poky-linux
290
2823. *Create the Makefile:* For this example, the Makefile contains 2913. *Create the Makefile:* For this example, the Makefile contains
283 two lines that can be used to set the :term:`CC` variable. One line is 292 two lines that can be used to set the :term:`CC` variable. One line is
284 identical to the value that is set when you run the SDK environment 293 identical to the value that is set when you run the SDK environment