Lines Matching full:directory

23 your machine, the BitBake directory appears as follows::
48 At this point, you should have BitBake cloned to a directory that
55 directory to where your local BitBake files are and run the following
64 The recommended method to run BitBake is from a directory of your
65 choice. To be able to run BitBake from any directory, you need to add
72 Next, add the directory location
74 ``/home/scott-lenovo/bitbake/bin`` directory to the front of the
80 line while working from any directory.
121 #. **Create a Project Directory:** First, set up a directory for the
123 directory::
128 This is the directory that
129 BitBake will use to do all of its work. You can use this directory
131 directory is a good way to isolate your project.
134 directory. Run the ``bitbake`` command and see what it does::
138 Maybe you accidentally invoked bitbake from the wrong directory?
158 Use your actual project directory in the command. BitBake uses that
159 directory to find the metadata it needs for your project.
163 When specifying your project directory, do not use the tilde
181 ``conf/bitbake.conf`` file in the project directory. This file is
183 since the project directory for this example is empty, you need to
189 project directory and define some key BitBake variables. For more
193 Use the following commands to create the ``conf`` directory in the
194 project directory::
198 From within the ``conf`` directory,
219 The ``TMPDIR`` variable establishes a directory that BitBake uses
223 process. Here, the ``TMPDIR`` directory is set to ``hello/tmp``.
227 You can always safely delete the tmp directory in order to rebuild a
228 BitBake target. The build process creates the directory for you when you
257 in the ``classes`` directory of the project (i.e ``hello/classes``
260 Create the ``classes`` directory as follows::
265 Move to the ``classes`` directory and then create the
298 directory inside the layer. Use these commands to set up the layer
299 and the ``conf`` directory::
306 Move to the ``conf`` directory and create a ``layer.conf`` file that has the
366 This file must reside in the ``conf`` directory of the project (i.e.
369 Set your working directory to the ``hello/conf`` directory and then
406 does not need to be re-run. If you delete the tmp directory or run