[PATCH] DOCS: Rename "poky-init-build-env" to "oe-init-build-env"


Robert P. J. Day
 

Adjust a couple doc files to reflect that the older
poky-init-build-env command has been renamed to oe-init-build-env.

Signed-off-by: Robert P. J. Day <rpjday@...>

---

diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 7fbc876..e6f5c9b 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -29,13 +29,13 @@
This term refers to the area where you run your builds.
The area is created when you source the Yocto Project setup environment script
that is found in the Yocto Project source directory
- (e.g. <filename>poky-init-build-env</filename>).
+ (e.g. <filename>oe-init-build-env</filename>).
You can create the Yocto Project build tree anywhere you want on your
development system.
Here is an example that creates the tree in <filename>mybuilds</filename>
and names the Yocto Project build directory <filename>YP-5.0.1</filename>:
<literallayout class='monospaced'>
- $ source poky-bernard-5.0.1/poky-init-build-env $HOME/mybuilds/YP-5.0.1
+ $ source poky-bernard-5.0.1/oe-init-build-env $HOME/mybuilds/YP-5.0.1
</literallayout>
If you don't specifically name the build directory then Bitbake creates it
in the current directory and uses the name <filename>build</filename>.
@@ -110,7 +110,7 @@
$ cd yocto-project
$ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2
$ tar xjf poky-bernard-5.0.1.tar.bz2
- $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build
+ $ source poky-bernard-5.0.1/oe-init-build-env poky-5.0.1-build
$ bitbake adt-installer
</literallayout>
</para>
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 52f7391..500444f 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -296,7 +296,7 @@
<literallayout class='monospaced'>
$ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.1.tar.bz2
$ tar xjf poky-bernard-5.0.1.tar.bz2
- $ source poky-bernard-5.0.1/poky-init-build-env poky-5.0.1-build
+ $ source poky-bernard-5.0.1/oe-init-build-env poky-5.0.1-build
</literallayout>
</para>


--

========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.