blob: 0c143a841fe0488aeb8a37800ff8c3709130bec0 (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
OpenEmbedded/Yocto Software Layer for Toradex Demo Images
=========================================================
This layer provides recipes used for demo images targeting ARM based Toradex
computer on modules (COM) featuring NVIDIA Tegra, NXP Vybrid and NXP i.MX SoCs.
For more information on available Toradex COMs please visit:
https://www.toradex.com/computer-on-modules
Dependencies
============
This layer depends on the relevant BSP layers for your machine and:
(please check http://git.toradex.com/cgit/toradex-bsp-platform.git/ to get
the specific layer versions we used when building our binary demo images)
URI: git://git.openembedded.org/bitbake
branch: 1.40
revision: HEAD
URI: git://git.openembedded.org/openembedded-core
layer: meta
branch: thud
URI: git://git.openembedded.org/meta-yocto
layer: meta-poky
branch: thud
revision: HEAD
URI: git://git.openembedded.org/meta-openembedded
layers:
meta-gnome
meta-multimedia
meta-networking
meta-oe
branch: thud
revision: HEAD
URI: https://github.com/OSSystems/meta-browser.git
branch: master
revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale
branch: thud
revision: HEAD
URI: https://github.com/freescale/meta-freescale-distro.git
branch: thud
revision: HEAD
URI: git://git.toradex.com/meta-lxde.git
branch: thud
revision: HEAD
URI: https://github.com/meta-qt5/meta-qt5
branch: thud
revision: HEAD
URI: https://github.com/schnitzeltony/meta-qt5-extra.git
branch: thud
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][<branch>][PATCH' -1
To send it to the community, use
git send-email --to yocto-patches@toradex.com <generated patch>
I. Building the meta-toradex-demos Layer
========================================
For information on how to use the modules with Linux and instructions on how
to build the demo images please visit:
http://developer.toradex.com/software/linux
http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)
For support, visit the Toradex Developer Community:
https://www.toradex.com/community
Images built with this layer can be found here:
https://developer.toradex.com/software/linux/linux-software#Binary_Images
II. Deploying Built Images
==========================
Links to the image type and module specific flashing instructions can be found
here:
https://developer.toradex.com/software/linux/linux-software#Binary_Images
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 Toradex AG.
|