platform/adaptation/system-plugin.git
7 years agoUpgrade: exclude upgrade directory from upgrade package 10/105510/3 accepted/tizen/3.0/common/20161219.113743 accepted/tizen/3.0/ivi/20161219.044933 accepted/tizen/3.0/mobile/20161219.044834 accepted/tizen/3.0/tv/20161219.044854 accepted/tizen/3.0/wearable/20161219.044912 submit/tizen_3.0/20161219.014721
Sunmin Lee [Mon, 19 Dec 2016 01:02:42 +0000 (10:02 +0900)]
Upgrade: exclude upgrade directory from upgrade package

Because filesystem install upgrade directory (/usr/share/upgrade),
it doesn't need to be included in system-upgrade package.

Change-Id: Ic245bfbaeddeac24a70c4c95fcde82a45b568432
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoChanging the smack label of systemd_user_helper to "_". 33/104133/1 accepted/tizen/3.0/common/20161213.164218 accepted/tizen/3.0/ivi/20161213.025845 accepted/tizen/3.0/mobile/20161213.025821 accepted/tizen/3.0/tv/20161213.025828 accepted/tizen/3.0/wearable/20161213.025836 submit/tizen_3.0/20161212.215355
wchang kim [Mon, 12 Dec 2016 11:04:56 +0000 (20:04 +0900)]
Changing the smack label of systemd_user_helper to "_".

Change-Id: Ia96f3e6549429239522ee1d54491bc7e8db83b78
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoAdd the directory for system session and user session to share. 93/103693/3 submit/tizen_3.0/20161212.042035
wchang kim [Fri, 9 Dec 2016 07:02:55 +0000 (16:02 +0900)]
Add the directory for system session and user session to share.

Making the directory of /run/user_ext/<uid>.
Mounting tmpfs to it with smackfstransmute System::Run.
Unmounting directories which systemd_user_helper made when service is
stopped.

Change-Id: Ia749ba8ec291018c29216c65a0d47ee7ab385dbc
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoUpgrade: move filesystem operations to its package 85/101085/1
Sunmin Lee [Wed, 30 Nov 2016 08:09:13 +0000 (17:09 +0900)]
Upgrade: move filesystem operations to its package

The directory migration operations for basic directories
are moved to filesystem script in filesystem package.

Change-Id: I7887805b7866a383caa910ba5f6002b6c19dc122

7 years agoRemove Hardcoded Path for lib dir : use %libdir for 64bit 09/100409/1 accepted/tizen/3.0/common/20161129.103137 accepted/tizen/3.0/ivi/20161129.001806 accepted/tizen/3.0/mobile/20161129.001716 accepted/tizen/3.0/tv/20161129.001733 accepted/tizen/3.0/wearable/20161129.001756 submit/tizen_3.0/20161128.092418
Kunhoon Baik [Mon, 28 Nov 2016 05:47:41 +0000 (14:47 +0900)]
Remove Hardcoded Path for lib dir : use %libdir for 64bit

Change-Id: I6121281e34014c04f5375b13fc776d6591659e7c

7 years agoupgrade: execute dlog upgrade in update-init.sh at sdb debugging 73/99973/1 accepted/tizen/3.0/common/20161125.101831 accepted/tizen/3.0/ivi/20161125.082114 accepted/tizen/3.0/mobile/20161125.082053 accepted/tizen/3.0/tv/20161125.082104 accepted/tizen/3.0/wearable/20161125.082109 submit/tizen_3.0/20161124.141456
Sunmin Lee [Thu, 24 Nov 2016 13:57:57 +0000 (22:57 +0900)]
upgrade: execute dlog upgrade in update-init.sh at sdb debugging

Change-Id: Iea90810f03cf713da9e1b08a58d2b0dc85ce5d90
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoupgrade: fix defects 54/99954/1 submit/tizen_3.0/20161124.125900
Sunmin Lee [Thu, 24 Nov 2016 12:45:36 +0000 (21:45 +0900)]
upgrade: fix defects

Change-Id: I8ec4843c9fb80439983fa1303232f7ba1d5c0483
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: sdb related issues 20/99820/2 submit/tizen_3.0/20161124.103638
Sunmin Lee [Thu, 24 Nov 2016 07:36:55 +0000 (16:36 +0900)]
Upgrade: sdb related issues

To launch sdb properly in upgrade mode, several initialize
scripts should be run before sdbd.service.

Change-Id: I1573f9f172a06935b52c1b16ef4619d6ca0c2bc6
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoupgrade: enable serial debugging at upgrade mode 99/99799/1
Sunmin Lee [Thu, 24 Nov 2016 05:51:55 +0000 (14:51 +0900)]
upgrade: enable serial debugging at upgrade mode

Enable serial debugging during the system-update status

Change-Id: Ib81ac55cfb4e6ad4fe3fc3c2a13365b53d79db88
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoupgrade: back up default home directory 96/99496/1
Sunmin Lee [Tue, 22 Nov 2016 11:53:49 +0000 (20:53 +0900)]
upgrade: back up default home directory

The default user (owner) home directory is backed up when
image is created and moved back to /home at update-init.sh,
because previous gum-utils seems to have some dependency issue.

Change-Id: Ic01d223a0633b0026623cfa539d02c4fc5c5482e
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoRevert "Upgrade: Automated upgrade" 65/97865/3 submit/tizen_3.0/20161121.095219
Sunmin Lee [Tue, 15 Nov 2016 07:10:39 +0000 (16:10 +0900)]
Revert "Upgrade: Automated upgrade"

Enable sdb debugging mode

This reverts commit 1d54574aafb44faf41ba52b3334ce9e687993cf1.

Change-Id: I7a53b95629ce4a74ded73a755961c4468499ec62

7 years agoChange MainPID of user@service 07/98407/3 accepted/tizen/3.0/common/20161122.195027 accepted/tizen/3.0/ivi/20161122.124236 accepted/tizen/3.0/mobile/20161122.124143 accepted/tizen/3.0/tv/20161122.124213 accepted/tizen/3.0/wearable/20161122.124227 submit/tizen_3.0/20161118.041243
Kunhoon Baik [Thu, 17 Nov 2016 07:26:34 +0000 (16:26 +0900)]
Change MainPID of user@service

systemd-user-helper helps to launch systemd user session.
Thus, MainPID should be changed to systemd user session for keeping original behavior like stop operation.
This patch changes the MainPID to systemd user session by using pidfile and forking type.

Change-Id: Id8dc3daa71c18914b79e218043705fe5e167d14f

7 years agoudev: use fixed IP address for Cluster 07/98107/3 accepted/tizen/3.0/common/20161117.090722 accepted/tizen/3.0/ivi/20161117.022406 accepted/tizen/3.0/mobile/20161117.022309 accepted/tizen/3.0/tv/20161117.022321 accepted/tizen/3.0/wearable/20161117.022344 submit/tizen_3.0/20161116.231358
Sangjung Woo [Wed, 16 Nov 2016 05:16:20 +0000 (14:16 +0900)]
udev: use fixed IP address for Cluster

This patch assigns the fixed IP address to USB Ethernet device to
communicate with the Cluster device.

Change-Id: I5f9e37d7b729517577cc646c92fc38a1577414ff
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
7 years agospreadtrum: fixed multi-user script is added 58/96458/2
Sunmin Lee [Wed, 9 Nov 2016 05:39:52 +0000 (14:39 +0900)]
spreadtrum: fixed multi-user script is added

The fixed multi-user feature is introduced into spreadtrum target.
It will execute all scripts in the fixed_multiuser scripts directory.

Change-Id: Iaca23f98167b7a005447eeb7bd66e468d951a5ec
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoMerge branch 'tizen' into tizen_3.0 42/94942/1 accepted/tizen/3.0/common/20161114.081321 accepted/tizen/3.0/ivi/20161103.001949 accepted/tizen/3.0/mobile/20161103.001901 accepted/tizen/3.0/tv/20161103.001916 accepted/tizen/3.0/wearable/20161103.001930 submit/tizen_3.0/20161102.073456 submit/tizen_3.0_common/20161110.084657
taeyoung [Wed, 2 Nov 2016 04:41:24 +0000 (13:41 +0900)]
Merge branch 'tizen' into tizen_3.0

Change-Id: I3e3a8c386e793ba2fde515cea9f80846c6e1c3e8
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoresize fs: resize rootfs according to the partition label for TM1 and TW1 00/94800/1
taeyoung [Tue, 1 Nov 2016 08:26:59 +0000 (17:26 +0900)]
resize fs: resize rootfs according to the partition label for TM1 and TW1

- TM1 and TW1 use partition label to distinguish partitions.
- previously, rootfs of TM1 was distinguished by file system label
  and rootfs of TW1 was not resized. Thus the resizefs services by
  partition label are added for TM1 and TW1.

Change-Id: I044ca8ed09096fb30d32eac408c689acd1f20916
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoEliminate umount-opt.service 58/93758/1 accepted/tizen/common/20161026.134448 accepted/tizen/ivi/20161028.151143 accepted/tizen/mobile/20161028.151117 accepted/tizen/tv/20161028.151123 accepted/tizen/wearable/20161028.151127 submit/tizen/20161026.001251 submit/tizen_3.0_common/20161104.104000
Kunhoon Baik [Tue, 25 Oct 2016 15:19:05 +0000 (00:19 +0900)]
Eliminate umount-opt.service

umount-opt.service was for 2.4 3 partition compatibilty layer in Tizen 2 Partition system.
However, Tizen decided to re-support 3 partition for full compatibility due to 2.4 -> 3.0 upgrade

For your information, 2.4/3.0 Major Compatibilty is

1) Partition : Keep 3 Partitoin
2) App Directory : /opt/usr/apps
3) Content Directory : /opt/usr/media

Change-Id: Ica295ed0dc47677c36637eec6d335edb60c40d20

7 years agospec: Add ivi-network.service for ivi profile 23/91623/3 accepted/tizen/3.0/ivi/20161028.123055 accepted/tizen/3.0/mobile/20161028.122351 accepted/tizen/3.0/tv/20161028.122630 accepted/tizen/3.0/wearable/20161028.122852 accepted/tizen/common/20161011.154426 accepted/tizen/ivi/20161011.234348 accepted/tizen/mobile/20161011.234414 accepted/tizen/tv/20161011.234300 accepted/tizen/wearable/20161011.234314 submit/tizen/20161011.075122 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323
Sangjung Woo [Mon, 10 Oct 2016 10:55:24 +0000 (19:55 +0900)]
spec: Add ivi-network.service for ivi profile

In order to communicate with Cluster device, this patch set eth0 as
static IP address. This patch is only applied for ivi profile.

Change-Id: Iec8f978c37afe7dab9d0fbd12a744a58fec230a3
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
7 years agoUpgrade: Add post operations 96/88896/6 accepted/tizen/3.0/ivi/20161011.065124 accepted/tizen/3.0/mobile/20161015.034150 accepted/tizen/3.0/tv/20161016.005621 accepted/tizen/3.0/wearable/20161015.084449 accepted/tizen/common/20160926.154255 accepted/tizen/ivi/20160927.020734 accepted/tizen/mobile/20160927.021101 accepted/tizen/tv/20160927.021040 accepted/tizen/wearable/20160927.021050 submit/tizen/20160926.074333 submit/tizen_3.0_ivi/20161010.000007 submit/tizen_3.0_mobile/20161015.000006 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000006
Sunmin Lee [Wed, 21 Sep 2016 05:46:42 +0000 (14:46 +0900)]
Upgrade: Add post operations

At post script:
 1) Migrate user contents files to 3.0 path
 2) Remove unused files in 3.0

Change-Id: Id30143efa87314ed3dde3a0179aa1e6950e02df0
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoEnable setting support container value 73/88873/2 accepted/tizen/common/20160922.120837 accepted/tizen/ivi/20160923.085806 accepted/tizen/mobile/20160923.085719 accepted/tizen/tv/20160923.085734 accepted/tizen/wearable/20160923.085749 submit/tizen/20160922.045944
Sunmin Lee [Wed, 21 Sep 2016 04:29:24 +0000 (13:29 +0900)]
Enable setting support container value

Change-Id: I81384cbe1ef460b92fb1931338e2b09451753951
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agosystemd-user-helper: fix handle leak 36/88636/1 accepted/tizen/common/20160921.161650 accepted/tizen/ivi/20160921.081157 accepted/tizen/mobile/20160921.081208 accepted/tizen/tv/20160921.081153 accepted/tizen/wearable/20160921.081203 submit/tizen/20160921.014304
Sunmin Lee [Tue, 20 Sep 2016 05:25:05 +0000 (14:25 +0900)]
systemd-user-helper: fix handle leak

Fix handle leaks at systemd-user-helper.

Change-Id: Ida4fe08c053379b8d27591844a4eae37a1476608
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: Automated upgrade 17/88017/3 accepted/tizen/common/20160919.154629 accepted/tizen/ivi/20160920.052651 accepted/tizen/mobile/20160920.052602 accepted/tizen/tv/20160920.052617 accepted/tizen/wearable/20160920.052636 submit/tizen/20160919.061739
Sunmin Lee [Mon, 12 Sep 2016 12:41:22 +0000 (21:41 +0900)]
Upgrade: Automated upgrade

From now on, this package activates upgrade automatically
when the device is rebooted.
And for this, more detailed logging method is added.

Change-Id: Icd46e088be15bd08b9cff3681662f585a505c31f
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: Post operation of filesystem 81/87781/3
Sunmin Lee [Fri, 9 Sep 2016 10:25:49 +0000 (19:25 +0900)]
Upgrade: Post operation of filesystem

The post operation of upgrade removes redundant directories
in Tizen 3.0.

Change-Id: I80e9e2b6b12a95dfa36844be7e0c084d714f3815
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: update operations of filesystem 17/87217/4 accepted/tizen/common/20160909.115013 accepted/tizen/ivi/20160912.053615 accepted/tizen/mobile/20160912.053528 accepted/tizen/tv/20160912.053544 accepted/tizen/wearable/20160912.053603 submit/tizen/20160909.055251
Sunmin Lee [Wed, 7 Sep 2016 05:18:50 +0000 (14:18 +0900)]
Upgrade: update operations of filesystem

The RW update related to filesystem is done
in the first step of update.

Change-Id: I0e765b5458dfddffee6bfc661bb61e1dd0d5e1d0
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoBind 2.4 apps directory to user app directory for compatibility 11/86511/1 accepted/tizen/ivi/20160905.065617 accepted/tizen/mobile/20160905.065521 accepted/tizen/tv/20160905.065541 accepted/tizen/wearable/20160905.065600 submit/tizen/20160904.234158
Kunhoon Baik [Thu, 1 Sep 2016 13:39:20 +0000 (22:39 +0900)]
Bind 2.4 apps directory to user app directory for compatibility

Change-Id: Ieb817310c970b9fd40249f583421d2862cd1c908

7 years agoUser Session Helper : Enable slave propagation 08/86508/1 submit/tizen/20160902.065241
Kunhoon Baik [Thu, 1 Sep 2016 13:03:33 +0000 (22:03 +0900)]
User Session Helper : Enable slave propagation

Change-Id: I685442f33f6d6cedfd919b50a79723c1dceb107c

7 years agoUpgrade: Create home directory through gum-utils '-u' 16/85416/2 accepted/tizen/common/20160829.140227 accepted/tizen/ivi/20160829.232803 accepted/tizen/mobile/20160829.232710 accepted/tizen/tv/20160829.232727 accepted/tizen/wearable/20160829.232744 submit/tizen/20160829.060602
Sunmin Lee [Thu, 25 Aug 2016 04:41:02 +0000 (13:41 +0900)]
Upgrade: Create home directory through gum-utils '-u'

For Tizen 3.0, home directory for default user (owner)
is necessary. Rather than remove & recreate the user,
the '-u' option will just make a home directory for
specific user if it did not exist.

Change-Id: Ia1fd54c5a9b2ec15dbbfacd8e2a9b4a7191be22f
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: Mount user partition in upgrade mode 70/85170/7
Sunmin Lee [Wed, 24 Aug 2016 04:41:41 +0000 (13:41 +0900)]
Upgrade: Mount user partition in upgrade mode

The lazy mount makes user partition mounted
separately. For RW update, user partition also should
be mounted. This is done in the start of upgrade.

Change-Id: I3db70f3bb698d22371747530c545145836b57e09
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoRevert "Revert "Description : Adding fstab for lazy mount"" 76/85476/2 accepted/tizen/common/20160825.152043 accepted/tizen/ivi/20160829.040424 accepted/tizen/mobile/20160829.040330 accepted/tizen/tv/20160829.040342 accepted/tizen/wearable/20160829.040406 submit/tizen/20160825.094741 submit/tizen/20160826.022147 submit/tizen/20160826.052212
Woo Chang Kim [Thu, 25 Aug 2016 09:00:32 +0000 (02:00 -0700)]
Revert "Revert "Description : Adding fstab for lazy mount""

This reverts commit b63cf7d6105a8866d82d7c8110eaa19fae0044d0.

Change-Id: I80b98406dbe1408fda9786de3b9103854eab0211

7 years agoRevert "Description : Adding fstab for lazy mount" 20/85420/2 accepted/tizen/common/20160825.062845 accepted/tizen/ivi/20160825.084243 accepted/tizen/mobile/20160825.084155 accepted/tizen/tv/20160825.084213 accepted/tizen/wearable/20160825.084228 submit/temp/20160825.052937 submit/tizen/20160825.053100
Sunmin Lee [Thu, 25 Aug 2016 05:19:40 +0000 (22:19 -0700)]
Revert "Description : Adding fstab for lazy mount"

Lazy mount feature would be applied later.
The upgrade modification is needed to be applied first.

This reverts commit b31904253f6175183385aca171b491fea234e0f7.

Change-Id: Id9acc50b56304c6273c17b0c3fd8c7800de6e65c

7 years agoMerge "Upgrade: Disable cynara check in upgrade mode" into tizen accepted/tizen/common/20160824.154604 accepted/tizen/ivi/20160825.050814 accepted/tizen/mobile/20160825.050736 accepted/tizen/tv/20160825.050743 accepted/tizen/wearable/20160825.050751 submit/tizen/20160824.050122
Sunmin Lee [Wed, 24 Aug 2016 04:54:19 +0000 (21:54 -0700)]
Merge "Upgrade: Disable cynara check in upgrade mode" into tizen

7 years agoMerge "Upgrade: Back rpm db up for Tizen 3.0" into tizen
Sunmin Lee [Wed, 24 Aug 2016 04:54:10 +0000 (21:54 -0700)]
Merge "Upgrade: Back rpm db up for Tizen 3.0" into tizen

7 years agoMerge "Upgrade: Add update-image script" into tizen
Sunmin Lee [Wed, 24 Aug 2016 04:54:01 +0000 (21:54 -0700)]
Merge "Upgrade: Add update-image script" into tizen

7 years agoUpgrade: Disable cynara check in upgrade mode 29/85129/2
Sunmin Lee [Wed, 24 Aug 2016 01:53:17 +0000 (10:53 +0900)]
Upgrade: Disable cynara check in upgrade mode

The cynara daemon is not running in upgrade mode,
so the cynara check should be disabled.

Change-Id: If0e8282925cdc6d349223e06c925f5aa6a74cfba
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoUpgrade: Back rpm db up for Tizen 3.0 07/85007/2
Sunmin Lee [Tue, 23 Aug 2016 08:17:54 +0000 (17:17 +0900)]
Upgrade: Back rpm db up for Tizen 3.0

Because rpm db is in RW partition (/opt/var/lib/rpm),
in the upgrade operation rpm db should be changed as
2.4 -> 3.0.
To do this, when create the upgrade image the rpm db should
be backed up and moved to RW path of 2.4 in the upgrade process.

Change-Id: If940abe0132dffcaaa0bc791ceecd3662946d68c
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoDescription : Adding fstab for lazy mount 38/85138/1
wchang kim [Wed, 24 Aug 2016 02:19:54 +0000 (11:19 +0900)]
Description : Adding fstab for lazy mount

fstab for lazy mount includes root partition and system-data partition.

Lazy mount is only for mobile profile.

Change-Id: I8519f6c705ee3ae0d842ec28262bc55dad438e7b

7 years agoSystem User Session Launch helper 34/84834/4
Kunhoon Baik [Mon, 22 Aug 2016 13:54:16 +0000 (22:54 +0900)]
System User Session Launch helper

For supporting Tizen specific feature like directory compatibility and container,
Tizen requires to handle namespaces.

However, it could not be treated by PAM due to Lazy-mount feature.
This launch helper solves the issues.

This is first trial, if we find better solution, we will change to the solution.

Change-Id: I0a6b27eb30f7904afde3a710a7fcb044ec172411
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoUpgrade: Add update-image script 06/85006/1
Sunmin Lee [Tue, 23 Aug 2016 08:27:33 +0000 (17:27 +0900)]
Upgrade: Add update-image script

The operations making upgrade image is moved to upgrade package.
This script is executed in image creation.

Change-Id: I7f559fb7c36d0809ff14c079af94dae8edf3e7cb
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoDesciprtion : Temporary change. 54/84654/5 accepted/tizen/common/20160822.132727 accepted/tizen/ivi/20160823.041257 accepted/tizen/mobile/20160823.041125 accepted/tizen/tv/20160823.041205 accepted/tizen/wearable/20160823.041233 submit/tizen/20160822.012953 submit/tizen/20160822.045932
wchang kim [Sun, 21 Aug 2016 22:28:47 +0000 (07:28 +0900)]
Desciprtion : Temporary change.

Changing the default value of lazy mount for idle booting.
test_lazymount waits for mounting user parition and then call sd_notify
because efl library calls sd_notify.

These are temp codes for idle booting.

Change-Id: I62670413fa220203f1a2975885ecbac9885e6ce4
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoMerge "Description : Change the mount method in service file." into tizen accepted/tizen/common/20160816.130311 accepted/tizen/ivi/20160817.040611 accepted/tizen/mobile/20160817.040520 accepted/tizen/tv/20160817.040538 accepted/tizen/wearable/20160817.040554 submit/tizen/20160816.052549
wchang kim [Tue, 16 Aug 2016 04:35:45 +0000 (21:35 -0700)]
Merge "Description : Change the mount method in service file." into tizen

7 years agoDescription : Change the mount method in service file. 46/83946/1
wchang kim [Tue, 16 Aug 2016 02:32:41 +0000 (11:32 +0900)]
Description : Change the mount method in service file.

Adding mount-user.sh.
mount-user.sh gets the PARTLABEL from /dev/disk/by-partlabel for user
and mount it.

Change-Id: Ib08023dc41a2268cef8751281c6e113eaf067204

7 years agoUpgrade: update initialize - create home directory 77/83477/4 accepted/tizen/common/20160812.141035 accepted/tizen/ivi/20160812.065448 accepted/tizen/ivi/20160812.065602 accepted/tizen/mobile/20160812.065440 accepted/tizen/mobile/20160812.065600 accepted/tizen/tv/20160812.065445 accepted/tizen/tv/20160812.065555 accepted/tizen/wearable/20160812.065442 accepted/tizen/wearable/20160812.065557 submit/tizen/20160812.014407 submit/tizen/20160812.055757
Sunmin Lee [Thu, 11 Aug 2016 06:48:43 +0000 (15:48 +0900)]
Upgrade: update initialize - create home directory

Because the home directory path is different between 2.4 and 3.0,
some additional actions for home directory is needed.
The init-update.service (init-update.sh) does it.
It preserves (not move) the previous home directory (/opt/home),
and just add new home directory (/opt/usr/home).

Change-Id: I5823c2d5902557f4b703a030ea5b144f65901222
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years ago[TM1/TW1] resize system-data partition 03/83403/1 accepted/tizen/common/20160812.140700 accepted/tizen/ivi/20160812.010511 accepted/tizen/mobile/20160812.010519 accepted/tizen/tv/20160812.010458 accepted/tizen/wearable/20160812.010504 submit/tizen/20160810.235655
Kunhoon Baik [Wed, 10 Aug 2016 12:49:50 +0000 (21:49 +0900)]
[TM1/TW1] resize system-data partition

Change-Id: Iefd911d00c48fd367e3e013ac862019bda054774

7 years agoUpgrade: disable auto upgrade 98/83298/3
Sunmin Lee [Wed, 10 Aug 2016 05:01:51 +0000 (14:01 +0900)]
Upgrade: disable auto upgrade

For debugging & development, upgrade mode does not
execute upgrade script automatically. After developer
tests through sdb, they should execute update.sh manually:
 $ /system-update/update.sh

Change-Id: Ic7866aa7134448a8e444397d8333b181569023a8
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoupgrade: enable sdbd when usb cable is connected during updating 83/83283/2
taeyoung [Wed, 10 Aug 2016 02:55:37 +0000 (11:55 +0900)]
upgrade: enable sdbd when usb cable is connected during updating

- sdb enabling needs to be performed just after udc is enabled.
  To detect udc state change, udev rule is used.

Change-Id: I2de18cc9f19f6a34fd7307d17a14c607fc111626
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoUpgrade: system upgrade package is added 38/82738/6
Sunmin Lee [Fri, 5 Aug 2016 10:45:54 +0000 (19:45 +0900)]
Upgrade: system upgrade package is added

For upgrade of RW partition, offline system update function of
systemd is activated. Update scripts for each packages should
be under the upgrade/update-script, and new files for update
version should be under the upgrade/data.

* The update scripts are executed alphabetically (ref: man ls).
To specify the execution order explicitly, numeric prefix
can be used such as:
 00.first.patch.sh, 01.second.patch.sh

Change-Id: I12a4a703cf252ed671ecd6d94cda5ff624e5dd87
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoDescription : Fixed pkgconfig information. 54/82554/1
wchang kim [Thu, 4 Aug 2016 05:41:11 +0000 (14:41 +0900)]
Description : Fixed pkgconfig information.

Missing some information in CFlags and Libs.
-llazymount
-I/usr/include/lazymount

Change-Id: Idbdc66e398c5497ee75c232f6b3f8294a4d4832f

7 years agoMerge "Description : Adding new package of liblazymount and build enviroment for...
wchang kim [Thu, 4 Aug 2016 05:31:06 +0000 (22:31 -0700)]
Merge "Description : Adding new package of liblazymount and build enviroment for autotools" into tizen

7 years agoApply 3 partition hierarchy 92/74392/6 accepted/tizen/common/20160804.174326 accepted/tizen/ivi/20160804.081024 accepted/tizen/mobile/20160804.081037 accepted/tizen/tv/20160804.080957 accepted/tizen/wearable/20160804.081013 submit/tizen/20160803.053139 submit/tizen/20160803.071736
Sunmin Lee [Fri, 15 Jul 2016 04:47:22 +0000 (13:47 +0900)]
Apply 3 partition hierarchy

From now on, Tizen 3.0 support 3 partition hierarchy
as default and it is applied to TM1 and TW1.

Change-Id: I6b920a79f2323d57ad8cdb40e17a0dafd4e1e9ee
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
7 years agoDescription : Adding new package of liblazymount and build enviroment for autotools 95/81695/4
wchang kim [Thu, 28 Jul 2016 02:19:09 +0000 (11:19 +0900)]
Description : Adding new package of liblazymount and build enviroment for autotools

Adding new pacakge for lazy mount feature.
It has the library and path activator service for mounting user
patition(/opt/usr).
Adding the build environment for autotools.

This change need the change of BuildArch for system-plugin.
system-plugin-<version>.noarch.rpm --> system-plugin-<version>.<arch>.rpm

Change-Id: I107e7610659fcbbcda7b8b27abb645251c069296
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoSet the SMACK security label to run given executable file in systemd services 40/80840/1 accepted/tizen/common/20160721.175837 accepted/tizen/ivi/20160721.090757 accepted/tizen/mobile/20160721.090506 accepted/tizen/tv/20160721.091324 accepted/tizen/wearable/20160721.091036 submit/tizen/20160721.003054
jooseong lee [Wed, 20 Jul 2016 11:05:16 +0000 (20:05 +0900)]
Set the SMACK security label to run given executable file in systemd services

Change-Id: I4ed51c4f9a533caf87094b22d917316f83730ccc
Signed-off-by: jooseong lee <jooseong.lee@samsung.com>
7 years agoDescription : Change the group of /dev/ion for muse-server 51/78651/1 accepted/tizen/common/20160706.142710 accepted/tizen/ivi/20160706.132827 accepted/tizen/mobile/20160706.132055 accepted/tizen/tv/20160706.132101 accepted/tizen/wearable/20160706.132205 submit/tizen/20160706.095052
wchang kim [Wed, 6 Jul 2016 09:17:27 +0000 (18:17 +0900)]
Description : Change the group of /dev/ion for muse-server

Change the group of /dev/ion to audio for muse-server
Requested by multimedia part and securiy

Change-Id: I0307d85103904d796d755c6f31374f2bd17a2439
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoDescription : Set PATH in the script for security 18/78518/1 accepted/tizen/ivi/20160706.082531 accepted/tizen/mobile/20160706.082431 accepted/tizen/tv/20160706.082414 accepted/tizen/wearable/20160706.082421 submit/tizen/20160706.021739
wchang kim [Wed, 6 Jul 2016 02:04:49 +0000 (11:04 +0900)]
Description : Set PATH in the script for security

Set PATH in the script for security

Change-Id: I22181ef5a11f467a8476bd8d57ef3928fb06be27
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoDescription : Adding a service for fstrim for opt mount. 09/78309/1 accepted/tizen/common/20160705.170608 accepted/tizen/ivi/20160705.101905 accepted/tizen/mobile/20160705.101957 accepted/tizen/tv/20160705.101909 accepted/tizen/wearable/20160705.101926 submit/tizen/20160705.082718
wchang kim [Tue, 5 Jul 2016 05:43:02 +0000 (14:43 +0900)]
Description : Adding a service for fstrim for opt mount.

Adding a service for fstrim for opt mount.

Requested by profiling part.

Change-Id: I4da82cf6e5979cc57f56e0db69723b177de1a050
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
7 years agoDescription : Fixed to fail umount /opt. 58/76958/1 accepted/tizen/common/20160629.222718 accepted/tizen/ivi/20160629.021543 accepted/tizen/mobile/20160629.021617 accepted/tizen/tv/20160629.021511 accepted/tizen/wearable/20160629.021623 submit/tizen/20160628.215737
wchang kim [Tue, 28 Jun 2016 06:33:27 +0000 (15:33 +0900)]
Description : Fixed to fail umount /opt.

When /opt is busy, umouting /opt is failed.

This is workaround for this issue.

Change-Id: I6b93f493e733cde193d7b81268c78aec7f325d1a
Signed-off-by: Woochang Kim <wchang.kim@samsung.com>
8 years agoMerge "Revert "fstab: use automounting to reduce boot-up time"" into tizen accepted/tizen/common/20160401.075435 accepted/tizen/ivi/20160401.002510 accepted/tizen/mobile/20160401.002420 accepted/tizen/tv/20160401.002432 accepted/tizen/wearable/20160401.002451 submit/tizen/20160331.233403
Kunhoon Baik [Thu, 31 Mar 2016 23:31:45 +0000 (16:31 -0700)]
Merge "Revert "fstab: use automounting to reduce boot-up time"" into tizen

8 years agoMerge "[Bug Fix] Bug fix for https://review.tizen.org/gerrit/#/c/64025/" into tizen
Kunhoon Baik [Thu, 31 Mar 2016 23:25:24 +0000 (16:25 -0700)]
Merge "[Bug Fix] Bug fix for https://review.tizen.org/gerrit/#/c/64025/" into tizen

8 years agoRevert "fstab: use automounting to reduce boot-up time" 58/64358/1
Lukasz Stelmach [Thu, 31 Mar 2016 15:56:50 +0000 (08:56 -0700)]
Revert "fstab: use automounting to reduce boot-up time"

This reverts commit 9fc739889fd536adeeb866c1c4e6b1530aed3d57.

Change-Id: I17ae10dfbd34001b1c6b81606799792ef00821a8

8 years ago[Bug Fix] Bug fix for https://review.tizen.org/gerrit/#/c/64025/ 52/64352/1
Kunhoon Baik [Thu, 31 Mar 2016 14:02:43 +0000 (23:02 +0900)]
[Bug Fix] Bug fix for https://review.tizen.org/gerrit/#/c/64025/

Change-Id: I2cb2b9525c8238bfe598249aec4a2c1c61e5433a

8 years agoMerge "fstab: use automounting to reduce boot-up time" into tizen submit/tizen/20160330.130037
Łukasz Stelmach [Wed, 30 Mar 2016 12:51:29 +0000 (05:51 -0700)]
Merge "fstab: use automounting to reduce boot-up time" into tizen

8 years ago[Temporary] For supporting MCD specific target 25/64025/3 accepted/tizen/common/20160329.143303 accepted/tizen/ivi/20160329.121955 accepted/tizen/mobile/20160329.121908 accepted/tizen/tv/20160329.121922 accepted/tizen/wearable/20160329.121937 submit/tizen/20160329.115021
Kunhoon Baik [Tue, 29 Mar 2016 11:27:09 +0000 (20:27 +0900)]
[Temporary] For supporting MCD specific target

Change-Id: I9bf5f992aa593ed74d21874133341e1d59d22328

8 years agoFor future use : this rule will be used when deviced is not ready 84/63784/1
Kunhoon Baik [Sat, 26 Mar 2016 10:51:50 +0000 (19:51 +0900)]
For future use : this rule will be used when deviced is not ready
Support for just switch class.

Change-Id: I625c5f97704d57bd4caf690754fe910d89b9adb5

8 years agoChange 3-partition to 2-partition 70/62570/3 accepted/tizen/common/20160317.160352 accepted/tizen/ivi/20160317.040318 accepted/tizen/mobile/20160317.040226 accepted/tizen/tv/20160317.040238 accepted/tizen/wearable/20160317.040304 submit/tizen/20160317.010132
boseong choi [Wed, 16 Mar 2016 11:15:19 +0000 (20:15 +0900)]
Change 3-partition to 2-partition

merge system-data partition and user partition
add fstab_tm1(TM1), change fstab_initrd(circle)
add umount-opt.service for umount /opt
(symlink in local-fs-pre.target.wants)

Change-Id: I44bfc2d6daea54af6da356552ddc91335d12a4de
Signed-off-by: boseong choi <boseong.choi@samsung.com>
8 years agoTemporary For Wearable Circle Target "csa" 13/62313/1 accepted/tizen/common/20160315.222051 accepted/tizen/ivi/20160315.125509 accepted/tizen/mobile/20160315.125408 accepted/tizen/tv/20160315.125428 accepted/tizen/wearable/20160315.125443 submit/tizen/20160315.110147
Kunhoon Baik [Tue, 15 Mar 2016 10:17:34 +0000 (19:17 +0900)]
Temporary For Wearable Circle Target "csa"

This patch is so ugly because it assumes some partition of specific target.
Best Approach is to provide permutable RW or modifing BT/WIFI related daemons.
Until the csa issue will be solved, this patch will be kept.

Change-Id: Ied786d5f6d7845a59a3de113cb5f50f2c514e39c

8 years agoTemporary For Wearable Circle Target "initrd" 02/61802/2 accepted/tizen/common/20160311.201311 accepted/tizen/common/20160311.201702 accepted/tizen/ivi/20160311.145849 accepted/tizen/mobile/20160311.142755 accepted/tizen/tv/20160311.144435 accepted/tizen/wearable/20160311.145208 submit/tizen/20160310.071522 submit/tizen/20160311.020339
Kunhoon Baik [Thu, 10 Mar 2016 14:33:11 +0000 (23:33 +0900)]
Temporary For Wearable Circle Target "initrd"

This patch is so ugly because it assumes several dependencies.
Best Approach is to provide own initrd for circle target.
Until the initrd issue will be solved, this patch will be kept.

Change-Id: I450a9facb3b3e0545b73bd7e0e62860392d1b5e1

8 years agospec: add circle package 69/61669/2 accepted/tizen/common/20160311.200957 accepted/tizen/ivi/20160310.062213 accepted/tizen/mobile/20160310.062048 accepted/tizen/tv/20160310.062117 accepted/tizen/wearable/20160310.062144 submit/tizen/20160309.233533
boseong choi [Wed, 9 Mar 2016 08:45:29 +0000 (17:45 +0900)]
spec: add circle package

add circle package in spec file
add /initrd directory in circle package

Change-Id: I011cd56cf05acb832d84b4cde20413aee8791bd3
Signed-off-by: boseong choi <boseong.choi@samsung.com>
8 years agobuild: add systemctl requirement 91/61491/1 accepted/tizen/common/20160308.143610 accepted/tizen/ivi/20160308.103000 accepted/tizen/mobile/20160308.102905 accepted/tizen/tv/20160308.102921 accepted/tizen/wearable/20160308.102939 submit/tizen/20160308.090827
Taeyoung Kim [Tue, 8 Mar 2016 08:24:22 +0000 (17:24 +0900)]
build: add systemctl requirement

- /usr/bin/systemctl is used in the post script.
  Thus the requirement is added

Change-Id: I6606fb5dfde46992ca8efee5c340c79148177cd6
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agofstab: use automounting to reduce boot-up time 24/56924/1
Łukasz Stelmach [Wed, 13 Jan 2016 14:16:31 +0000 (15:16 +0100)]
fstab: use automounting to reduce boot-up time

Change-Id: I31240ca23e64617c0cd3de05a9043831d69ae798
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
8 years agoudev: add rule for spipe devices which are used in audio service 85/55985/1 devel/ivi accepted/tizen/ivi/20160218.022829 accepted/tizen/mobile/20151231.072842 accepted/tizen/tv/20151231.072904 accepted/tizen/wearable/20151231.072916 submit/devel/ivi/20160129.071219 submit/devel/ivi/20160201.010402 submit/tizen/20151231.021026 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
Taeyoung Kim [Thu, 31 Dec 2015 00:28:16 +0000 (09:28 +0900)]
udev: add rule for spipe devices which are used in audio service

Change-Id: I6e618f2c5121bcdb43359c03369a8f603c201c9c
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agoadd initrd directory for z3 target 20/55320/1 accepted/tizen/mobile/20151223.110514 accepted/tizen/tv/20151223.110502 accepted/tizen/wearable/20151223.110634 submit/tizen/20151223.074533 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Min Kang [Wed, 23 Dec 2015 06:56:26 +0000 (15:56 +0900)]
add initrd directory for z3 target

mkdir /initrd for z3 target

Change-Id: Ib905a209e8ae5e3b97eae3fe4f121f6a729667b5
Signed-off-by: Min Kang <min1023.kang@samsung.com>
8 years agoMerge "udev: add rule for ion device" into tizen accepted/tizen/mobile/20151221.050744 accepted/tizen/tv/20151221.050821 accepted/tizen/wearable/20151221.050843 submit/tizen/20151221.014848
Taeyoung Kim [Mon, 21 Dec 2015 01:43:57 +0000 (17:43 -0800)]
Merge "udev: add rule for ion device" into tizen

8 years agoudev: add rule for ion device 05/54905/2
Taeyoung Kim [Fri, 18 Dec 2015 12:18:45 +0000 (21:18 +0900)]
udev: add rule for ion device

- ion device needs users group and 0660 permission

Change-Id: Ic5ce6ba2e3fcdc0b2cf597c0fe5db8a63a73e778
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agospreadtrum: Add csa mount 60/53960/1 accepted/tizen/mobile/20151210.230849 accepted/tizen/tv/20151210.230929 accepted/tizen/wearable/20151210.231020 submit/tizen/20151210.105925
Min Kang [Thu, 10 Dec 2015 10:50:52 +0000 (19:50 +0900)]
spreadtrum: Add csa mount

add local-fs.target.wants/csa.mount and
make directory /csa

Change-Id: I64a262236a2db45a6415885aec4fc54a42ddfd1b
Signed-off-by: Min Kang <min1023.kang@samsung.com>
8 years agospec: add resize2fs service for TM1 24/53624/1 accepted/tizen/mobile/20151208.092301 accepted/tizen/tv/20151208.092356 accepted/tizen/wearable/20151208.092404 submit/tizen/20151208.084349
Min Kang [Tue, 8 Dec 2015 08:31:14 +0000 (17:31 +0900)]
spec: add resize2fs service for TM1

Change-Id: If98600e71c1d4d29f9bd38e84e623e272c57b1e6
Signed-off-by: Min Kang <min1023.kang@samsung.com>
8 years agospreadtrum: replace fstab to mount /opt/etc 83/53283/1 accepted/tizen/mobile/20151203.230856 accepted/tizen/tv/20151203.230913 accepted/tizen/wearable/20151203.230927 submit/tizen/20151203.093514
Taeyoung Kim [Thu, 3 Dec 2015 09:28:13 +0000 (18:28 +0900)]
spreadtrum: replace fstab to mount /opt/etc

- /opt should be mounted to make dlog.conf at /opt/etc
- fstab is replaced to use /opt/etc

Change-Id: I440a47283e0c15d1af8344faedad7a6cf102e26c
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agosystem-plugin: Add new package for TM1 project 92/52092/1 accepted/tizen/mobile/20151119.082009 accepted/tizen/tv/20151119.082036 accepted/tizen/wearable/20151119.082100 submit/tizen/20151119.053609
Jae-young Hwang [Thu, 19 Nov 2015 01:18:32 +0000 (10:18 +0900)]
system-plugin: Add new package for TM1 project

add udev rule file and tizen-system-env.service file

Change-Id: I06dc8e38a8f56b52feaac973a73a51416ecf7c95
Signed-off-by: Jae-young Hwang <j-zero.hwang@samsung.com>
8 years agospec: add /etc/fstab into system-plugin-DEVICE package 65/49265/2 accepted/tizen/mobile/20151014.093408 accepted/tizen/tv/20151014.093417 accepted/tizen/wearable/20151014.093432 submit/tizen/20151014.070251 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Sangjung Woo [Mon, 12 Oct 2015 07:46:17 +0000 (16:46 +0900)]
spec: add /etc/fstab into system-plugin-DEVICE package

/etc/fstab is moved to system-plugin-* from setup package.

Change-Id: I660c135ab870b4ac23397d88c1556fa03004aeb3
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
8 years agoRemove XDG_RUNTIME_DIR variable from /run/tizen-system-env 65/47365/2 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150903.233352 accepted/tizen/tv/20150903.233401 accepted/tizen/wearable/20150903.233414 submit/tizen/20150903.110915 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
Sangjung Woo [Thu, 3 Sep 2015 00:00:47 +0000 (09:00 +0900)]
Remove XDG_RUNTIME_DIR variable from /run/tizen-system-env

XDG_RUNTIME_DIR variable could be changed in multi user environment so
its fixed value should be removed. Even though some special processes
such as boot-animation runs in system session, but XDG_RUNTIME_DIR
variable is required since they has its own UI. So /run/xdg-root-env
file is created for this purpose.

Change-Id: I0b31b04d05a1f9aff1da5bd7a59651023137d054
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
9 years agosystem-plugin-n4: Add file system resize services 77/39177/1 tizen_3.0.2015.q2_common accepted/tizen/common/20150511.125831 accepted/tizen/mobile/20150512.024241 accepted/tizen/tv/20150512.111635 accepted/tizen/wearable/20150511.132819 submit/tizen/20150511.094218
Suchang Woo [Mon, 11 May 2015 08:22:04 +0000 (17:22 +0900)]
system-plugin-n4: Add file system resize services

An image for Note4 consists of 3 partitions - rootfs, system-data and user.
A file system resize services are needed for these partitions.

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: If43e8e11fdd008fa13674a0af6b1eb426eb758c8

9 years agosystem-plugin: Change the install path of udev rules 90/39090/2 accepted/tizen/mobile/20150511.055920 accepted/tizen/wearable/20150511.055810 submit/tizen/20150511.043810
Jiyoung Yun [Fri, 8 May 2015 10:49:58 +0000 (19:49 +0900)]
system-plugin: Change the install path of udev rules

Udev rules file should be installed in /usr/lib directory, not /usr/lib64.

Change-Id: I4bceabada603f8bd79a853bb7f415a522348a5a5
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agosystem-plugin: Add new package for N4 project 18/37718/1 accepted/tizen/common/20150407.102123 accepted/tizen/mobile/20150407.084624 accepted/tizen/tv/20150407.082714 accepted/tizen/wearable/20150407.063202 submit/tizen/20150406.021754
Jiyoung Yun [Fri, 3 Apr 2015 04:20:53 +0000 (13:20 +0900)]
system-plugin: Add new package for N4 project

Only N4 target will install this pkg.

Change-Id: I52f63f83016f94485a954c79e17c1a1b0f2e06b9
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agosystem-plugin: Generate tizen environment service file 69/37669/2
Jiyoung Yun [Thu, 2 Apr 2015 07:05:06 +0000 (16:05 +0900)]
system-plugin: Generate tizen environment service file

Some important daemons need system-level shared environment variables
such as DISPLAY. For this purpose, this patch generates the Environment
file for system daemon.

Change-Id: I995852d6537fbe6932ffff801b5f9e28635a76f4
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
9 years agosystem-plugin: Add graphics rules for exynos target 67/37667/3 accepted/tizen/common/20150402.172809 accepted/tizen/mobile/20150402.123628 accepted/tizen/tv/20150402.122802 accepted/tizen/wearable/20150402.123153 submit/tizen/20150402.074545
Jiyoung Yun [Thu, 2 Apr 2015 06:46:50 +0000 (15:46 +0900)]
system-plugin: Add graphics rules for exynos target

Add 51-system-plugin-exynos.rules file

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I49ff0624e24a4dbc01a483d7e5f29e05bc06ae38

9 years agoAdd spec, license and systemd unit files 32/36932/3
Suchang Woo [Tue, 17 Mar 2015 06:58:17 +0000 (15:58 +0900)]
Add spec, license and systemd unit files

system-plugin and system-plugin-u3 packages are defined in .spec file.
system-plugin package provides common files. and, system-plugin-u3
package provides files which are used only for U3/XU3 target.

Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
Change-Id: Ied345423c7cee77219be52c73bc014b96efc4cc2

9 years agoInitial empty repository master
KyungMi Lee [Mon, 9 Mar 2015 04:38:41 +0000 (21:38 -0700)]
Initial empty repository