Change TZ_SYS_HOME: /opt/home -> /opt/usr/home 12/76612/2 accepted/tizen/common/20160804.174328 accepted/tizen/ivi/20160804.081025 accepted/tizen/mobile/20160804.081041 accepted/tizen/tv/20160804.080959 accepted/tizen/wearable/20160804.081015 submit/tizen/20160803.053139 submit/tizen/20160803.071736
authorSunmin Lee <sunm.lee@samsung.com>
Fri, 24 Jun 2016 11:32:33 +0000 (20:32 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Fri, 15 Jul 2016 01:09:08 +0000 (18:09 -0700)
For compatibility with Tizen 2.4, the user partition path
is preserved as /opt/usr rather than /opt/home. Therefore,
the home path is also changed to under the /opt/usr.

Change-Id: Ib374e23df71a99340d804127cf3cdebe2257f5c8
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
tizen-platform.meta

index 7ea94ed..465768e 100644 (file)
@@ -6,7 +6,7 @@
 
 # Tizen 3 (single user):
 #TZ_SYS_HOME=/home
-#TZ_SYS_ROOT=/opt/home/root
+#TZ_SYS_ROOT=/opt/usr/home/root
 #TZ_SYS_SHARE=/opt/share
 #TZ_SYS_ETC=/opt/etc
 #TZ_SYS_DATA=/opt/data
@@ -16,7 +16,7 @@
 #TZ_SYS_USER_GROUP=app
 
 # Tizen 3 (multi user):
-TZ_SYS_HOME=/opt/home
+TZ_SYS_HOME=/opt/usr/home
 TZ_SYS_ROOT=/root
 TZ_SYS_SHARE=/opt/share
 TZ_SYS_RO_SHARE=/usr/share