Lines Matching refs:directive
718 directive in your recipes to inherit the class would be a common way to
745 directive to inherit the functionality of a class (``.bbclass``).
746 BitBake only supports this directive when used within recipe and class
749 The ``inherit`` directive is a rudimentary means of specifying
755 As an example, your recipes could use the following directive to inherit
769 If you want to use the directive to inherit multiple classes, separate
775 An advantage with the inherit directive as compared to both the
776 …etadata:\`\`include\`\` directive>` and :ref:`require <bitbake-user-manual/bitbake-user-manual-met…
813 BitBake understands the ``include`` directive. This directive causes
815 that location. The directive is much like its equivalent in Make except
819 The include directive is a more generic method of including
820 … to the :ref:`inherit <bitbake-user-manual/bitbake-user-manual-metadata:\`\`inherit\`\` directive>`
821 directive, which is restricted to class (i.e. ``.bbclass``) files. The
822 include directive is applicable for any other kind of shared or
833 The include directive does not produce an error when the file cannot be
844 BitBake understands the ``require`` directive. This directive behaves
845 just like the ``include`` directive with the exception that BitBake
848 the location of the directive.
850 The require directive, like the include directive previously described,
852 …<bitbake-user-manual/bitbake-user-manual-metadata:\`\`inherit\`\` directive>` directive, which is …
853 (i.e. ``.bbclass``) files. The require directive is applicable for any
857 …les :ref:`include <bitbake-user-manual/bitbake-user-manual-metadata:\`\`include\`\` directive>`, if
868 directive from within each recipe::
876 :term:`INHERIT` configuration directive to inherit a
877 class. BitBake only supports this directive when used within a
885 This configuration directive causes the named class to be inherited at
886 the point of the directive during parsing. As with the ``inherit``
887 directive, the ``.bbclass`` file must be located in a "classes"
896 If you want to use the directive to inherit multiple classes, you can
1730 BitBake uses the ``addtask`` directive to manage dependencies that are
1731 internal to a given recipe file. You can use the ``addtask`` directive
1748 - The directive ``addtask mytask before do_configure`` causes
1755 - The directive ``addtask mytask after do_configure`` by itself