[bootlin/training-materials updates] master: labs/sysdev-thirdparty: improve meson cross-file.txt (0f0ac7ae)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Oct 20 13:55:51 CEST 2022


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

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

commit 0f0ac7aec62c2eed793b9b45dc6c4c8f84444659
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Oct 20 13:55:51 2022 +0200

    labs/sysdev-thirdparty: improve meson cross-file.txt
    
    Setting cpu to "cortex-a7" as in the slides
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0f0ac7aec62c2eed793b9b45dc6c4c8f84444659
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 62f244e6..8f1043b7 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -755,7 +755,7 @@ c = 'arm-linux-gcc'
 [host_machine]
 system = 'linux'
 cpu_family = 'arm'
-cpu = 'armv7'
+cpu = 'cortex-a7'
 endian = 'little'
 \end{verbatim}
 




More information about the training-materials-updates mailing list