summaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-14 12:35:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:04 +0100
commit21ce4e481ee812aa17ba5a08b327d91fa241c4c5 (patch)
tree8e5ab52a165cb66f5a6d837435157e052d401cb3 /documentation/poky.ent
parent88429f018bbb15749f31067d5e7bf33c21b15f92 (diff)
downloadpoky-21ce4e481ee812aa17ba5a08b327d91fa241c4c5.tar.gz
documentation: Build example in QS and poky.ent variable added
I changed the example that builds an image so that it uses the default build directory. It seems like the natural thing to do. Also added a new poky.ent variable named OE_INIT_FILE. This variable is set to the name of the build environment script (From yocto-docs rev: f0db49e27e89aefb6d43a0b455c6ecc529399c27) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r--documentation/poky.ent1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 342865acfd..5aa4da8ba1 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -47,3 +47,4 @@
47<!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;"> 47<!ENTITY YOCTO_ADTPATH_DIR "/opt/poky/&DISTRO;">
48<!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> 48<!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2">
49<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> 49<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
50<!ENTITY OE_INIT_FILE "oe-init-build-env">