All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] metadata: Correct "inherit" search to bbclass from oeclass
@ 2012-01-19 21:46 Darren Hart
  2012-01-19 21:46 ` [PATCH 1/1] " Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2012-01-19 21:46 UTC (permalink / raw)
  To: Richard Purdie, bitbake-devel

The following changes since commit 967de59f35acef7fb258524973473f3d154e4a37:

  buildhistory_analysis: include related fields in output (2012-01-19 14:59:23 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/bitbake
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/bitbake

Darren Hart (1):
  metadata: Correct "inherit" search to bbclass from oeclass

 bitbake/doc/manual/usermanual.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
1.7.6.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] metadata: Correct "inherit" search to bbclass from oeclass
  2012-01-19 21:46 [PATCH 0/1] metadata: Correct "inherit" search to bbclass from oeclass Darren Hart
@ 2012-01-19 21:46 ` Darren Hart
  2012-01-20 16:34   ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2012-01-19 21:46 UTC (permalink / raw)
  To: Richard Purdie, bitbake-devel

Bitbake looks for bbclass now, not oeclass. Update the docs accordingly.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 bitbake/doc/manual/usermanual.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml
index fa53ace..a677789 100644
--- a/bitbake/doc/manual/usermanual.xml
+++ b/bitbake/doc/manual/usermanual.xml
@@ -204,7 +204,7 @@ include</literal> directive.</para>
             <section>
                 <title>Inheritance</title>
                 <para><emphasis>NOTE:</emphasis> This is only supported in .bb and .bbclass files.</para>
-                <para>The <literal>inherit</literal> 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 <envar>BBPATH</envar>, where filename is what you inherited.</para>
+                <para>The <literal>inherit</literal> 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 <envar>BBPATH</envar>, where filename is what you inherited.</para>
             </section>
             <section>
                 <title>Tasks</title>
-- 
1.7.6.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] metadata: Correct "inherit" search to bbclass from oeclass
  2012-01-19 21:46 ` [PATCH 1/1] " Darren Hart
@ 2012-01-20 16:34   ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-01-20 16:34 UTC (permalink / raw)
  To: Darren Hart; +Cc: bitbake-devel

On Thu, 2012-01-19 at 13:46 -0800, Darren Hart wrote:
> Bitbake looks for bbclass now, not oeclass. Update the docs accordingly.
> 
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> ---
>  bitbake/doc/manual/usermanual.xml |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-20 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19 21:46 [PATCH 0/1] metadata: Correct "inherit" search to bbclass from oeclass Darren Hart
2012-01-19 21:46 ` [PATCH 1/1] " Darren Hart
2012-01-20 16:34   ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.