Update building instructions for GBS
authorAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Thu, 10 May 2018 19:32:29 +0000 (22:32 +0300)
committerAleksei Vereshchagin <avereschagin@dev.rtsoft.ru>
Thu, 10 May 2018 19:32:29 +0000 (22:32 +0300)
README.md

index 3a3adf9c853a38acfdd68fa5cf6328b2f2f68e8c..b767093c50182a2afdcfe32352659450a4926abb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -72,18 +72,18 @@ By default GBS store resulted RPMs and SRPMs at
 `~/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