diff options
author | Seunghwan Lee <sh.cat.lee@samsung.com> | 2017-01-11 15:36:43 +0900 |
---|---|---|
committer | Seunghwan Lee <sh.cat.lee@samsung.com> | 2017-01-11 16:26:41 +0900 |
commit | dce23a57e89cfdc82ac47d055714f483fa2e878c (patch) | |
tree | 66c06eed95cdcecc489a6c7a46aafa97ed256837 /rs-config | |
parent | 560d21c118a4c70a09d82cae54b14b9e1721d5b6 (diff) | |
download | rootstrap-dce23a57e89cfdc82ac47d055714f483fa2e878c.tar.gz rootstrap-dce23a57e89cfdc82ac47d055714f483fa2e878c.tar.bz2 rootstrap-dce23a57e89cfdc82ac47d055714f483fa2e878c.zip |
add profile_mobile
Change-Id: Id86c8bc65265923622c8b49f6a4f4b4957a4d6d6
Signed-off-by: Seunghwan Lee <sh.cat.lee@samsung.com>
Diffstat (limited to 'rs-config')
-rw-r--r-- | rs-config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ export PLATFORM_VERSION="3.0" export PLATFORM_PROFILE="mobile" -export BASE_URL_PREFIX="http://165.213.149.200/download/public_mirror/tizen/3.0-base/latest/" +export BASE_URL_PREFIX="http://165.213.149.200/download/public_mirror/tizen/base/latest/" export BASE_URL_POSTFIX_TARGET="/repos/arm/packages/" export BASE_URL_POSTFIX_EMULATOR="/repos/emulator32/packages/" export BASE_PKG_SVR_TARGET="${BASE_URL_PREFIX}${BASE_URL_POSTFIX_TARGET}" export BASE_PKG_SVR_EMULATOR="${BASE_URL_PREFIX}${BASE_URL_POSTFIX_EMULATOR}" -export SNAPSHOT_URL_PREFIX="http://165.213.149.200/download/public_mirror/tizen/3.0-mobile/latest/" +export SNAPSHOT_URL_PREFIX="http://165.213.149.200/download/public_mirror/tizen/mobile/latest/" export SNAPSHOT_URL_POSTFIX_EMULATOR="/repos/emulator32-wayland/packages/" export SNAPSHOT_URL_POSTFIX_TARGET="/repos/arm-wayland/packages/" |