From eea7521f59676fc4621bdc82bffba641f46e1242 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 18 Sep 2015 07:30:17 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 7 +------ 1 file changed, 1 insertion(+), 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 @@ The class is not included by default. - To use it, you must include the following files and set the + To use it, you must set the INHERIT variable: - include conf/distro/include/distro_alias.inc - include conf/distro/include/recipe_color.inc - include conf/distro/include/maintainers.inc - include conf/distro/include/upstream_tracking.inc - include conf/distro/include/package_regex.inc INHERIT+= "distrodata"