summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-06-22 15:22:01 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-06-22 15:24:04 +0800
commit1b3e5944491c315ca99b832bc3afdb6a19d81430 (patch)
treeffb3469d58e8e203e4bc8a37adc9fe81a48558fb /README
downloadmeta-secure-core-1b3e5944491c315ca99b832bc3afdb6a19d81430.tar.gz
meta-secure-core: initial commit
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
Diffstat (limited to 'README')
-rw-r--r--README60
1 files changed, 60 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..afbf854
--- /dev/null
+++ b/README
@@ -0,0 +1,60 @@
1This README file contains information on the contents of the
2meta-secure-core layer.
3
4Please see the corresponding sections below for details.
5
6
7Dependencies
8============
9
10This 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
20Patches
21=======
22
23Please submit any patches against the meta-secure-core layer to the
24maintainer:
25
26Maintainer: Jia Zhang <lans.zhang2008@gmail.com>
27
28
29Table of Contents
30=================
31
32 I. Adding the meta-secure-core layer to your build
33 II. Misc
34
35
36I. Adding the meta-secure-core layer to your build
37=================================================
38
39--- replace with specific instructions for the meta-secure-core layer ---
40
41In order to use this layer, you need to make the build system aware of
42it.
43
44Assuming the meta-secure-core layer exists at the top-level of your
45yocto build tree, you can add it to the build system by adding the
46location of the meta-secure-core layer to bblayers.conf, along with any
47other layers needed. e.g.:
48
49 BBLAYERS ?= " \
50 /path/to/yocto/meta \
51 /path/to/yocto/meta-poky \
52 /path/to/yocto/meta-yocto-bsp \
53 /path/to/yocto/meta-meta-secure-core \
54 "
55
56
57II. Misc
58========
59
60--- replace with specific information about the meta-secure-core layer ---