diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 15:50:08 +0000 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-18 15:50:08 +0000 | 
| commit | ffb5db2c578cb117ff06f49db51c2b7f629902c1 (patch) | |
| tree | d075054e24ef45384cd6f6cae00e30722807173d | |
| parent | 05324ae0cd65cfcf5eea24ea3f567f0852d0912f (diff) | |
| download | openembedded-core-ffb5db2c578cb117ff06f49db51c2b7f629902c1.tar.gz openembedded-core-ffb5db2c578cb117ff06f49db51c2b7f629902c1.tar.bz2 openembedded-core-ffb5db2c578cb117ff06f49db51c2b7f629902c1.zip | |
handbook: Clean up OpenedHand references
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | handbook/introduction.xml | 7 | ||||
| -rw-r--r-- | handbook/poky-handbook.xml | 26 | ||||
| -rw-r--r-- | handbook/resources.xml | 7 | 
3 files changed, 18 insertions, 22 deletions
| diff --git a/handbook/introduction.xml b/handbook/introduction.xml index 312406dd80..6155820002 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -69,8 +69,7 @@      <para> -    Poky has a growing open source community backed up by commercial support -provided by the principal developer and maintainer of Poky, <ulink url="http://o-hand.com/">OpenedHand Ltd</ulink>. +    Poky has a growing open source community and is also backed up by commercial organisations including <ulink url="http://www.intel.com/">Intel Corporation</ulink>.      </para>  </section> @@ -154,8 +153,8 @@ provided by the principal developer and maintainer of Poky, <ulink url="http://o          <ulink url='http://debian.o-hand.com'/>          for instructions on doing this) and then run <command>          "apt-get install qemu poky-depends poky-scripts"</command> which will -        automatically install all these dependencies. OpenedHand can also provide -        VMware images with Poky and all dependencies pre-installed if required. +        automatically install all these dependencies. Virtualisation images with  +        Poky and all dependencies can also easily be built if required.      </para>      <para> diff --git a/handbook/poky-handbook.xml b/handbook/poky-handbook.xml index dd709d7994..3b04bc983a 100644 --- a/handbook/poky-handbook.xml +++ b/handbook/poky-handbook.xml @@ -22,47 +22,39 @@              <author>                  <firstname>Richard</firstname> <surname>Purdie</surname>                  <affiliation> -                    <orgname>OpenedHand Ltd</orgname> +                    <orgname>Intel Corporation</orgname>                  </affiliation> -                <email>richard@openedhand.com</email> +                <email>richard@linux.intel.com</email>              </author>              <author>                  <firstname>Tomas</firstname> <surname>Frydrych</surname>                  <affiliation> -                    <orgname>OpenedHand Ltd</orgname> +                    <orgname>Intel Corporation</orgname>                  </affiliation> -                <email>tf@openedhand.com</email>              </author>              <author>                  <firstname>Marcin</firstname> <surname>Juszkiewicz</surname> -                <affiliation> -                    <orgname>OpenedHand Ltd</orgname> -                </affiliation> -                <email>hrw@openedhand.com</email>              </author>              <author>                  <firstname>Dodji</firstname> <surname>Seketeli</surname> -                <affiliation> -                    <orgname>OpenedHand Ltd</orgname> -                </affiliation> -                <email>dodji@openedhand.com</email>              </author>          </authorgroup>          <revhistory>              <revision> -                <revnumber>3.1</revnumber> -                <date>15 February 2008</date> -                <revremark>Poky 3.1 (Pinky) Documentation Release</revremark> +                <revnumber>3.2+git</revnumber> +                <date>18 March 2010</date> +                <revremark>Poky Master Documentation</revremark>              </revision>          </revhistory>      <copyright> -      <year>2007</year> +      <year>2007-2010</year> +      <year>2008</year>        <year>2008</year> -      <holder>OpenedHand Limited</holder> +      <holder>Intel Corporation</holder>      </copyright>      <legalnotice> diff --git a/handbook/resources.xml b/handbook/resources.xml index 6d06364ae5..7f4785fdae 100644 --- a/handbook/resources.xml +++ b/handbook/resources.xml @@ -58,9 +58,14 @@ poky+subscribe <at> openedhand <dot> com          </para></listitem>          <listitem><para>              <ulink url='http://www.openedhand.com/'>OpenedHand</ulink> - The -            company behind Poky. +            original company behind Poky.          </para></listitem>          <listitem><para> +            <ulink url='http://www.intel.com/'>Intel Corporation</ulink> - The +            company who acquired OpenedHand in 2008. +        </para></listitem> + +        <listitem><para>              <ulink url='http://www.openembedded.org/'>OpenEmbedded</ulink>              - The upstream generic embedded distribution Poky derives              from (and contributes to). | 
