-
Notifications
You must be signed in to change notification settings - Fork 18
/
README
69 lines (43 loc) · 1.83 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
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
Freescale Community BSP Documentation
-------------------------------------
DEPRECATED
----------
This repository is archived. It is not up-to-date and so far there is no plan
to update this.
The documentation is written using the Sphinx documentation system. To
install it in Debian/Ubuntu, please do:
#: apt-get install libfreetype6-dev libjpeg8-dev python3-dev python3-pip \
python3-sphinx texlive-fonts-recommended texlive-latex-extra zlib1g-dev \
fonts-liberation
#: pip3 install reportlab sphinxcontrib-blockdiag
Once this has been completed, you can run 'make' in each of the Documentation
folders to review the available targets for building.
How to generate the binary
--------------------------
Follow the instructions below inside each sub-project in order to generate the
desired binary.
In order to generate the HTML all-in-one:
$ make singlehtml
In order to generate the PDF file:
$ make latexpdf
In order to generate the printable PDF file:
$ make latexpdf -t <option>
Where option can be:
* a4twoside = A4 page size and two side print;
* lettertwoside = letter page size and two side print;
* the default value is letter page size and one side print;
Contributing
------------
To contribute to this repository you should submit the patches for
review to the mailing list: [email protected].
Please refer to:
http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
for useful guidelines to be followed when submitting patches.
Mailing list:
https://lists.yoctoproject.org/g/meta-freescale/
Source code:
https://github.com/Freescale/Documentation
When creating patches, please use something like:
git format-patch -s --subject-prefix='Documentation][PATCH' origin
When sending patches, please use something like:
git send-email --to [email protected] <generated patch>