Skip to content

Commit

Permalink
labs/yocto-custom-image: change machine recipe to def.
Browse files Browse the repository at this point in the history
Machine is configuration and not a recipe so the term "machine recipe"
is changed to "machine configuration". Likewise, images are recipes and
not configuration so use "top level file" instead of "top level
configuration" to avoid any ambiguity.

Signed-off-by: Charles Perry <[email protected]>
  • Loading branch information
ch-perry committed Apr 27, 2024
1 parent e78a85c commit b19829e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/yocto-custom-image/yocto-custom-image.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

\section{Add a basic image recipe}

A build is configured by two top level recipes: the machine recipe and the image
one. The image recipe is the top configuration file for the generated rootfs and
A build is mainly defined by two files: the machine configuration and the image
recipe. The image recipe is the top level file for the generated rootfs and
the packages it includes. Our aim in this lab is to define a custom image from
scratch to allow a precise selection of packages on the target. To
show how to deal with real world configuration and how the Yocto Project can be
Expand Down

0 comments on commit b19829e

Please sign in to comment.