-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
43 lines (27 loc) · 1.18 KB
/
README
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
OpenEmbedded/Yocto BSP layer for SolidRun's iMX6 based platforms
================================================================
This layer provides support for SolidRun's iMX6 based platforms for
use with OpenEmbedded and/or Yocto Freescale's BSP layer.
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: rocko
revision: HEAD
URI: git://git.yoctoproject.org/meta-freescale
branch: rocko
revision: HEAD
Contributing
------------
To contribute to this layer you should the patches for review to the
mailing list.
Forum:
http://forum.solid-run.com/linux-kernel-and-bootloaders-on-cubox-i-and-hummin-f10/
Source code:
https://github.com/SolidRun/meta-solidrun-arm-imx6
When creating a patch of the last commit, use
git format-patch -s --subject-prefix='meta-solidrun-arm-imx6][PATCH' -1
Patches are normally intended for the master branch.
Patches for other branches should be sent separately so they can be tracked
individually in Patchwork and should have the branch name in brackets.
For example, use this to generate a patch for branch 'fido':
git format-patch -s \
--subject-prefix='meta-freescale][meta-solidrun-arm-imx6][fido][PATCH' -1