\subsection{Creating images} \begin{frame}[fragile] \frametitle{based on core-image class} build image with ssh support \begin{verbatim} poky/build-ti % bitbake-layers show-recipes | grep ssh Parsing recipes..done. libssh: openssh: packagegroup-core-ssh-dropbear: packagegroup-core-ssh-openssh: \end{verbatim} create the file 'meta-foo/recipes-bsp/images/mini-image.bb' \begin{verbatim} IMAGE_INSTALL += "openssh" inherit core-image \end{verbatim} \end{frame}