summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-06-28 11:45:26 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-06-28 11:48:12 +0100
commitb73552fb998fd30a01dbee5a172e432a16078222 (patch)
treed4a2eab42009a69d92bb0251cacf419b35a92f23
parent54bdabfed9007d9db6284bb93f431b8b08014de0 (diff)
downloadmeta-qt3-b73552fb998fd30a01dbee5a172e432a16078222.tar.gz
Make sure we tell people who maintains this layer and where to send patches. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--README40
1 files changed, 34 insertions, 6 deletions
diff --git a/README b/README
index b74bee2..d114c6a 100644
--- a/README
+++ b/README
@@ -5,9 +5,10 @@ This layer provides Qt 3.x libraries. Its intended use is for passing LSB tests
5as Qt3 is a requirement for LSB; however the libraries may also be used for any 5as Qt3 is a requirement for LSB; however the libraries may also be used for any
6other purpose requiring Qt3. 6other purpose requiring Qt3.
7 7
8-------------------------------- 8Usage
9Build an LSB image including Qt3 9-----
10-------------------------------- 10
11Building an LSB image including Qt3:
11 12
12You can build an LSB image including Qt3 using the following steps: 13You can build an LSB image including Qt3 using the following steps:
13 14
@@ -20,9 +21,7 @@ You can build an LSB image including Qt3 using the following steps:
20 21
21Note: "core-image-lsb-qt3" is the image prepared to meet the demands of LSB. 22Note: "core-image-lsb-qt3" is the image prepared to meet the demands of LSB.
22 23
23-------------------------------- 24Including Qt3 in your custom image:
24Include Qt3 in your custom image
25--------------------------------
26 25
27If you only want to add Qt3 to your custom image, then you should perform 26If you only want to add Qt3 to your custom image, then you should perform
28the following steps: 27the following steps:
@@ -35,3 +34,32 @@ the following steps:
35 34
363. Build your custom image in build directory 353. Build your custom image in build directory
37 $ bitbake core-image-custom 36 $ bitbake core-image-custom
37
38
39Dependencies
40------------
41
42This layer depends on:
43
44URI: git://github.com/openembedded/oe-core.git
45subdirectory: meta
46branch: master
47revision: HEAD
48
49
50Maintenance
51-----------
52
53Send patches / pull requests to yocto@yoctoproject.org with
54'[meta-qt3]' in the subject.
55
56Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com>
57
58
59License
60-------
61
62All metadata is MIT licensed unless otherwise stated. Source code included
63in tree for individual recipes is under the LICENSE stated in each recipe
64(.bb file) unless otherwise stated.
65