[bootlin/training-materials updates] master: yocto: machine-lab: Add the "providers" include (5898d7fe)

Maxime Chevallier maxime.chevallier at bootlin.com
Fri Dec 3 17:14:40 CET 2021


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

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

commit 5898d7fea91929de5089078e27178c170137c329
Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
Date:   Fri Dec 3 17:14:40 2021 +0100

    yocto: machine-lab: Add the "providers" include
    
    Add a base file to include in the custom machine to get the common
    providers definitions, to prevent tf-a compiling errors.
    
    Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


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

5898d7fea91929de5089078e27178c170137c329
 labs/yocto-custom-machine/yocto-custom-machine.tex | 1 +
 1 file changed, 1 insertion(+)

diff --git a/labs/yocto-custom-machine/yocto-custom-machine.tex b/labs/yocto-custom-machine/yocto-custom-machine.tex
index 92cc05bc..d450d004 100644
--- a/labs/yocto-custom-machine/yocto-custom-machine.tex
+++ b/labs/yocto-custom-machine/yocto-custom-machine.tex
@@ -27,6 +27,7 @@ lines to your machine configuration file:
 
 \begin{verbatim}
 require conf/machine/include/st-machine-common-stm32mp.inc
+require conf/machine/include/st-machine-providers-stm32mp.inc
 
 DEFAULTTUNE = "cortexa7thf-neon-vfpv4"
 require conf/machine/include/tune-cortexa7.inc




More information about the training-materials-updates mailing list