summaryrefslogtreecommitdiffstats
path: root/README
blob: d114c6a82bf25bb470b90c8d25dfc76c6e96ceb6 (plain)
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
63
64
65
meta-qt3
========

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.

Usage
-----

Building an LSB image including Qt3:

You can build an LSB image including Qt3 using the following steps:

1. Add meta-qt3 path to COREBASE/build/conf/bblayers.conf file

2. Set DISTRO = "poky-lsb" in COREBASE/build/conf/local.conf file

3. Build lsb-image including qt3
   $ bitbake core-image-lsb-qt3

Note: "core-image-lsb-qt3" is the image prepared to meet the demands of LSB.

Including Qt3 in your custom image:

If you only want to add Qt3 to your custom image, then you should perform
the following steps:

1. Add meta-qt3 path to COREBASE/build/conf/bblayers.conf file

2. Add task-core-qt3 file to your custom image.
   For example, if core-image-custom.bb is your building image file,
   then you should add task-core-qt3 to IMAGE_INSTALL in core-image-custom.bb

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.