Lines Matching refs:bitbake

21 See the :ref:`bitbake-user-manual/bitbake-user-manual-hello:obtaining bitbake` section for
54 $ ./bin/bitbake --version
55 BitBake Build Tool Core version 1.23.0, bitbake version 1.23.0
70 ``/home/scott-lenovo/bitbake/bin`` directory to the front of the
73 $ export PATH=/home/scott-lenovo/bitbake/bin:$PATH
75 You should now be able to enter the ``bitbake`` command from the command
87 starts with nothing but the ``bitbake`` command, which causes BitBake to
95 in the :oe_lists:`/g/bitbake-devel`
108 :ref:`bitbake-user-manual/bitbake-user-manual-intro:configuration files`,
109 :ref:`bitbake-user-manual/bitbake-user-manual-intro:classes`, and
110 :ref:`bitbake-user-manual/bitbake-user-manual-intro:recipes`.
130 directory. Run the ``bitbake`` command and see what it does::
132 $ bitbake
133 The BBPATH variable is not set and bitbake did not
135 Maybe you accidentally invoked bitbake from the wrong directory?
156 find the ``bitbake.conf`` file.
179 ``bitbake`` command again::
181 $ bitbake
183 File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
185 File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 173, in parse_config_file
187 File "/home/scott-lenovo/bitbake/lib/bb/parse/__init__.py", line 99, in handle
189 File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 120, in handle
191 File "/home/scott-lenovo/bitbake/lib/bb/parse/__init__.py", line 117, in resolve_file
193 IOError: file conf/bitbake.conf not found in /home/scott-lenovo/hello
195 …ERROR: Unable to parse conf/bitbake.conf: file conf/bitbake.conf not found in /home/scott-lenovo/h…
198 ``conf/bitbake.conf`` file in the project directory. This file is
201 provide a ``conf/bitbake.conf`` file.
203 #. **Creating conf/bitbake.conf:** The ``conf/bitbake.conf`` includes
207 information on the ``bitbake.conf`` file, see
208 https://git.openembedded.org/bitbake/tree/conf/bitbake.conf.
216 use some editor to create the ``bitbake.conf`` so that it contains
232 bitbake.conf file (see previous example). Or, by manually updating each
239 :ref:`bitbake-user-manual/bitbake-user-manual-execution:setscene`
253 #. **Run BitBake:** After making sure that the ``conf/bitbake.conf`` file
254 exists, you can run the ``bitbake`` command again::
256 $ bitbake
258 File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 163, in wrapped
260 File "/home/scott-lenovo/bitbake/lib/bb/cookerdata.py", line 177, in _inherit
262 File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/BBHandler.py", line 92, in inherit
264 … File "/home/scott-lenovo/bitbake/lib/bb/parse/parse_py/ConfHandler.py", line 100, in include
294 file exists, you can run the ``bitbake`` command again::
296 $ bitbake
297 …Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help' for usage informat…
312 ":ref:`bitbake-user-manual/bitbake-user-manual-intro:Layers`" section.
362 $ bitbake printhello
388 ``bblayers.conf`` file, run the ``bitbake`` command and provide the
391 $ bitbake printhello
407 After the first execution, re-running bitbake printhello again will not
411 the next time you attempt to run the task using that same bitbake
414 bitbake -c clean printhello and then re-run the build, the "Hello,