[oe-commits] Lynn Lin : docs: update IMAGE_ROOTFS variable

git version control git at git.openembedded.org
Sat Jun 27 17:47:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1920ebb6d5153327d69240575c83ffd50f679354
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1920ebb6d5153327d69240575c83ffd50f679354

Author: Lynn Lin <Lin_Lynn at emc.com>
Date:   Sun Jun 28 01:45:05 2009 +0800

docs: update IMAGE_ROOTFS variable

2343808f7386cbd4c7b43f1b24e65e173f5ddf15 this commit changed IMAGE_ROOTFS
variable from ${TMPDIR}/rootfs to ${TPMDIR}/rootfs/${PN}

---

 docs/usermanual/reference/class_rootfs_ipkg.xml |    2 +-
 docs/usermanual/reference/image_types.xml       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml
index fde8a38..b447335 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 4ea174f..2093f58 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





More information about the Openembedded-commits mailing list