Lines Matching full:example
4 Hello World Example
10 The simplest example commonly used to demonstrate any new programming
12 World <http://en.wikipedia.org/wiki/Hello_world_program>`__" example.
69 for the BitBake binary to the ``PATH``. Here is an example that adds the
78 The Hello World Example
82 example utilizing task and layer concepts. Because this is how modern
84 example provides an excellent starting point for understanding BitBake.
86 To help you understand how to use BitBake to build targets, the example
88 fail and report problems. The example progresses by adding pieces to the
90 example.
93 example, the descriptions cannot cover everything. You can find further
100 This example was inspired by and drew heavily from
104 As stated earlier, the goal of this example is to eventually compile
115 Following is the complete "Hello World" example.
158 #. **Setting BBPATH:** For this example, you can set :term:`BBPATH` in
200 since the project directory for this example is empty, you need to
205 recipe files. For this example, you need to create the file in your
232 bitbake.conf file (see previous example). Or, by manually updating each
249 example, check :term:`PN`, :term:`TOPDIR`, :term:`CACHE`, :term:`STAMP`,
279 in this example).
289 all the example needs in order to build the project. Of course, the
305 small example, it is good practice to create a layer in which to
307 Thus, this example creates and uses a layer called "mylayer".
376 ``hello/conf`` for this example).