blob: 67c37c412a22df329c5359ab91fe14508b220049 (
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
66
67
68
69
|
OpenEmbedded/Yocto BSP Layer for Toradex Modules Based on NXP SoCs
==================================================================
This layer provides support for ARM based Toradex computer on modules (COM)
featuring NXP i.MX6, i.MX7, and Vybrid SoCs for use with OpenEmbedded
and/or Yocto.
For more information on available Toradex COMs please visit:
https://www.toradex.com/computer-on-modules
Note that the master branch of the layers is where the development is
happening. Do expect build breakage and do not expect us to give a solution.
If you need a more stable base use one of the release branches.
toradex-bsp-platform may have a master manifest tagged to specific layer
versions which likely is more stable than using HEAD.
Dependencies
============
This layer depends on:
URI: git://git.openembedded.org/bitbake
branch: master
revision: HEAD
URI: git://git.openembedded.org/openembedded-core
layer: meta
branch: master
revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale
branch: master
revision: HEAD
URI: https://github.com/Freescale/meta-freescale-3rdparty.git
branch: master
revision: HEAD
URI: git://git.toradex.com/meta-toradex-bsp-common
branch: master
revision: HEAD
Patches
=======
This layer is maintained by Toradex.
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='meta-toradex-nxp][<branch>][PATCH' -1
To send patches, use
git send-email --to yocto-patches@toradex.com <generated patch>
Building
========
See the README in meta-toradex-demos.
License
=======
All metadata is MIT licensed unless otherwise stated. Source code and
binaries included in tree for individual recipes is under the LICENSE
stated in each recipe (.bb file) unless otherwise stated.
This README document is Copyright (C) 2016-2020 Toradex AG.
|