Lines Matching refs:conf
41 │ ├── conf/
79 In the build directory, there is a ``conf`` folder with some files in it
84 └── conf/
85 ├── bblayers.conf
86 ├── conf-notes.txt
87 ├── conf-summary.txt
88 ├── local.conf
91 The important files for us are ``local.conf`` and ``bblayers.conf``
105 **Modify conf file (Option 2)**
107 Open ``conf/bblayers.conf`` file and add manually the paths:
111 # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
151 ls ../sources/meta-raspberrypi/conf/machine/*.conf
153 To build an image for Raspberrypi3 64 bits, modify the file ``local.conf`` file
330 ├── lv-conf.inc
368 require lv-conf.inc
407 require: This line includes another configuration file, ``lv-conf.inc``,
487 there are operations added in the task in ``lv-conf.inc``.
535 In the file ``build/conf/local.conf``, add these 2 lines at the end of the
643 ├── conf
644 │ └── layer.conf
897 Now add the recipe to the project. Modify ``build/conf/local.conf`` file adding