summaryrefslogtreecommitdiff
path: root/distribution/yocto-advanced/yocto-local-conf.tex
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 11:16:28 +0100
commit6e7e1b7172813fc4ecb60597f903dd21a4616159 (patch)
treedbfe0b8f1a3d51c275722ba86d4ffe109ee88aef /distribution/yocto-advanced/yocto-local-conf.tex
parent270520b4a2eac8725c8575c3180964289722e191 (diff)
update yocto-advanced: sync to devel/manut/yocto
The devel/manut/yocto heavily diverted from master. Sync with latest version 8cd4956a9b48a316eab6dc6d1b1f6cd51362fecf. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'distribution/yocto-advanced/yocto-local-conf.tex')
-rw-r--r--distribution/yocto-advanced/yocto-local-conf.tex28
1 files changed, 0 insertions, 28 deletions
diff --git a/distribution/yocto-advanced/yocto-local-conf.tex b/distribution/yocto-advanced/yocto-local-conf.tex
index b1e2a52..5213a78 100644
--- a/distribution/yocto-advanced/yocto-local-conf.tex
+++ b/distribution/yocto-advanced/yocto-local-conf.tex
@@ -19,31 +19,3 @@ local.conf is used to configure
\end{itemize}
\end{frame}
-\begin{frame}[fragile]
-\frametitle{Yocto with local mirror}
-\begin{description}
-\item [PREMIRRORS] list of mirrors that are tried before SRC\_URI
-\item [MIRRORS] list of mirrors that are tried after SRC\_URI
-\item [BB\_FETCH\_PREMIRRORONLY = "1"] only use sources from PREMIRRORS
-\item [BB\_NO\_NETWORK = "1"] throws error instead of accessing internet
-\item [BB\_GENERATE\_MIRROR\_TARBALLS = "1"] generates a tarball that can be
- used as mirror
-\end{description}
-\end{frame}
-
-\begin{frame}[fragile]
-\frametitle{override default config files}
-default templates can be overridden by setting TEMPLATECONF
-to e.g. meta-mini/conf during ./oe-init-buildenv.
-
-Then meta-mini/conf bblayers.conf.sample and local.conf.sample will
-be used.
-
-The default location is specified in
-
-\begin{verbatim}
-% cat .templateconf
-# Template settings
-TEMPLATECONF=${TEMPLATECONF:-meta-yocto/conf}
-\end{verbatim}
-\end{frame}