summaryrefslogtreecommitdiffstats
path: root/README.md
blob: f91a8c39a2ca8a474289d13ffbdfa5d845070195 (plain)
1
2
3
4
5
6
7
8
9
10
11
# App Controller

Here you will find a guide on how to install, configure and use the controller.

To generate the doc enter:

```bash
./gendocs.sh pdf
```

 to generate it in pdf version, or change *pdf* to *serve* to have it as a web site.
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
FILESEXTRAPATHS_prepend := "${THISDIR}/linux/linux-yocto-4.4:"

#-------------------------------------------------------------------------
# smack patches for handling bluetooth

SRC_URI_append_smack = "\
	file://0002-smack-fix-cache-of-access-labels.patch \
	file://0003-Smack-ignore-null-signal-in-smack_task_kill.patch \
	file://0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch \
"