diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-28 11:45:26 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-28 11:48:12 +0100 |
commit | b73552fb998fd30a01dbee5a172e432a16078222 (patch) | |
tree | d4a2eab42009a69d92bb0251cacf419b35a92f23 | |
parent | 54bdabfed9007d9db6284bb93f431b8b08014de0 (diff) | |
download | meta-qt3-1.6_M1.rc1.tar.gz meta-qt3-1.6_M1.rc1.tar.bz2 meta-qt3-1.6_M1.rc1.zip |
README: include standard layer informationyocto_1.5_M5.rc8yocto-1.5_M5.rc2yocto-1.5.finalyocto-1.5poky-10.0.0.finaldora-10.0.01.6_M1.rc11.6_M1.final1.6_M11.5_M5.rc81.5_M5.rc71.5_M5.rc61.5_M5.rc51.5_M5.rc41.5_M5.rc31.5_M5.rc21.5_M5.rc11.5_M4.rc31.5_M4.rc21.5_M4.rc11.5_M4.final1.5_M41.5_M3.rc11.5_M3.final1.5_M31.5_M2.rc1
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-- | README | 40 |
1 files changed, 34 insertions, 6 deletions
@@ -5,9 +5,10 @@ This layer provides Qt 3.x libraries. Its intended use is for passing LSB tests as Qt3 is a requirement for LSB; however the libraries may also be used for any other purpose requiring Qt3. --------------------------------- -Build an LSB image including Qt3 --------------------------------- +Usage +----- + +Building an LSB image including Qt3: You can build an LSB image including Qt3 using the following steps: @@ -20,9 +21,7 @@ You can build an LSB image including Qt3 using the following steps: Note: "core-image-lsb-qt3" is the image prepared to meet the demands of LSB. --------------------------------- -Include Qt3 in your custom image --------------------------------- +Including Qt3 in your custom image: If you only want to add Qt3 to your custom image, then you should perform the following steps: @@ -35,3 +34,32 @@ the following steps: 3. Build your custom image in build directory $ bitbake core-image-custom + + +Dependencies +------------ + +This layer depends on: + +URI: git://github.com/openembedded/oe-core.git +subdirectory: meta +branch: master +revision: HEAD + + +Maintenance +----------- + +Send patches / pull requests to yocto@yoctoproject.org with +'[meta-qt3]' in the subject. + +Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com> + + +License +------- + +All metadata is MIT licensed unless otherwise stated. Source code included +in tree for individual recipes is under the LICENSE stated in each recipe +(.bb file) unless otherwise stated. + |