pam: fix shell tests on package install
[scm/bb/meta-tizen.git] / meta-tizen-micro / README
1 This README file contains information on the contents of the
2 tizen-micro layer.
3
4 Please see the corresponding sections below for details.
5
6
7 Dependencies
8 ============
9
10 This layer depends on:
11
12   URI: git://git.openembedded.org/bitbake
13   branch: master
14
15   URI: git://git.openembedded.org/openembedded-core
16   layers: meta
17   branch: master
18
19   URI: git://git.yoctoproject.org/xxxx
20   layers: xxxx
21   branch: master
22
23
24 Patches
25 =======
26
27 Please submit any patches against the tizen-micro layer to the
28 xxxx mailing list (xxxx@zzzz.org) and cc: the maintainer:
29
30 Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com>
31
32
33 Table of Contents
34 =================
35
36   I. Adding the tizen-micro layer to your build
37  II. Misc
38
39
40 I. Adding the tizen-micro layer to your build
41 =================================================
42
43 --- replace with specific instructions for the tizen-micro layer ---
44
45 In order to use this layer, you need to make the build system aware of
46 it.
47
48 Assuming the tizen-micro layer exists at the top-level of your
49 yocto build tree, you can add it to the build system by adding the
50 location of the tizen-micro layer to bblayers.conf, along with any
51 other layers needed. e.g.:
52
53   BBLAYERS ?= " \
54     /path/to/yocto/meta \
55     /path/to/yocto/meta-yocto \
56     /path/to/yocto/meta-yocto-bsp \
57     /path/to/yocto/meta-tizen-micro \
58     "
59
60
61 II. Misc
62 ========
63
64 --- replace with specific information about the tizen-micro layer ---