|
|
@ -518,17 +518,16 @@ $ bitbake core-image-minimal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\subsection{Yocto est intelligent}
|
|
|
|
\subsection{Yocto est intelligent}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{frame}[fragile]
|
|
|
|
\begin{frame}[fragile]
|
|
|
|
Yocto est là pour vous aider à construire votre image.\newline
|
|
|
|
Yocto est là pour vous aider à construire votre image.\newline
|
|
|
|
En effet si l'on ne rajoute seulement \texttt{meta-raspberrypi} dans \texttt{bblayers.conf} on obtiens l'erreur suivante:
|
|
|
|
En effet si l'on ne rajoute seulement \texttt{meta-raspberrypi} dans \texttt{bblayers.conf} on obtiens l'erreur suivante:
|
|
|
|
|
|
|
|
|
|
|
|
\begin{block}{meta-python}
|
|
|
|
\begin{block}{meta-python}
|
|
|
|
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily\color{red!80!black!60}]
|
|
|
|
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily\color{red!80!black!60}]
|
|
|
|
ERROR: ParseError at /home/ubuntu/meetup/poky/meta-raspberrypi/recipes-devtools/python/rpio_0.10.0.bb:9: Could not inherit file classes/pypi.bbclass
|
|
|
|
ERROR: ParseError at /home/ubuntu/meetup/poky/meta-raspberrypi/recipes-devtools/python/rpio_0.10.0.bb:9: Could not inherit file classes/pypi.bbclass
|
|
|
|
\end{lstlisting}
|
|
|
|
\end{lstlisting}
|
|
|
|
Il faut donc rajouter \texttt{meta-openembedded/meta-python}
|
|
|
|
Il faut donc rajouter \texttt{meta-openembedded/meta-python}
|
|
|
|
\end{block}
|
|
|
|
\end{block}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{block}{meta-oe}
|
|
|
|
\begin{block}{meta-oe}
|
|
|
|
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily\color{red!80!black!60}]
|
|
|
|
\begin{lstlisting}[basicstyle=\footnotesize\ttfamily\color{red!80!black!60}]
|
|
|
|
ERROR: Layer 'meta-python' depends on layer 'openembedded-layer', but this layer is not enabled in your configuration
|
|
|
|
ERROR: Layer 'meta-python' depends on layer 'openembedded-layer', but this layer is not enabled in your configuration
|
|
|
@ -1137,14 +1136,35 @@ poky/
|
|
|
|
% *******************************
|
|
|
|
% *******************************
|
|
|
|
% **** CONCLUSION ****
|
|
|
|
% **** CONCLUSION ****
|
|
|
|
% *******************************
|
|
|
|
% *******************************
|
|
|
|
|
|
|
|
\section*{Questions}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{frame}{Sources}
|
|
|
|
|
|
|
|
Ce document à été rédigé à partir des sources suivantes:\newline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\begin{itemize}
|
|
|
|
|
|
|
|
\item \url{www.yoctoproject.org}
|
|
|
|
|
|
|
|
\item \url{www.linuxembedded.fr}
|
|
|
|
|
|
|
|
\item \url{www.ansible.com}
|
|
|
|
|
|
|
|
\item \url{http://fabienlahouderepro.blogspot.fr/2017/03/building-weston-image-with-yocto-for.html}
|
|
|
|
|
|
|
|
\end{itemize}
|
|
|
|
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{frame}
|
|
|
|
\begin{frame}
|
|
|
|
\begin{center}
|
|
|
|
\centering
|
|
|
|
\huge{Merci de votre attention !}
|
|
|
|
\textcolor{smileOrange}{\huge{Merci de votre attention !}}
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
\textcolor[RGB]{99,153,253}{Quetions ?}
|
|
|
|
Quetions ?
|
|
|
|
|
|
|
|
\end{center}
|
|
|
|
\includegraphics[width=0.5\textwidth]{logos/smile-logo.png}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mickaël Tansorier
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\url{mickael.tansorier@smile.fr}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\url{mickael@tansorier.fr}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\vfill
|
|
|
|
|
|
|
|
\textcolor{gray}{\tiny{GNU Free Documentation License, Version 1.3}}
|
|
|
|
\end{frame}
|
|
|
|
\end{frame}
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
\end{document}
|
|
|
|