diff options
author | Suchang Woo <suchang.woo@samsung.com> | 2015-03-20 19:04:05 +0900 |
---|---|---|
committer | Suchang Woo <suchang.woo@samsung.com> | 2015-03-20 19:05:20 +0900 |
commit | 4b060db5f8599dbde2f1b20c64b533d685b5c5ba (patch) | |
tree | 1eedb4e0b6960fd52ab8f17cdf2e9a3ec5c6fccb /mobile.yaml | |
parent | e48a4f4bc705837230197fcab2941d6c8e210d4c (diff) | |
download | meta-mobile-4b060db5f8599dbde2f1b20c64b533d685b5c5ba.tar.gz meta-mobile-4b060db5f8599dbde2f1b20c64b533d685b5c5ba.tar.bz2 meta-mobile-4b060db5f8599dbde2f1b20c64b533d685b5c5ba.zip |
Use of gumd instead of pwdutils
- gum-utils is used for a user creation instead of useradd
- generic_base_fix_user_homedir is removed
- 'owner' user is created by mobile-base.post script
Change-Id: I7947bfeaca48c33041909f7ca41dc07ad644f118
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Diffstat (limited to 'mobile.yaml')
-rw-r--r-- | mobile.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mobile.yaml b/mobile.yaml index 3755b39..dd871ff 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -173,6 +173,7 @@ X11: - generic-base - generic-console-tools - generic-crosswalk + - mobile-base - mobile-crosswalk - generic-desktop-applications - generic-multimedia @@ -216,6 +217,7 @@ X11-64: - generic-base - generic-console-tools - generic-crosswalk + - mobile-base - mobile-crosswalk - generic-desktop-applications - generic-multimedia @@ -259,6 +261,7 @@ Wayland: - generic-base - generic-console-tools - generic-crosswalk + - mobile-base - mobile-crosswalk - generic-desktop-applications - generic-multimedia |