[bootlin/training-materials updates] master: yocto-recipe-basics: explain BPN (10950e15)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Mar 19 11:58:02 CET 2021


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

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

commit 10950e1584ff2e933819d39f09908d91032c5a9e
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Fri Mar 19 11:58:02 2021 +0100

    yocto-recipe-basics: explain BPN
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

10950e1584ff2e933819d39f09908d91032c5a9e
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 48542912..e0a23fd8 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -42,6 +42,8 @@
       automatically available:
       \begin{description}
         \item[PN] package name, as specified in the recipe file name
+        \item[BPN] \code{PN} with prefixes and suffixes removed such
+          as \code{nativesdk-}, or \code{-native}
         \item[PV] package version, as specified in the recipe file
           name
         \item[PR] package revision, defaults to \code{r0}




More information about the training-materials-updates mailing list