Update building instructions for GBS
authorAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Thu, 10 May 2018 19:38:00 +0000 (22:38 +0300)
committerDmitry Krivoschekov <dkrivoschokov@dev.rtsoft.ru>
Sun, 13 May 2018 19:58:19 +0000 (22:58 +0300)
README.md

index 258345c94d12766caa584af767d70cb6072c04a4..4ba7217b9de77080735288519b975a56469b65c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,18 +60,18 @@ You should use compatible GBS config files to build the target-specific part for
 By default GBS store resulted RPMs and SRPMs at
 `~/GBS-ROOT/local/repos/<distro>/<arch>` directories.
 
-In the following examples option `-c` is used to specify path to the GBS config file suitable for target.
+In the following examples option `-c` is used to specify path to the GBS config file and `-P` option to select profile suitable for target.
 
 #### Build for ARM Tizen TM1 target
 
 ```console
-~/heaptrack$ gbs -c ../gbs-config/gbs-tm1.conf build -A armv7l
+~/heaptrack$ gbs -c ../gbs-config/gbs.conf build -P profile.arm.snapshot -A armv7l
 ```
 
 #### Build for x86 Tizen emulator
 
 ```console
-~/heaptrack$ gbs -c ../gbs-config/gbs-emul32.conf build -A i586
+~/heaptrack$ gbs -c ../gbs-config/gbs.conf build -P profile.emul32.snapshot -A i586
 ```
 
 ### Building GUI