\subsection{Creating images} \begin{frame}[fragile] \frametitle{Based on core-image class} \begin{lstlisting} $ cd ~/poky/meta-schulung $ mkdir -p recipes-core/images $ pluma recipes-core/images/core-image-schulung.bb \end{lstlisting} \begin{verbatim} LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" inherit core-image IMAGE_LINGUAS = "" IMAGE_INSTALL = "example" \end{verbatim} \begin{lstlisting} $ cd ~/poky/build-schulung $ bitbake core-image-schulung \end{lstlisting} \end{frame}