diff options
author | Changseok, Oh <seok.oh@samsung.com> | 2017-08-29 14:23:10 +0900 |
---|---|---|
committer | Changseok, Oh <seok.oh@samsung.com> | 2017-08-29 14:24:39 +0900 |
commit | af9b62e89c08844d5a2e9fe35cb535a72674557c (patch) | |
tree | c9fecaaa34e37a5bc56155835a25f8e170f655e2 /rs-config | |
parent | 125c09c24433ba8d7b6931a21f7511fa5e06deb9 (diff) | |
download | rootstrap-af9b62e89c08844d5a2e9fe35cb535a72674557c.tar.gz rootstrap-af9b62e89c08844d5a2e9fe35cb535a72674557c.tar.bz2 rootstrap-af9b62e89c08844d5a2e9fe35cb535a72674557c.zip |
support iot-headed rootstrap
Change-Id: I7667b86aed5afc2891bd3286b7e80072f176e37d
Signed-off-by: Changseok, Oh <seok.oh@samsung.com>
Diffstat (limited to 'rs-config')
-rw-r--r-- | rs-config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Rootstrap configraution -export PLATFORM_VERSION="4.0" -export PLATFORM_PROFILE="mobile" +export PLATFORM_VERSION="1.0" +export PLATFORM_PROFILE="iot-headed" export BASE_URL_PREFIX="http://165.213.149.200/download/public_mirror/tizen/base/latest/" export BASE_URL_POSTFIX_TARGET="/repos/arm/packages/" |