Lines Matching full:directory
23 your machine, the BitBake directory appears as follows::
44 At this point, you should have BitBake cloned to a directory that
51 directory to where your local BitBake files are and run the following
60 The recommended method to run BitBake is from a directory of your
61 choice. To be able to run BitBake from any directory, you need to add
68 Next, add the directory location
70 ``/home/scott-lenovo/bitbake/bin`` directory to the front of the
76 line while working from any directory.
117 #. **Create a Project Directory:** First, set up a directory for the
119 directory::
124 This is the directory that
125 BitBake will use to do all of its work. You can use this directory
127 directory is a good way to isolate your project.
130 directory. Run the ``bitbake`` command and see what it does::
135 Maybe you accidentally invoked bitbake from the wrong directory?
169 Use your actual project directory in the command. BitBake uses that
170 directory to find the metadata it needs for your project.
174 When specifying your project directory, do not use the tilde
198 ``conf/bitbake.conf`` file in the project directory. This file is
200 since the project directory for this example is empty, you need to
206 project directory and define some key BitBake variables. For more
210 Use the following commands to create the ``conf`` directory in the
211 project directory::
215 From within the ``conf`` directory,
236 The ``TMPDIR`` variable establishes a directory that BitBake uses
240 process. Here, the ``TMPDIR`` directory is set to ``hello/tmp``.
244 You can always safely delete the tmp directory in order to rebuild a
245 BitBake target. The build process creates the directory for you when you
278 in the ``classes`` directory of the project (i.e ``hello/classes``
281 Create the ``classes`` directory as follows::
286 Move to the ``classes`` directory and then create the
316 directory inside the layer. Use these commands to set up the layer
317 and the ``conf`` directory::
324 Move to the ``conf`` directory and create a ``layer.conf`` file that has the
375 This file must reside in the ``conf`` directory of the project (i.e.
378 Set your working directory to the ``hello/conf`` directory and then
413 does not need to be re-run. If you delete the tmp directory or run