From f3f8066fa746cdab4a4bb7322b1f6c1df3920061 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Fri, 24 Jun 2016 20:32:33 +0900 Subject: [PATCH] Change TZ_SYS_HOME: /opt/home -> /opt/usr/home 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 --- tizen-platform.meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen-platform.meta b/tizen-platform.meta index 7ea94ed..465768e 100644 --- a/tizen-platform.meta +++ b/tizen-platform.meta @@ -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 -- 2.7.4