[bootlin/training-materials updates] master: slides: yocto-image: add an item about PACKAGE_ARCH in the package group overview (a34a4b30)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jul 9 18:24:13 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a34a4b30c5a04d43376bda21f2fbd2fbee38d441

>---------------------------------------------------------------

commit a34a4b30c5a04d43376bda21f2fbd2fbee38d441
Author: Thomas Perrot <thomas.perrot at bootlin.com>
Date:   Sat Jun 12 00:25:03 2021 +0200

    slides: yocto-image: add an item about PACKAGE_ARCH in the package group overview
    
    Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>


>---------------------------------------------------------------

a34a4b30c5a04d43376bda21f2fbd2fbee38d441
 slides/yocto-image/yocto-image.tex | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/slides/yocto-image/yocto-image.tex b/slides/yocto-image/yocto-image.tex
index d940b0e3..796e16d8 100644
--- a/slides/yocto-image/yocto-image.tex
+++ b/slides/yocto-image/yocto-image.tex
@@ -186,6 +186,12 @@ bootloader --ptable msdos
       \code{meta*/recipes-core/packagegroups/}
     \item A package group is yet another recipe.
     \item The prefix \code{packagegroup-} is always used.
+    \item Be careful about the \code{PACKAGE_ARCH} value:
+      \begin{itemize}
+      \item Set to the value \code{all} by default,
+      \item Must be explicitly set to \code{${MACHINE_ARCH}} when there is a machine
+        dependency.
+      \end{itemize}
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list