diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-18 07:30:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:21 +0100 |
commit | eea7521f59676fc4621bdc82bffba641f46e1242 (patch) | |
tree | b4b2c41a5725c7f31a2c918dba8da304efe14ad8 /documentation/ref-manual | |
parent | 2eaf843f4876b784c95e3141b268b76615f2777c (diff) | |
download | poky-eea7521f59676fc4621bdc82bffba641f46e1242.tar.gz |
ref-manual: Updated distrodata.bbclass example
Fixes [YOCTO #8237]
The use of this class no longer requires including the laundry
list of files that was provided in the section. It just needs
the INHERIT statement now. Removed the include statements.
(From yocto-docs rev: c31a5a3a78d265dea68c1c72c4eea6c2f80c839a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d87c9ff588..7aa086f6eb 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -707,15 +707,10 @@ | |||
707 | 707 | ||
708 | <para> | 708 | <para> |
709 | The class is not included by default. | 709 | The class is not included by default. |
710 | To use it, you must include the following files and set the | 710 | To use it, you must set the |
711 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> | 711 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> |
712 | variable: | 712 | variable: |
713 | <literallayout class='monospaced'> | 713 | <literallayout class='monospaced'> |
714 | include conf/distro/include/distro_alias.inc | ||
715 | include conf/distro/include/recipe_color.inc | ||
716 | include conf/distro/include/maintainers.inc | ||
717 | include conf/distro/include/upstream_tracking.inc | ||
718 | include conf/distro/include/package_regex.inc | ||
719 | INHERIT+= "distrodata" | 714 | INHERIT+= "distrodata" |
720 | </literallayout> | 715 | </literallayout> |
721 | </para> | 716 | </para> |