diff options
Diffstat (limited to 'distribution/yocto-example-layer/devtool.tex')
| -rw-r--r-- | distribution/yocto-example-layer/devtool.tex | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/distribution/yocto-example-layer/devtool.tex b/distribution/yocto-example-layer/devtool.tex new file mode 100644 index 0000000..57e65ad --- /dev/null +++ b/distribution/yocto-example-layer/devtool.tex @@ -0,0 +1,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} |
