Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| software:linux:yocto:layer [2022-09-27 09:30] – Urs Graf | software:linux:yocto:layer [2023-06-14 10:54] (aktuell) – Urs Graf | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Layers ====== | ====== Layers ====== | ||
| - | Groups of recipes that belong together are grouped into layers. For example | + | Groups of recipes that belong together are grouped into layers. For example |
| ===== Setting up the Environment ===== | ===== Setting up the Environment ===== | ||
| Zeile 23: | Zeile 23: | ||
| </ | </ | ||
| - | This file configures the layer and where to look for recipes. In this case it will look for a file in '' | + | This file configures the layer and where to look for recipes. In this case it will look for a file in '' |
| * meta-ost | * meta-ost | ||
| * conf | * conf | ||
| * layer.conf | * layer.conf | ||
| - | | + | |
| Finally, add the new layer to the build by adding it to '' | Finally, add the new layer to the build by adding it to '' | ||
| Zeile 48: | Zeile 48: | ||
| Example: | Example: | ||
| < | < | ||
| - | DESCRIPTION = "Beckhoff CX2020 PLC" | + | DESCRIPTION = "generic x86_64 machine with RT kernel" |
| require conf/ | require conf/ | ||
| - | PREFERRED_PROVIDER_virtual/ | + | PREFERRED_PROVIDER_virtual/ |
| - | KMACHINE_cx2020 | + | KMACHINE_x86-rt |
| + | COMPATIBLE_MACHINE_x86-rt = " | ||
| </ | </ | ||