[ostree] gnomeos: Clean up README files, add new README-install.md



commit db925997da3d2618e04531c547e3e31123f07df9
Author: Colin Walters <walters verbum org>
Date:   Fri Feb 24 11:07:45 2012 -0500

    gnomeos: Clean up README files, add new README-install.md

 gnomeos/{README => README-build.md} |    4 +++
 gnomeos/README-install.md           |   30 +++++++++++++++++++++++++++
 gnomeos/yocto/README.md             |   38 -----------------------------------
 3 files changed, 34 insertions(+), 38 deletions(-)
---
diff --git a/gnomeos/README b/gnomeos/README-build.md
similarity index 92%
rename from gnomeos/README
rename to gnomeos/README-build.md
index d3377b0..3a86b60 100644
--- a/gnomeos/README
+++ b/gnomeos/README-build.md
@@ -63,6 +63,8 @@ sudo make install
 sudo chown root:root /usr/local/bin/linux-user-chroot
 sudo chmod u+s /usr/local/bin/linux-user-chroot
 
+# We're going to be using Yocto.  You probably want to refer to:
+# http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html
 # Next, we're grabbing my Poky branch.
 
 git clone git://github.com/cgwalters/poky.git
@@ -75,6 +77,8 @@ cd $builddir
 # Now edit conf/bblayers.conf, and add
 #   /src/ostree/gnomeos/yocto
 # to BBLAYERS.
+# remove tools-profile and tools-testapps from EXTRA_IMAGE_FEATURES
+# Also, you should choose useful values for BB_NUMBER_THREADS, PARALLEL_MAKE
 
 bitbake ostree-native
 bitbake gnomeos-contents-{runtime,devel}
diff --git a/gnomeos/README-install.md b/gnomeos/README-install.md
new file mode 100644
index 0000000..74c1743
--- /dev/null
+++ b/gnomeos/README-install.md
@@ -0,0 +1,30 @@
+Overview
+--------
+
+http://ostree.gnome.org is the sole build/deploy server right now.
+
+Notably http://ostree.gnome.org/repo is an OSTree repo which holds
+binaries. 
+
+To install, right now you need to build the 'ostree' git module
+somehow.  I personally use jhbuild, but you could make an RPM/.deb or
+whatever too.
+
+Replace ~/src with whereever you keep source code.
+
+$ cd ~/src
+$ git clone git://git.gnome.org/ostree
+$ cd ostree
+$ jhbuild buildone -nf $(basename $(pwd))
+
+Now we need to run the install script as root.
+
+$ su -
+# ~/src/ostree/gnomeos/yocto/gnomeos-install.sh
+
+Now you may need to edit your GRUB configuration.  This part varies
+for GRUB 1 versus GRUB 2.  The GRUB 2 bits in "15_ostree" don't really
+work yet.  I'm just manually writing GRUB 1 entries.
+
+
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]