Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:yocto:cb20 [2023-08-08 13:10] Urs Grafsoftware:linux:yocto:cb20 [2023-08-08 13:17] (aktuell) Urs Graf
Zeile 1: Zeile 1:
-======= CB20 ======+ ======= CB20 ======
 The ''cb20'' machine provides a platform for our [[embedded_systems:imx6:cb|Controller Board with Colibri Module]] hardware using a real time kernel. The ''cb20'' machine provides a platform for our [[embedded_systems:imx6:cb|Controller Board with Colibri Module]] hardware using a real time kernel.
  
Zeile 8: Zeile 8:
  
 Follow the [[software:linux:yocto:setup|Setup and Building]] guide to set up the build environment. Fetch board and processor specific repositories: Follow the [[software:linux:yocto:setup|Setup and Building]] guide to set up the build environment. Fetch board and processor specific repositories:
-  * meta-freescale, https://github.com/Freescale/meta-freescale.git, branch dunfell +  * meta-freescale, github.com/Freescale/meta-freescale.git, branch dunfell 
-  * meta-freescale-3rdparty, https://github.com/Freescale/meta-freescale-3rdparty.git, branch dunfell +  * meta-freescale-3rdparty, github.com/Freescale/meta-freescale-3rdparty.git, branch dunfell 
-  * meta-toradex-bsp-common, git://git.toradex.com/meta-toradex-bsp-common.git, branch dunfell-5.x.y +  * meta-toradex-bsp-common, git.toradex.com/meta-toradex-bsp-common.git, branch dunfell-5.x.y  
-  * meta-toradex-nxp, git://git.toradex.com/meta-toradex-nxp.git, branch dunfell-5.x.y+  * meta-toradex-nxp, git.toradex.com/meta-toradex-nxp.git, branch dunfell-5.x.y
  
 +Next, add the layers to ''bblayers.conf''
 +<code>
 +BBLAYERS ?= " \
 +   /home/ubuntu/yocto/poky/meta \
 +   /home/ubuntu/yocto/poky/meta-poky \
 +   /home/ubuntu/yocto/poky/meta-yocto-bsp \
 +   \
 +   /home/ubuntu/yocto/meta-openembedded/meta-oe \
 +   /home/ubuntu/yocto/meta-ost/meta-ost \
 +   /home/ubuntu/yocto/meta-ost/meta-ost-toradex \
 +   /home/ubuntu/yocto/meta-toradex-nxp \
 +   /home/ubuntu/yocto/meta-toradex-bsp-common \
 +   /home/ubuntu/yocto/meta-freescale \
 +   /home/ubuntu/yocto/meta-freescale-3rdparty \
 +   "
 +</code>
  
 and change the machine definition in ''local.conf'' and change the machine definition in ''local.conf''