summaryrefslogtreecommitdiff
path: root/distribution/yocto-example-layer/devtool.tex
blob: 57e65ad1818ce78bae324b8e3360c8f3caf89b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\subsection{Devtool}

\begin{frame}[fragile]
\frametitle{Integrate sw with devtool}
Generate bitbake recipe for existing source
\begin{verbatim}
devtool add ~/mysrc
devtool edit-recipe mysrc
devtool build mysrc
devtool build-image core-image-minimal
\end{verbatim}
Howto continue: Review conf/bblayers.conf and local.conf, replace EXTERNALSRC by
setting up a valid SRC\_URI and integrate recipe into an existing layer.
\end{frame}