[bootlin/training-materials updates] master: yocto: slides: rename LICENSE_FLAGS_WHITELIST -> LICENSE_FLAGS_ACCEPTED (be197b8b)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Aug 18 10:19:05 CEST 2022


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

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

commit be197b8b55158fddc7664a6b6859777b09f3abea
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Aug 17 12:06:18 2022 +0200

    yocto: slides: rename LICENSE_FLAGS_WHITELIST -> LICENSE_FLAGS_ACCEPTED
    
    As renamed upstream.
    
    Also checked all the renamed variables listed in
    scripts/contrib/convert-variable-renames.py, none appears in our slides
    except for LICENSE_FLAGS_WHITELIST.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

be197b8b55158fddc7664a6b6859777b09f3abea
 slides/yocto-licensing/yocto-licensing.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-licensing/yocto-licensing.tex b/slides/yocto-licensing/yocto-licensing.tex
index d02f4e08..cdd9b45f 100644
--- a/slides/yocto-licensing/yocto-licensing.tex
+++ b/slides/yocto-licensing/yocto-licensing.tex
@@ -55,11 +55,11 @@ LICENSE_FLAGS = "commercial"
       \end{minted}
       \end{block}
     \item To build a package with a commercial component, the package
-      must be in the \code{LICENSE_FLAGS_WHITELIST} variable.
+      must be in the \code{LICENSE_FLAGS_ACCEPTED} variable.
     \item Example, \code{gst-plugins-ugly}:
       \begin{block}{}
       \begin{minted}[fontsize=\small]{c}
-LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly"
+LICENSE_FLAGS_ACCEPTED = "commercial_gst-plugins-ugly"
       \end{minted}
       \end{block}
   \end{itemize}




More information about the training-materials-updates mailing list