From: Aleksei Vereshchagin Date: Thu, 10 May 2018 19:32:29 +0000 (+0300) Subject: Update building instructions for GBS X-Git-Tag: submit/tizen/20180619.075036^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f4ef79d5ebaf38c0b614d5685cb6b88e1987fd8;p=sdk%2Ftools%2Fcoreprofiler.git Update building instructions for GBS --- diff --git a/README.md b/README.md index 3a3adf9..b767093 100644 --- a/README.md +++ b/README.md @@ -72,18 +72,18 @@ By default GBS store resulted RPMs and SRPMs at `~/GBS-ROOT/local/repos//` 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