Lines Matching refs:term
21 :term:`RDEPENDS`,
22 :term:`RRECOMMENDS`,
23 :term:`RSUGGESTS`,
24 :term:`RPROVIDES`,
25 :term:`RCONFLICTS`,
26 :term:`RREPLACES`, :term:`FILES`,
27 :term:`ALLOW_EMPTY`, and the pre, post, install,
31 instead of :term:`RDEPENDS`. BitBake uses more strict checks when it
53 :term:`SRC_URI`, the build system now uses
54 :term:`FILESOVERRIDES` instead of
55 :term:`OVERRIDES` for the directory names. In
56 general, the values previously in :term:`OVERRIDES` are now in
57 :term:`FILESOVERRIDES` as well. However, if you relied upon an additional
58 value you previously added to :term:`OVERRIDES`, you might now need to
59 add it to :term:`FILESOVERRIDES` unless you are already adding it through
60 the :term:`MACHINEOVERRIDES` or
61 :term:`DISTROOVERRIDES` variables, as
83 you can find in the :term:`Source Directory` at
108 - :term:`SANITY_TESTED_DISTROS`: This variable now uses a distribution
111 :term:`SANITY_TESTED_DISTROS` was
117 - :term:`SRC_URI`: The ``${``\ :term:`PN`\ ``}``,
118 ``${``\ :term:`PF`\ ``}``,
119 ``${``\ :term:`P`\ ``}``, and ``FILE_DIRNAME`` directories
121 :term:`FILESPATH` variable, which is used as the
123 :term:`SRC_URI`. If you have a recipe that relied upon
126 the files. The most common locations are still covered by ``${``\ :term:`BP`\ ``}``,
127 ``${``\ :term:`BPN`\ ``}``, and "files", which all remain in the default value of
128 :term:`FILESPATH`.