Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-26 | Eliminate umount-opt.servicesubmit/tizen_3.0_common/20161104.104000submit/tizen/20161026.001251accepted/tizen/wearable/20161028.151127accepted/tizen/tv/20161028.151123accepted/tizen/mobile/20161028.151117accepted/tizen/ivi/20161028.151143accepted/tizen/common/20161026.134448 | Kunhoon Baik | 1 | -12/+0 | |
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 | |||||
2016-10-11 | spec: Add ivi-network.service for ivi profilesubmit/tizen_3.0/20161028.082323submit/tizen_3.0/20161028.062323submit/tizen/20161011.075122accepted/tizen/wearable/20161011.234314accepted/tizen/tv/20161011.234300accepted/tizen/mobile/20161011.234414accepted/tizen/ivi/20161011.234348accepted/tizen/common/20161011.154426accepted/tizen/3.0/wearable/20161028.122852accepted/tizen/3.0/tv/20161028.122630accepted/tizen/3.0/mobile/20161028.122351accepted/tizen/3.0/ivi/20161028.123055 | Sangjung Woo | 1 | -0/+11 | |
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> | |||||
2016-09-12 | Upgrade: Automated upgradesubmit/tizen/20160919.061739accepted/tizen/wearable/20160920.052636accepted/tizen/tv/20160920.052617accepted/tizen/mobile/20160920.052602accepted/tizen/ivi/20160920.052651accepted/tizen/common/20160919.154629 | Sunmin Lee | 2 | -9/+1 | |
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> | |||||
2016-08-25 | Revert "Revert "Description : Adding fstab for lazy mount""submit/tizen/20160826.052212submit/tizen/20160826.022147submit/tizen/20160825.094741accepted/tizen/wearable/20160829.040406accepted/tizen/tv/20160829.040342accepted/tizen/mobile/20160829.040330accepted/tizen/ivi/20160829.040424accepted/tizen/common/20160825.152043 | Woo Chang Kim | 2 | -3/+12 | |
This reverts commit b63cf7d6105a8866d82d7c8110eaa19fae0044d0. Change-Id: I80b98406dbe1408fda9786de3b9103854eab0211 | |||||
2016-08-22 | Desciprtion : Temporary change.submit/tizen/20160822.045932submit/tizen/20160822.012953accepted/tizen/wearable/20160823.041233accepted/tizen/tv/20160823.041205accepted/tizen/mobile/20160823.041125accepted/tizen/ivi/20160823.041257accepted/tizen/common/20160822.132727 | wchang kim | 1 | -2/+1 | |
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> | |||||
2016-08-15 | Merge "Description : Change the mount method in service file." into tizensubmit/tizen/20160816.052549accepted/tizen/wearable/20160817.040554accepted/tizen/tv/20160817.040538accepted/tizen/mobile/20160817.040520accepted/tizen/ivi/20160817.040611accepted/tizen/common/20160816.130311 | wchang kim | 1 | -1/+1 | |
2016-08-16 | Description : Change the mount method in service file. | wchang kim | 1 | -1/+1 | |
Adding mount-user.sh. mount-user.sh gets the PARTLABEL from /dev/disk/by-partlabel for user and mount it. Change-Id: Ib08023dc41a2268cef8751281c6e113eaf067204 | |||||
2016-08-11 | Upgrade: update initialize - create home directorysubmit/tizen/20160812.055757submit/tizen/20160812.014407accepted/tizen/wearable/20160812.065557accepted/tizen/wearable/20160812.065442accepted/tizen/tv/20160812.065555accepted/tizen/tv/20160812.065445accepted/tizen/mobile/20160812.065600accepted/tizen/mobile/20160812.065440accepted/tizen/ivi/20160812.065602accepted/tizen/ivi/20160812.065448accepted/tizen/common/20160812.141035 | Sunmin Lee | 2 | -1/+9 | |
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> | |||||
2016-08-09 | Upgrade: system upgrade package is added | Sunmin Lee | 1 | -0/+8 | |
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> | |||||
2016-07-29 | Description : Adding new package of liblazymount and build enviroment for ↵ | wchang kim | 2 | -0/+16 | |
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> | |||||
2016-07-20 | Set the SMACK security label to run given executable file in systemd servicessubmit/tizen/20160721.003054accepted/tizen/wearable/20160721.091036accepted/tizen/tv/20160721.091324accepted/tizen/mobile/20160721.090506accepted/tizen/ivi/20160721.090757accepted/tizen/common/20160721.175837 | jooseong lee | 4 | -0/+4 | |
Change-Id: I4ed51c4f9a533caf87094b22d917316f83730ccc Signed-off-by: jooseong lee <jooseong.lee@samsung.com> | |||||
2016-07-05 | Description : Adding a service for fstrim for opt mount.submit/tizen/20160705.082718accepted/tizen/wearable/20160705.101926accepted/tizen/tv/20160705.101909accepted/tizen/mobile/20160705.101957accepted/tizen/ivi/20160705.101905accepted/tizen/common/20160705.170608 | wchang kim | 2 | -0/+14 | |
Adding a service for fstrim for opt mount. Requested by profiling part. Change-Id: I4da82cf6e5979cc57f56e0db69723b177de1a050 Signed-off-by: Woochang Kim <wchang.kim@samsung.com> | |||||
2016-06-28 | Description : Fixed to fail umount /opt.submit/tizen/20160628.215737accepted/tizen/wearable/20160629.021623accepted/tizen/tv/20160629.021511accepted/tizen/mobile/20160629.021617accepted/tizen/ivi/20160629.021543accepted/tizen/common/20160629.222718 | wchang kim | 1 | -1/+1 | |
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> | |||||
2016-03-29 | [Temporary] For supporting MCD specific targetsubmit/tizen/20160329.115021accepted/tizen/wearable/20160329.121937accepted/tizen/tv/20160329.121922accepted/tizen/mobile/20160329.121908accepted/tizen/ivi/20160329.121955accepted/tizen/common/20160329.143303 | Kunhoon Baik | 1 | -0/+1 | |
Change-Id: I9bf5f992aa593ed74d21874133341e1d59d22328 | |||||
2016-03-17 | Change 3-partition to 2-partitionsubmit/tizen/20160317.010132accepted/tizen/wearable/20160317.040304accepted/tizen/tv/20160317.040238accepted/tizen/mobile/20160317.040226accepted/tizen/ivi/20160317.040318accepted/tizen/common/20160317.160352 | boseong choi | 1 | -0/+10 | |
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> | |||||
2015-12-10 | spreadtrum: Add csa mountsubmit/tizen/20151210.105925accepted/tizen/wearable/20151210.231020accepted/tizen/tv/20151210.230929accepted/tizen/mobile/20151210.230849 | Min Kang | 1 | -0/+10 | |
add local-fs.target.wants/csa.mount and make directory /csa Change-Id: I64a262236a2db45a6415885aec4fc54a42ddfd1b Signed-off-by: Min Kang <min1023.kang@samsung.com> | |||||
2015-09-03 | Remove XDG_RUNTIME_DIR variable from /run/tizen-system-envtizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20150903.110915accepted/tizen/wearable/20150903.233414accepted/tizen/tv/20150903.233401accepted/tizen/mobile/20150903.233352tizen_3.0.m1_tvtizen_3.0.m1_mobile | Sangjung Woo | 1 | -1/+2 | |
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> | |||||
2015-04-02 | system-plugin: Generate tizen environment service file | Jiyoung Yun | 1 | -0/+11 | |
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> | |||||
2015-03-18 | Add spec, license and systemd unit files | Suchang Woo | 1 | -0/+14 | |
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 |