summaryrefslogtreecommitdiff
path: root/docs/usermanual/reference
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-07-10 16:40:40 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-07-10 16:40:40 +0200
commit48a208b2ad3fc088dffd3af0b5bfc424eadf932f (patch)
tree9a01c9be53fa98e284b7aa13692be0345d9b8d92 /docs/usermanual/reference
parent1edac611e10fb21b64f1eb1521a35e1e34dbd907 (diff)
parent5e910c56c38255f8d9745d1901e7faa97f918648 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'docs/usermanual/reference')
-rw-r--r--docs/usermanual/reference/class_rootfs_ipkg.xml2
-rw-r--r--docs/usermanual/reference/image_types.xml2
-rw-r--r--docs/usermanual/reference/var_src_uri.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml
index fde8a38c03..b447335e64 100644
--- a/docs/usermanual/reference/class_rootfs_ipkg.xml
+++ b/docs/usermanual/reference/class_rootfs_ipkg.xml
@@ -173,7 +173,7 @@
directory.</para>
<para>Default: <command>IMAGE_ROOTFS =
- "${TMPDIR}/rootfs"</command></para>
+ "${TMPDIR}/rootfs/${PN}"</command></para>
</listitem>
</varlistentry>
diff --git a/docs/usermanual/reference/image_types.xml b/docs/usermanual/reference/image_types.xml
index 4ea174fd46..2093f581ff 100644
--- a/docs/usermanual/reference/image_types.xml
+++ b/docs/usermanual/reference/image_types.xml
@@ -12,7 +12,7 @@
<para>The final root file system will consist of all of the files located in
image root filesystem directory, <command>${IMAGE_ROOTFS}</command>, which
- is usually <command>tmp/rootfs</command> in the build area. One important
+ is usually <command>tmp/rootfs/${PN}</command> in the build area. One important
difference between the images and the root file system directory is that any
files which can only be created by privileged users, such as device nodes,
will not appear in the <command>${IMAGE_ROOTFS}</command> directory but they
diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index a9a2985a70..a35e1eede2 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -565,7 +565,7 @@
<term>GENTOO_MIRROR</term>
<listitem>
- <para>http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles</para>
+ <para>http://distfiles.gentoo.org/distfiles</para>
</listitem>
</varlistentry>
@@ -689,4 +689,4 @@ INHERIT += "src_distribute_local"</screen></para>
</varlistentry>
</variablelist>
</section>
-</section> \ No newline at end of file
+</section>