README: A few more bits
This commit is contained in:
parent
a4e1d832fe
commit
7fc3630222
|
|
@ -66,6 +66,10 @@ git clone gnome:ostree
|
||||||
git clone git://github.com/cgwalters/poky.git
|
git clone git://github.com/cgwalters/poky.git
|
||||||
cd $builddir
|
cd $builddir
|
||||||
. $srcdir/poky/oe-init-build-env gnomeos-build
|
. $srcdir/poky/oe-init-build-env gnomeos-build
|
||||||
|
# Now edit conf/bblayers.conf, and add
|
||||||
|
# /src/ostree/gnomeos/yocto
|
||||||
|
# to BBLAYERS.
|
||||||
|
|
||||||
bitbake ostree-native
|
bitbake ostree-native
|
||||||
bitbake gnomeos-contents-{runtime,devel}
|
bitbake gnomeos-contents-{runtime,devel}
|
||||||
|
|
||||||
|
|
@ -77,6 +81,7 @@ bitbake gnomeos-contents-{runtime,devel}
|
||||||
# manifest=/src/ostree/gnomeos/3.4/manifest.json
|
# manifest=/src/ostree/gnomeos/3.4/manifest.json
|
||||||
|
|
||||||
ostbuild resolve
|
ostbuild resolve
|
||||||
|
ostbuild build
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue