summaryrefslogtreecommitdiff
path: root/distribution/yocto-basic/yocto-imgbuild-predefined.tex
blob: c2067947f217efd31113018bd3cc6336b5f2c0d1 (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 ?= "/home/downloads"
PACKAGE_CLASSES ?= "package_ipk"
EXTRA_IMAGE_FEATURES = "debug-tweaks eclipse-debug"
\end{verbatim}
and start the image build:
\begin{verbatim}
$ bitbake core-image-minimal
\end{verbatim}
\end{frame}