summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-03-10Temporary For Wearable Circle Target "initrd"submit/tizen/20160311.020339submit/tizen/20160310.071522accepted/tizen/wearable/20160311.145208accepted/tizen/tv/20160311.144435accepted/tizen/mobile/20160311.142755accepted/tizen/ivi/20160311.145849accepted/tizen/common/20160311.201702accepted/tizen/common/20160311.201311Kunhoon Baik2-0/+18
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
2016-03-09spec: add circle packagesubmit/tizen/20160309.233533accepted/tizen/wearable/20160310.062144accepted/tizen/tv/20160310.062117accepted/tizen/mobile/20160310.062048accepted/tizen/ivi/20160310.062213accepted/tizen/common/20160311.200957boseong choi1-0/+11
add circle package in spec file add /initrd directory in circle package Change-Id: I011cd56cf05acb832d84b4cde20413aee8791bd3 Signed-off-by: boseong choi <boseong.choi@samsung.com>
2016-03-08build: add systemctl requirementsubmit/tizen/20160308.090827accepted/tizen/wearable/20160308.102939accepted/tizen/tv/20160308.102921accepted/tizen/mobile/20160308.102905accepted/tizen/ivi/20160308.103000accepted/tizen/common/20160308.143610Taeyoung Kim1-1/+1
- /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>
2015-12-31udev: add rule for spipe devices which are used in audio servicesubmit/tizen_ivi/20160217.000001submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20151231.021026submit/devel/ivi/20160201.010402submit/devel/ivi/20160129.071219accepted/tizen/wearable/20151231.072916accepted/tizen/tv/20151231.072904accepted/tizen/mobile/20151231.072842accepted/tizen/ivi/20160218.022829devel/iviTaeyoung Kim1-0/+1
Change-Id: I6e618f2c5121bcdb43359c03369a8f603c201c9c Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
2015-12-23add initrd directory for z3 targetsubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151223.074533accepted/tizen/wearable/20151223.110634accepted/tizen/tv/20151223.110502accepted/tizen/mobile/20151223.110514Min Kang1-0/+2
mkdir /initrd for z3 target Change-Id: Ib905a209e8ae5e3b97eae3fe4f121f6a729667b5 Signed-off-by: Min Kang <min1023.kang@samsung.com>
2015-12-20Merge "udev: add rule for ion device" into tizensubmit/tizen/20151221.014848accepted/tizen/wearable/20151221.050843accepted/tizen/tv/20151221.050821accepted/tizen/mobile/20151221.050744Taeyoung Kim1-0/+3
2015-12-20udev: add rule for ion deviceTaeyoung Kim1-0/+3
- ion device needs users group and 0660 permission Change-Id: Ic5ce6ba2e3fcdc0b2cf597c0fe5db8a63a73e778 Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
2015-12-10spreadtrum: Add csa mountsubmit/tizen/20151210.105925accepted/tizen/wearable/20151210.231020accepted/tizen/tv/20151210.230929accepted/tizen/mobile/20151210.230849Min Kang2-0/+19
add local-fs.target.wants/csa.mount and make directory /csa Change-Id: I64a262236a2db45a6415885aec4fc54a42ddfd1b Signed-off-by: Min Kang <min1023.kang@samsung.com>
2015-12-08spec: add resize2fs service for TM1submit/tizen/20151208.084349accepted/tizen/wearable/20151208.092404accepted/tizen/tv/20151208.092356accepted/tizen/mobile/20151208.092301Min Kang1-0/+3
Change-Id: If98600e71c1d4d29f9bd38e84e623e272c57b1e6 Signed-off-by: Min Kang <min1023.kang@samsung.com>
2015-12-03spreadtrum: replace fstab to mount /opt/etcsubmit/tizen/20151203.093514accepted/tizen/wearable/20151203.230927accepted/tizen/tv/20151203.230913accepted/tizen/mobile/20151203.230856Taeyoung Kim1-0/+1
- /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>
2015-11-19system-plugin: Add new package for TM1 projectsubmit/tizen/20151119.053609accepted/tizen/wearable/20151119.082100accepted/tizen/tv/20151119.082036accepted/tizen/mobile/20151119.082009Jae-young Hwang2-0/+31
add udev rule file and tizen-system-env.service file Change-Id: I06dc8e38a8f56b52feaac973a73a51416ecf7c95 Signed-off-by: Jae-young Hwang <j-zero.hwang@samsung.com>
2015-10-14spec: add /etc/fstab into system-plugin-DEVICE packagetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen/20151014.070251accepted/tizen/wearable/20151014.093432accepted/tizen/tv/20151014.093417accepted/tizen/mobile/20151014.093408Sangjung Woo2-0/+10
/etc/fstab is moved to system-plugin-* from setup package. Change-Id: I660c135ab870b4ac23397d88c1556fa03004aeb3 Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
2015-09-03Remove 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_mobileSangjung Woo1-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-05-11system-plugin-n4: Add file system resize servicessubmit/tizen/20150511.094218accepted/tizen/wearable/20150511.132819accepted/tizen/tv/20150512.111635accepted/tizen/mobile/20150512.024241accepted/tizen/common/20150511.125831tizen_3.0.2015.q2_commonSuchang Woo1-0/+3
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
2015-05-11system-plugin: Change the install path of udev rulessubmit/tizen/20150511.043810accepted/tizen/wearable/20150511.055810accepted/tizen/mobile/20150511.055920Jiyoung Yun1-3/+3
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>
2015-04-03system-plugin: Add new package for N4 projectsubmit/tizen/20150406.021754accepted/tizen/wearable/20150407.063202accepted/tizen/tv/20150407.082714accepted/tizen/mobile/20150407.084624accepted/tizen/common/20150407.102123Jiyoung Yun1-0/+11
Only N4 target will install this pkg. Change-Id: I52f63f83016f94485a954c79e17c1a1b0f2e06b9 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2015-04-02system-plugin: Generate tizen environment service fileJiyoung Yun2-0/+15
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-04-02system-plugin: Add graphics rules for exynos targetsubmit/tizen/20150402.074545accepted/tizen/wearable/20150402.123153accepted/tizen/tv/20150402.122802accepted/tizen/mobile/20150402.123628accepted/tizen/common/20150402.172809Jiyoung Yun2-0/+22
Add 51-system-plugin-exynos.rules file Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Change-Id: I49ff0624e24a4dbc01a483d7e5f29e05bc06ae38
2015-03-18Add spec, license and systemd unit filesSuchang Woo4-0/+277
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
2015-03-08Initial empty repositoryHEADmasterKyungMi Lee0-0/+0