Skip to content

Commit

Permalink
labs/yocto-sdk: add populate_sdk fix for stm32mp1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker committed Oct 11, 2023
1 parent 1b29511 commit 2480063
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions labs/yocto-sdk/yocto-sdk.tex
Expand Up @@ -15,10 +15,18 @@ \section{Build the SDK}
other one allowing for application development. We will use the latter one
here.

First, build an SDK for the \code{bootlinlabs-image-minimal} image, with
\if\defstring{\labboard}{stm32mp1}
On \code{stm32mp1}, we first need to remove ST host tooling that we
don't need and that currently fails to build anyway.

So, remove all the lines touching \code{TOOLCHAIN_HOST_TASK} in
\code{meta-st-stm32mp/conf/machine/include/st-machine-common-stm32mp.inc}.
\fi

Build an SDK for the \code{bootlinlabs-image-minimal} image, with
the \code{populate_sdk} task.

Once the SDK is generated, a script will be available at
Once the SDK is generated, a script will be available in
\code{tmp/deploy/sdk}.

\section{Install the SDK}
Expand Down

0 comments on commit 2480063

Please sign in to comment.