Skip to content

Commit

Permalink
slides/sysdev-toolchains-obtaining: explicit libcs supported by Yocto
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Sep 5, 2023
1 parent 9b079ac commit dc0011a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,14 @@ \subsection{Obtaining a Toolchain}
\end{itemize}
\item {\bf PTXdist}
\begin{itemize}
\item Makefile-based, maintained mainly by {\em Pengutronix}. It only
supports uClibc and glibc (version 2023.01 status)
\item Makefile-based, maintained mainly by {\em Pengutronix},
supporting only glibc and uClibc (version 2023.01 status)
\item \url{https://www.ptxdist.org/}
\end{itemize}
\item {\bf OpenEmbedded / Yocto Project}
\begin{itemize}
\item A featureful, but more complicated build system
\item A featureful, but more complicated build system, supporting only
glibc and musl.
\item \url{https://www.openembedded.org/}
\item \url{https://www.yoctoproject.org/}
\end{itemize}
Expand Down

0 comments on commit dc0011a

Please sign in to comment.