diff options
| author | Manuel Traut <manut@linutronix.de> | 2014-08-29 14:35:27 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2014-08-29 14:35:27 +0200 |
| commit | 40929aee684996ccdedb82b1fed73ccb0ce6f2e3 (patch) | |
| tree | 1317b095cd129276fe11e54bca061e33cf893201 /distribution/yocto-basic | |
| parent | fa79f13b6164276029aec895cc1812171fae9baa (diff) | |
yocto: describe adding an own kernel
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'distribution/yocto-basic')
| -rw-r--r-- | distribution/yocto-basic/pres_yocto-basic.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distribution/yocto-basic/pres_yocto-basic.tex b/distribution/yocto-basic/pres_yocto-basic.tex index e294ae6..1bb9aae 100644 --- a/distribution/yocto-basic/pres_yocto-basic.tex +++ b/distribution/yocto-basic/pres_yocto-basic.tex @@ -429,6 +429,11 @@ recipe file (.bb) or append file (.bbappend) resides: \begin{frame} \frametitle{SRC\_URI patch options} +\begin{itemize} + \item patches are applied in the order they appear in SRC\_URI + \item quilt is used to apply the patches +\end{itemize} +\pause standard options \begin{description} \item[apply=no] apply patch or not; default is yes |
