summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-18 16:45:07 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-18 16:48:54 +0200
commit9822fdbf17b5b378423cda70a52c6e2829c35c5f (patch)
treed66c4925d7428f4e091c10b26baf445746886646 /README
parentf54629edb6a8d55346a1306cc94d9ed3c761d77f (diff)
downloadmeta-el-accelerated-9822fdbf17b5b378423cda70a52c6e2829c35c5f.tar.gz
Initial revision
Add image definitions and config template for Xilinx zcu102-zynqmp reference board. Change-Id: I69193a57313f3c2d4ab5d9ac1e0b752a9ecf8ded Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'README')
-rw-r--r--README67
1 files changed, 67 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a405970
--- /dev/null
+++ b/README
@@ -0,0 +1,67 @@
1meta-el-accelerated
2===================================================================
3
4This layer contains distro customizations specific to the Enea Linux
5Accelerated) profile releases.
6
7Dependencies
8============
9
10This layer depends on:
11
12 URI: git://git.yoctoproject.org/poky
13 branch: sumo
14
15 URI: git://git.enea.com/linux/meta-el-common
16 branch: sumo
17
18 URI: git://git.enea.com/amp/meta-amp
19 branch: sumo
20
21
22Source code
23===========
24
25git://git.enea.com/linux/meta-el-accelerated.git
26
27
28Patches
29=======
30
31Please submit any patches against the el-accelerated layer to the
32following mailing list: linux@lists.enea.com
33
34Maintainers:
35Adrian Mangeac <adrian.mangeac@enea.com>
36Dan Andresan <dan.andresan@enea.com>
37
38
39Table
40=================
41
42 I. Adding the el-accelerated layer to your build
43 II. Misc
44
45
46I. Adding the el-accelerated layer to your build
47=================================================
48
49In order to use this layer, you need to make the build system aware of
50it.
51
52Assuming the el-accelerated layer exists at the top-level of your
53yocto build tree, you can add it to the build system by adding the
54location of the el-accelerated layer to bblayers.conf, along with any
55other layers needed. e.g.:
56
57
58 BBLAYERS ?= " \
59 /path/to/yocto/meta \
60 /path/to/yocto/meta-poky \
61 /path/to/yocto/meta-amp \
62 /path/to/yocto/meta-el-common \
63 /path/to/yocto/meta-el-accelerated\
64 "
65
66II. Misc
67========