diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -0,0 +1,49 @@ | |||
1 | Enea Linux virtualization support | ||
2 | ================================= | ||
3 | |||
4 | This layer provides virtualization support and related tools to Enea Linux. | ||
5 | |||
6 | Supported Platforms | ||
7 | ------------------- | ||
8 | |||
9 | KVM - Kernel Virtual Machine for x86-64 and PowerPC (e500mc). | ||
10 | LXC - Linux Containers for x86-64, 32-bit ARM, PowerPC. | ||
11 | |||
12 | Dependencies | ||
13 | ------------ | ||
14 | meta-enea: | ||
15 | URI: git://git.enea.com/linux/meta-enea | ||
16 | branch: daisy | ||
17 | |||
18 | meta-virtualization: | ||
19 | URI: git://git.enea.com/linux/meta-virtualization | ||
20 | branch: daisy | ||
21 | |||
22 | meta-openembedded: | ||
23 | URI: git://git.enea.com/linux/meta-openembedded | ||
24 | branch: daisy | ||
25 | layers: meta-oe | ||
26 | meta-networking | ||
27 | |||
28 | Source Code | ||
29 | ----------- | ||
30 | |||
31 | git://git.enea.com/linux/meta-enea/meta-vt | ||
32 | |||
33 | Maintenance | ||
34 | ----------- | ||
35 | |||
36 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> | ||
37 | |||
38 | Contributing | ||
39 | ------------ | ||
40 | |||
41 | Contributions and patches can be sent to the Enea Linux mailing | ||
42 | list: enealinux@lists.enea.com (open) | ||
43 | |||
44 | License | ||
45 | ------- | ||
46 | |||
47 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
48 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
49 | (.bb file) unless otherwise stated. | ||