\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}