blob: fb74586720c0b2cffd35cd41191b405884290d6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\begin{frame}[fragile]
\frametitle{build a predefined image}
edit the local build configuration './conf/local.conf'
\begin{verbatim}
DL_DIR ?= "${TOPDIR}/../downloads"
PACKAGE_CLASSES ?= "package_deb"
EXTRA_IMAGE_FEATURES = "debug-tweaks eclipse-debug"
\end{verbatim}
and start the image build
\begin{verbatim}
% bitbake core-image-minimal
\end{verbatim}
\end{frame}
|