`~/GBS-ROOT/local/repos/<distro>/<arch>` directories.
Next command examples use `-c` option to specify path to the GBS config file
-suitable for target.
+and `-P` option to select profile suitable for target.
### Build for ARM Tizen TM1 target
```console
-~/coreprofiler$ gbs -c ../gbs-config/gbs-tm1.conf build -A armv7l
+~/coreprofiler$ gbs -c ../gbs-config/gbs.conf build -P profile.arm.snapshot -A armv7l
```
### Build for x86 Tizen emulator
```console
-~/coreprofiler$ gbs -c ../gbs-config/gbs-emul32.conf build -A i586
+~/coreprofiler$ gbs -c ../gbs-config/gbs.conf build -P profile.emul32.snapshot -A i586
```
## Configuration