Skip to content

Commit

Permalink
slides: yocto-image: fix DEPLOY_DIR -> DEPLOY_DIR_IMAGE
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Godard <[email protected]>
  • Loading branch information
antznin committed Dec 9, 2024
1 parent 592d0af commit 700efc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slides/yocto-image/yocto-image.tex
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ \subsection{Image types}
\end{minted}
\end{block}
\begin{itemize}
\item Copies \code{imx-boot} from \code{$}\yoctovar{DEPLOY_DIR} in the image,
aligned on (and so at that offset) \code{${IMX_BOOT_SEEK}}.
\item Copies \code{imx-boot} from \code{$}\yoctovar{DEPLOY_DIR_IMAGE} in the
image, aligned on (and so at that offset) \code{${IMX_BOOT_SEEK}}.
\item Creates a first partition, formatted in FAT32, with the files
listed in the \yoctovar{IMAGE_BOOT_FILES} variable.
\item Creates an \code{ext4} partition with the contents on the root
Expand Down

0 comments on commit 700efc9

Please sign in to comment.