You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.2 KiB
50 lines
1.2 KiB
Pésentations
|
|
============
|
|
|
|
1. L'alternative Logiciel Libre
|
|
2. Yocto - devtool - Ansible: La dernière recette de ma grand-mère
|
|
|
|
|
|
L'alternative Logiciel Libre
|
|
----------------------------
|
|
|
|
_Présentation et discutions autour du logiciel libre, ces avantages, son héritage, proposez vos alternatives au logiciel propriétaire. Partageons autour du Free Software avant de partager une Free Beer !_
|
|
|
|
Nom du projet à compiler: **Logiciel_Libre**
|
|
|
|
|
|
Yocto - devtool - Ansible: La dernière recette de ma grand-mère
|
|
---------------------------------------------------------------
|
|
_Introduction à Yocto avec traveaux pratique sur une rapsberry pi, puis présentation de l'outils devtool avec mise en pratique. Et pour finir proposition d'utilisation d'Ansible pour installer un environnement de dev Yocto_
|
|
|
|
Nom du projet à compiler: **Yocto-RapsberryPi-devtool-Ansible**
|
|
|
|
Compilation
|
|
===========
|
|
|
|
Pour construire tout les projets
|
|
```bash
|
|
$ make
|
|
```
|
|
|
|
Pour construire un projet
|
|
```bash
|
|
$ make <projet>
|
|
```
|
|
|
|
Pour supprimer tout les projets
|
|
```bash
|
|
$ make clean
|
|
```
|
|
|
|
Pour supprimer un projet
|
|
```bash
|
|
$ make clean-<projet>
|
|
```
|
|
|
|
Liens Utiles
|
|
============
|
|
|
|
Thèmes complets de présentation:
|
|
[http://mcclinews.free.fr/latex/beamergalerie/completsgalerie.html]
|