[bootlin/training-materials updates] master: labs/yocto-extend-recipe: clarification (2e0af893)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Oct 6 10:29:28 CEST 2023


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

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

commit 2e0af8934e574382b7c0bef11344c6277da89033
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Oct 6 10:29:28 2023 +0200

    labs/yocto-extend-recipe: clarification
    
    Clarify that the KERNEL_DEFCONFIG and KERNEL_EXTERNAL_DEFCONFIG
    settings are specific to the linux-stm32mp recipe.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2e0af8934e574382b7c0bef11344c6277da89033
 labs/yocto-extend-recipe/yocto-extend-recipe.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/yocto-extend-recipe/yocto-extend-recipe.tex b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
index 90c25c9d..b2d164e2 100644
--- a/labs/yocto-extend-recipe/yocto-extend-recipe.tex
+++ b/labs/yocto-extend-recipe/yocto-extend-recipe.tex
@@ -67,6 +67,7 @@ alongside the patches. This file contains the kernel configuration.
 \if\defstring{\labboard}{stm32mp1}
 Add \code{KERNEL_DEFCONFIG = ""} and \code{KERNEL_EXTERNAL_DEFCONFIG =
 "defconfig"} so it is used by the \code{linux-stm32mp} recipe.
+\footnote{These settings are specific to the \code{linux-stm32mp} recipe!}
 \else
 It is handled automatically in the \code{linux-ti-staging} original recipe.
 \fi




More information about the training-materials-updates mailing list