From 11cce8013797b4c1623891bd8a191fe326d33ed3 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 19 Jan 2012 13:46:38 -0800 Subject: usermanual: Correct "inherit" search to bbclass from oeclass Bitbake looks for bbclass now, not oeclass. Update the docs accordingly. (Bitbake rev: 8b713708541f85a4252c0f7b683aff4407c7d3e0) Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- bitbake/doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/doc') diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index fa53ace45f..a6777892ef 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml @@ -204,7 +204,7 @@ include directive.
Inheritance NOTE: This is only supported in .bb and .bbclass files. - The inherit directive is a means of specifying what classes of functionality your .bb requires. It is a rudimentary form of inheritance. For example, you can easily abstract out the tasks involved in building a package that uses autoconf and automake, and put that into a bbclass for your packages to make use of. A given bbclass is located by searching for classes/filename.oeclass in BBPATH, where filename is what you inherited. + The inherit directive is a means of specifying what classes of functionality your .bb requires. It is a rudimentary form of inheritance. For example, you can easily abstract out the tasks involved in building a package that uses autoconf and automake, and put that into a bbclass for your packages to make use of. A given bbclass is located by searching for classes/filename.bbclass in BBPATH, where filename is what you inherited.
Tasks -- cgit v1.2.3-54-g00ecf