Skip to content

Commit

Permalink
labs: sysdev-toolchain: Optionally remove --passive-ftp from wget flags
Browse files Browse the repository at this point in the history
In Fedora, wget2 is now used in place of wget. wget2 doesn't support the
--passive-ftp option causing every download to failed.

Add explanations about this in the crosstool-ng configuration part.

Signed-off-by: Bastien Curutchet <[email protected]>
  • Loading branch information
bastien-curutchet committed Oct 21, 2024
1 parent a09c589 commit bca66fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions labs/sysdev-toolchain/sysdev-toolchain.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ \section{Configure the toolchain to produce}
In \code{Path and misc options}:
\begin{itemize}
\item If not set yet, enable \code{Try features marked as EXPERIMENTAL}
\item In some distributions, \code{wget2} is used instead of \code{wget}.
Since \code{wget2} doesn't support the passive-ftp option, you may need
to remove the \code{--passive-ftp} flags from the
\code{DOWNLOAD_WGET_OPTIONS}
\end{itemize}

\ifdefstring{\labboard}{stm32mp1}{
Expand Down

0 comments on commit bca66fb

Please sign in to comment.