aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-23 18:17:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-23 18:17:28 +0000
commitdf1c8603c4784e05f31b792c3375b0c3b659fe6e (patch)
treefdeb649092bd93801d9e70aa07bc40dc260dab52
parent7aed7869dc96a2e3d727349cdff23a50434ab369 (diff)
downloadopenembedded-df1c8603c4784e05f31b792c3375b0c3b659fe6e.tar.gz
usermanual/usermanual.xml: Add a section about how to get OE
-rw-r--r--usermanual/usermanual.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 94e168d20c..50b6cc23ff 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -182,7 +182,25 @@ Ausgecheckt, Revision 516.
<section>
<title>Getting OpenEmbedded</title>
- <para></para>
+ <para>
+The OpenEmbedded metadate has a high righ of development, so it's a good idea to stay up to date.
+
+<screen>
+#get the snapshot
+wget http://ewi546.ewi.utwente.nl/OE/OE.db.bz2 http://ewi546.ewi.utwente.nl/OE/OE.db.bz2.md5sum
+
+#verify the integrity
+cat OE.db.bz2.md5sum
+md5sum OE.db.bz2
+
+#extract the tarball
+bunzip OE.db.bz2
+
+#check the development branch
+monotone --db=OE.db co -b org.openembedded.dev
+</screen>
+
+ </para>
</section>
<section>