[bootlin/training-materials updates] master: yocto: slides: packagegroups: remove path and name prefix (9796d3f3)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Oct 31 09:34:33 CET 2023


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

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

commit 9796d3f389f603577db88d3357ce16076060f7ee
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Oct 31 09:34:33 2023 +0100

    yocto: slides: packagegroups: remove path and name prefix
    
    The path is not always recipes-core/packagegroups/ and the filename does
    not always have the packagegroup- prefix, as proved by these examples in
    current oe-core:
    
      meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
      meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
      meta/recipes-extended/packagegroups/packagegroup-core-base-utils.bb
      meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb
      meta/recipes-graphics/packagegroups/packagegroup-core-weston.bb
      meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb
      meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb
      meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
      meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
    
    Reported-by: rpjday at crashcourse.ca
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

9796d3f389f603577db88d3357ce16076060f7ee
 slides/yocto-image/yocto-image.tex | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/slides/yocto-image/yocto-image.tex b/slides/yocto-image/yocto-image.tex
index 3d4379ff..8bccb18f 100644
--- a/slides/yocto-image/yocto-image.tex
+++ b/slides/yocto-image/yocto-image.tex
@@ -202,13 +202,10 @@ bootloader --ptable msdos
       functionality or common purpose.
     \item Package groups are used in image recipes to help building
       the list of packages to install.
-    \item They can be found under
-      \code{meta*/recipes-core/packagegroups/}
     \item A package group is yet another recipe.
       \begin{itemize}
         \item Using the \code{packagegroup} class.
       \end{itemize}
-    \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,




More information about the training-materials-updates mailing list