-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
62 lines (46 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
The "meta-u2up-homegw" - Home GateWay build project
===================================================
--------------------------------------------------------------------
Copyright (C) 2018-2019 Samo Pogacnik <samo_pogacnik@t-2.net>
All rights reserved.
The "meta-u2up-homegw" software project is provided under the terms of the
BSD 3-Clause license, which is available in the LICENSE file of this
project.
--------------------------------------------------------------------
Description:
-----------
This is a "u2up-yocto" addons project for building your own Home GateWay.
Getting started:
---------------
Grab the "u2up-yocto" Linux distro build project by:
$ git clone -b thud https://github.com/spog/u2up-yocto.git u2up-yocto_homegw
Cloning into 'u2up-yocto'...
...
Change dir to prepare your "homegw" addons project:
$ cd u2up-yocto_homegw/u2up
Grab the "meta-u2up-homegw" addons project by:
$ git clone https://github.com/spog/meta-u2up-homegw.git
Cloning into 'meta-u2up-homegw'...
...
Change dir to enable your "homegw" addons project:
$ cd ..
Enable your "homegw" addons project:
$ ln -s u2up/meta-u2up-homegw/addons addons
Finish your "u2up-yocto" build configuration:
$ cd distro-conf
$ cp u2up-conf_default u2up-conf
Set your own writable path for U2UP_YOCTO_SHARED variable in "u2up-conf" like:
U2UP_YOCTO_SHARED="${HOME}/u2up-yocto-shared"
Go back to your "u2up-yocto" top dir:
$ cd ..
Start your build:
$ ./distro intel-corei7-64 bitbake u2up-homegw-bundle
Find built images bundle in "u2up/build.intel-corei7-64_thud/tmp/deploy/images/intel-corei7-64".
First installation:
- Check the "meta-u2up-pc-installer" project: https://github.com/spog/meta-u2up-pc-installer
For testing purposes, you can start your installation repo server directly out of your build path:
$ ./distro intel-corei7-64 bitbake package-index
$ twistd -n web --path u2up/build.intel-corei7-64_thud/tmp/deploy/rpm --port tcp:5678
----
http://u2up.net
----