From efbe1915eec5f6e9ffee6940f6bd5f98e2e66bb0 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Wed, 1 Jun 2016 07:08:09 +0200 Subject: yocto: add slide about using yocto without internet access Signed-off-by: Manuel Traut --- distribution/yocto-advanced/yocto-local-conf.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/distribution/yocto-advanced/yocto-local-conf.tex b/distribution/yocto-advanced/yocto-local-conf.tex index b8dd222..b1e2a52 100644 --- a/distribution/yocto-advanced/yocto-local-conf.tex +++ b/distribution/yocto-advanced/yocto-local-conf.tex @@ -19,6 +19,18 @@ 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 -- cgit v1.2.3