Lines Matching full:machine
3 Adding a New Machine
6 Adding a new machine to the Yocto Project is a straightforward process.
17 For a complete example that shows how to add a new machine, see the
22 Adding the Machine Configuration File
25 To add a new machine, you need to add a new machine configuration file
26 to the layer's ``conf/machine`` directory. This configuration file
29 The OpenEmbedded build system uses the root name of the machine
30 configuration file to reference the new machine. For example, given a
31 machine configuration file named ``crownbay.conf``, the build system
32 recognizes the machine as "crownbay".
34 The most important variables you must set in your machine configuration
52 You can leverage existing machine ``.conf`` files from
53 ``meta-yocto-bsp/conf/machine/``.
55 Adding a Kernel for the Machine
59 machine. You need to either create a new kernel recipe for this machine,
79 the :term:`SRC_URI` and adding the machine to the expression in
107 Here is an example for "qemuarm" machine::