diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-webserver/README | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-webserver/README')
-rw-r--r-- | meta-webserver/README | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/meta-webserver/README b/meta-webserver/README new file mode 100644 index 0000000000..f3fe735558 --- /dev/null +++ b/meta-webserver/README | |||
@@ -0,0 +1,54 @@ | |||
1 | meta-webserver | ||
2 | ============== | ||
3 | |||
4 | This layer provides support for building web servers, web-based | ||
5 | applications and related software. | ||
6 | |||
7 | |||
8 | |||
9 | Dependencies | ||
10 | ------------ | ||
11 | |||
12 | This layer depends on: | ||
13 | |||
14 | URI: git://github.com/openembedded/oe-core.git | ||
15 | subdirectory: meta | ||
16 | branch: master | ||
17 | revision: HEAD | ||
18 | |||
19 | For some recipes, the meta-oe layer is required: | ||
20 | |||
21 | URI: git://github.com/openembedded/meta-oe.git | ||
22 | subdirectory: meta-oe | ||
23 | branch: master | ||
24 | revision: HEAD | ||
25 | |||
26 | |||
27 | |||
28 | Layout | ||
29 | ------ | ||
30 | |||
31 | recipes-httpd/ Web servers | ||
32 | recipes-php/ PHP and PHP applications | ||
33 | recipes-webadmin/ Standalone web administration interfaces | ||
34 | |||
35 | |||
36 | |||
37 | Maintenance | ||
38 | ----------- | ||
39 | |||
40 | Send patches / pull requests to openembedded-devel@lists.openembedded.org | ||
41 | with '[meta-webserver]' in the subject. | ||
42 | |||
43 | Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com> | ||
44 | |||
45 | |||
46 | License | ||
47 | ------- | ||
48 | |||
49 | All metadata is MIT licensed unless otherwise stated. Source code included | ||
50 | in tree for individual recipes is under the LICENSE stated in each recipe | ||
51 | (.bb file) unless otherwise stated. | ||
52 | |||
53 | This README document is Copyright (C) 2012 Intel Corporation. | ||
54 | |||