[ostree] README: Some docs on building
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] README: Some docs on building
- Date: Tue, 31 Jan 2012 23:09:00 +0000 (UTC)
commit a4e1d832feb9c00b39871a287a1ffcd104f5f670
Author: Colin Walters <walters verbum org>
Date: Tue Jan 31 18:08:24 2012 -0500
README: Some docs on building
gnomeos/README | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/gnomeos/README b/gnomeos/README
index b024322..23f78a5 100644
--- a/gnomeos/README
+++ b/gnomeos/README
@@ -54,3 +54,29 @@ run autogen.sh. However there are two challenges:
maintain our own git repositories.
+
+building
+--------
+
+srcdir=/src
+builddir=/src/build
+
+cd $srcdir
+git clone gnome:ostree
+git clone git://github.com/cgwalters/poky.git
+cd $builddir
+. $srcdir/poky/oe-init-build-env gnomeos-build
+bitbake ostree-native
+bitbake gnomeos-contents-{runtime,devel}
+
+# Now create a file ~/.config/ostbuild.cfg
+# example contents:
+# repo=/src/build/gnomeos-build/build/repo
+# mirrordir=/src/build/ostbuild/src
+# workdir=/src/build/ostbuild/work
+# manifest=/src/ostree/gnomeos/3.4/manifest.json
+
+ostbuild resolve
+
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]