platform/adaptation/emulator/system-plugin-emulator.git
9 years agoproxy_settings.sh: add the missing keyword 'export' 53/28153/1 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/common/20140929.111436 accepted/tizen/ivi/20141006.082750 submit/tizen/20140929.054739 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
Alice Liu [Sun, 28 Sep 2014 06:42:22 +0000 (14:42 +0800)]
proxy_settings.sh: add the missing keyword 'export'

Add the missing keyword 'export' for ftp_proxy and
socks_proxy to fix bug TC-1663.

Change-Id: I89356536c874ce7878de0386b952a8103e896521
Signed-off-by: Alice Liu <alice.liu@intel.com>
9 years agoproxy_settings.sh: explicitly add host address to no_proxy 56/23556/1 accepted/tizen/common/20140918.092515 accepted/tizen/ivi/20140919.141649 accepted/tizen/ivi/20140919.153037 submit/tizen/20140918.012348 submit/tizen_common/20140918.063712 submit/tizen_ivi/20140918.063703
Rafal Krypa [Fri, 27 Jun 2014 09:49:31 +0000 (11:49 +0200)]
proxy_settings.sh: explicitly add host address to no_proxy

Current no_proxy setting works fine for default qemu network settings.
It contains network 10.0.0.0/16, which should include host address and
enable communication with host.
But it doesn't work for zypper. Zypper respects no_proxy variable, but
accepts only host addresses, not network addresses. To enable local zypper
repo from host, it is required to add host address to no_proxy explicitly.

Change-Id: I0ee189ea952d9c7b12f169abd7bd0364d5a30aee
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
9 years agoproxy_settings.sh: modify parsing kernel cmdline for proxy options 55/23555/1
Rafal Krypa [Fri, 27 Jun 2014 09:46:14 +0000 (11:46 +0200)]
proxy_settings.sh: modify parsing kernel cmdline for proxy options

This changes script's behavior when a proxy option appears more than once
in the kernel command line. Previously only the last occurrence was parsed.
But this creates problem with how Tizen qemu passes these options. Proxy
settings are appended to the kernel command line based on gconf settings in
the hosts environment. When there is no global proxy set, qemu will always
append empty "http_proxy=". If a user wants to set proxy only for qemu, but
not for the entire system, he may try to manually add settings to cmdline.
But Tizen emulator will append empty settings after user settings,
overriding it.

This patch changes parsing of proxy settings to get only the first
occurrence, not the last. It enables a user to give his own proxy only for
the emulator.

Change-Id: I15834841b115ccb66fb5d67795333e5dc227998b
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
9 years agoDon't use mouse on Tizen IVI emulator 93/22693/1
Dongxing Liu [Tue, 10 Jun 2014 07:14:29 +0000 (15:14 +0800)]
Don't use mouse on Tizen IVI emulator

Weston uses all input devices that are not assigned
a particular seat or assigned seat0, by assigning
emulator mouse device to seat1 we're excluding it
from weston input devices.

Change-Id: I79e9827a4ad7a7b649c2725ee70c6d2ef1aec14f
Signed-off-by: Stanislav Vorobiov <s.vorobiov@samsung.com>
9 years agoFix mount configuration in %post 48/22548/1 tizen_3.0.m14.2_ivi accepted/tizen/common/20140610.160608 accepted/tizen/ivi/20140614.134851 accepted/tizen/ivi/20140619.124151 submit/tizen/20140610.111556 submit/tizen_common/20140610.111721 submit/tizen_common/20140610.113616 submit/tizen_common/20140918.063644 submit/tizen_ivi/20140610.132733 submit/tizen_ivi/20140918.063638 tizen_3.0.m14.2_ivi_release
Rafal Krypa [Thu, 5 Jun 2014 16:05:50 +0000 (18:05 +0200)]
Fix mount configuration in %post

This package used to add three entries to /etc/fstab:

1. Bind mount of /opt/var to /var.
On Common it breaks the system, because /opt/var exists and contains only
few files. On IVI it's useless, because /opt/var doesn't exist.
On Mobile /opt/var is a hardlink to /opt, so it does nothing.
Removing this mount config.

2. Tmpfs mount for /tmp
This is useless on all profiles, because systemd already does that. And it
does it better, because it specifies more options, like Smack label.
Removing this mount config.

3. Swap on /dev/vdb
This works OK. for Common and Mobile. But IVI comes with no /etc/fstab, so
it doesn't get the swap.
Converting this mount config to systemd unit file.

Change-Id: Ic401f5ccb438fe2c17490247c6ef269de7820e13
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
9 years agoremove sshd.service since sshd package has included the service file. 28/22528/1
Rafal Krypa [Thu, 5 Jun 2014 09:15:24 +0000 (11:15 +0200)]
remove sshd.service since sshd package has included the service file.

This also fixes a problem with system-plugin-emulator and openssh. Currently
They conflict, because both provide sshd.service for systemd. But the service
file from this package is broken. It just runs /etc/init.d/ssh, but without
openssh package, this file doesn't exist.

This change re-enables working sshd when system-plugin-emulator is installed.

Change-Id: Ifd3671128549b18f7f3b92b92c9bb0f3346db65b
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
9 years agofilesystem: modified model-config.sh 48/21648/2 submit/tizen_common/20140529.181337
GiWoong Kim [Mon, 26 May 2014 05:18:39 +0000 (14:18 +0900)]
filesystem: modified model-config.sh

remove hard-coded value

Change-Id: I230053116f80fc4dfb68f334eff5ef74bc526d67
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agofilesystem: remove rc.sysinit script and modify udev rule. 64/19764/3
Sooyoung Ha [Thu, 17 Apr 2014 10:32:10 +0000 (19:32 +0900)]
filesystem: remove rc.sysinit script and modify udev rule.

remove filesystem/etc/rc.d/rc.sysinit file's contents include chown command.
modify filesystem/usr/lib/udev/rules.d/95-tizen-emulator.rules file.

Change-Id: Ife9f0853c2b0a07417414913af3caf99687ad6b5
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
10 years agoremove sdbd.service since sdbd package has included the service file. 53/12853/1
Kitae Kim [Fri, 11 Oct 2013 13:24:01 +0000 (22:24 +0900)]
remove sdbd.service since sdbd package has included the service file.

Conflicts:

packaging/system-plugin-emulator.changes
packaging/system-plugin-emulator.spec

Change-Id: Iccd9061aa260117fe3644ec4eaa0dea1f8d2f8ab
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoproxy: add no_proxy 58/12558/1
munkyu.im [Tue, 19 Nov 2013 05:22:53 +0000 (14:22 +0900)]
proxy: add no_proxy

ignored 10.0.2.x, 127.0.0.x by default.
They are pre-allocated address range.

Change-Id: I4a0b452328145b2ceb409aed37faff30d3ae9e66
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agoFix a RPM packaging error. 98/11998/2
SeokYeon Hwang [Mon, 11 Nov 2013 02:02:23 +0000 (11:02 +0900)]
Fix a RPM packaging error.

Modify group to "System/configuration".

Change-Id: Ibfeae19409c2ce699bf50f89d32d72004b0e706d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoproxy: append protocol prefix when export variables 87/11887/1
munkyu.im [Thu, 7 Nov 2013 08:40:46 +0000 (17:40 +0900)]
proxy: append protocol prefix when export variables

http_proxy=http://{address}:{port}
https_proxy=https://{address}:{port}
ftp_proxy=:ftp//{address}:{port}
socks_proxy=socks://{address}:{port}

Change-Id: I9d6227a4cdd5eeba955f4351d5d6cb2491f7aab6
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
10 years agomodified model-config.sh 55/11655/1
GiWoong Kim [Fri, 1 Nov 2013 06:11:51 +0000 (15:11 +0900)]
modified model-config.sh

1. modified the resolution parser in script
2. added FHD value editing

Change-Id: Ib6f4db8d1dadfdc9865bdd1d7f54d7431a08b98b
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoModify permisson for ESM device node. 01/11301/1
SeokYeon Hwang [Thu, 24 Oct 2013 03:52:56 +0000 (12:52 +0900)]
Modify permisson for ESM device node.

Change-Id: I0e8ccb83e7d2ed5127f1c3a9be624d5b0b81f8f5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMerge rc.shutdown 'system-plugin-slp' into emulator 77/10777/1
GiWoong Kim [Fri, 11 Oct 2013 10:09:32 +0000 (19:09 +0900)]
Merge rc.shutdown 'system-plugin-slp' into emulator

Change-Id: I11320cd246bed727e4facb13f2f7bdc496f323fc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoadded /opt/nfc/sdkMsg flushing to rc.shutdown 88/10488/1
GiWoong Kim [Mon, 30 Sep 2013 05:46:34 +0000 (14:46 +0900)]
added /opt/nfc/sdkMsg flushing to rc.shutdown

Change-Id: I9cd776322e6e7403eb2b8ea68c9c9b6910bc3de5
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoadded license file into rpm package. 87/10487/1
Kitae Kim [Mon, 30 Sep 2013 04:53:13 +0000 (13:53 +0900)]
added license file into rpm package.

Change-Id: I6a23561c444a8974d4042848fbf1c2e802491638
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoMerge branch 'sdk-develop' into tizen
Yeongkyoon Lee [Thu, 26 Sep 2013 09:23:28 +0000 (18:23 +0900)]
Merge branch 'sdk-develop' into tizen

10 years agoadded a rule for brillcodec device.
Kitae Kim [Thu, 12 Sep 2013 19:05:23 +0000 (04:05 +0900)]
added a rule for brillcodec device.

Change-Id: I475544061f8eb9d7b253e82e3d3e9ad17eddf26c
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
10 years agoInitial empty repository master
Sehong Na [Thu, 12 Sep 2013 05:42:31 +0000 (22:42 -0700)]
Initial empty repository

10 years agomanage a key value of screen size for each model
GiWoong Kim [Mon, 1 Jul 2013 05:23:18 +0000 (14:23 +0900)]
manage a key value of screen size for each model

Change-Id: I099200d69bff75e70d2b8bdc352dce6816314954
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoadded changelog file
giwoong.kim [Wed, 26 Jun 2013 08:23:07 +0000 (17:23 +0900)]
added changelog file

Change-Id: I8176349422e70c2fb9007319d7a4b0b09d5470bb
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoadded number checking routine to model-config.sh
giwoong.kim [Wed, 26 Jun 2013 07:55:15 +0000 (16:55 +0900)]
added number checking routine to model-config.sh

Change-Id: Idfd450d8df534adf6f65f0f92375c552ddaa76af
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoversion up - 0.0.8
giwoong.kim [Tue, 25 Jun 2013 08:46:02 +0000 (17:46 +0900)]
version up - 0.0.8

Change-Id: Idf8c2648a389690eddb209d195ffe0e77675d363
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agomodified model-config.sh for resolution & dpi
giwoong.kim [Tue, 25 Jun 2013 07:14:37 +0000 (16:14 +0900)]
modified model-config.sh for resolution & dpi

Change-Id: I84c9534754a46281e104c49e8b122f0b6fd4a562
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoApply SMACK rules on some emulator devices.
SeokYeon Hwang [Thu, 13 Jun 2013 07:42:37 +0000 (16:42 +0900)]
Apply SMACK rules on some emulator devices.

Change-Id: I0c0fb905c093d3c0e7debcb5684a78fff979c853
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agoMake /mnt/host directory for host directory sharing
SeokYeon Hwang [Wed, 5 Jun 2013 04:47:31 +0000 (13:47 +0900)]
Make /mnt/host directory for host directory sharing

Change-Id: I934ebec1bc841dcf2a0cfeaa1139549073f8de0c
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
10 years agosystemd: modified spec file
giwoong.kim [Sat, 8 Jun 2013 05:18:39 +0000 (14:18 +0900)]
systemd: modified spec file

added /etc/emulator/model-config.sh

Change-Id: Ie8ff33e63f9ff22535f66453b0a7e5f45f2ac13e
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agosystemd: added model-config setting
giwoong.kim [Sat, 8 Jun 2013 04:00:08 +0000 (13:00 +0900)]
systemd: added model-config setting

added model-config setting

Change-Id: I548bc7cf0f772fa9d252b1115e524211eb619221
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
10 years agoRemove opengl related systemd service files.
Sangjin Kim [Thu, 30 May 2013 04:15:49 +0000 (13:15 +0900)]
Remove opengl related systemd service files.

Change-Id: I696c3694e2cd884339bd860feb76ee2745005a93
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
10 years agoMerge branch 'master' into tizen_2.1
SeokYeon Hwang [Tue, 28 May 2013 05:41:57 +0000 (14:41 +0900)]
Merge branch 'master' into tizen_2.1

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
filesystem/etc/profile.d/sensord_setting.sh
filesystem/usr/lib/systemd/system/emul-legacy-start.service
packaging/system-plugin-emulator.spec

Change-Id: I70792cc2a08c5cd6d710d007167ed37e2afa26c3

11 years agosensord: add chmod command
munkyu.im [Tue, 23 Apr 2013 07:48:07 +0000 (16:48 +0900)]
sensord: add chmod command

Change-Id: I1839e0c82713c8215660400a97bc314367ad4f39
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
11 years agoApply some more cleans-up
SeokYeon Hwang [Mon, 22 Apr 2013 05:44:44 +0000 (14:44 +0900)]
Apply some more cleans-up

* Remove all contents in rc.emul
* Remove rc.emul service (emul-legacy-start.service) from systemd
* Introduce emul-common-preinit.service

Change-Id: I1eddc6fdd575a528af987413b541956b9131b326
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoClean filesystems up
SeokYeon Hwang [Fri, 19 Apr 2013 05:41:51 +0000 (14:41 +0900)]
Clean filesystems up

Change-Id: I526f1e3631072610a9f4324568ccbd5204939136
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoFix the error when creating symbolic link for gl library.
Sangjin Kim [Thu, 4 Apr 2013 02:50:36 +0000 (11:50 +0900)]
Fix the error when creating symbolic link for gl library.

Change-Id: I728236409637640a66ef923ef4e87d382364fbec
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoFix the error when creating symbolic link for gl library.
Sangjin Kim [Thu, 4 Apr 2013 02:35:13 +0000 (11:35 +0900)]
Fix the error when creating symbolic link for gl library.

Change-Id: I8860a9db7be83df9854a64d7ea8ffa1601eb9876
Signed-off-by: Sangjin Kim <sangjin3.kim@samsung.com>
11 years agoFix build break because of wrong spec file
SeokYeon Hwang [Tue, 2 Apr 2013 08:05:50 +0000 (17:05 +0900)]
Fix build break because of wrong spec file

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
packaging/system-plugin-emulator.spec

Change-Id: If42a8f6aa15cee081e0745cdadaad3e5e6400fb1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoFix build break because of wrong spec file
SeokYeon Hwang [Tue, 2 Apr 2013 08:05:50 +0000 (17:05 +0900)]
Fix build break because of wrong spec file

Change-Id: If42a8f6aa15cee081e0745cdadaad3e5e6400fb1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoChange log output of system/user daemon to emulator.klog
SeokYeon Hwang [Tue, 2 Apr 2013 07:48:41 +0000 (16:48 +0900)]
Change log output of system/user daemon to emulator.klog

Change-Id: Ia97b2f2fbdda660066b49110d014d3eee3f79169
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoChange log output of system/user daemon to emulator.klog
SeokYeon Hwang [Tue, 2 Apr 2013 07:48:41 +0000 (16:48 +0900)]
Change log output of system/user daemon to emulator.klog

Change-Id: Ia97b2f2fbdda660066b49110d014d3eee3f79169
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoRemove sdbd specified jobs from proxy_setting.sh
SeokYeon Hwang [Fri, 29 Mar 2013 08:01:22 +0000 (17:01 +0900)]
Remove sdbd specified jobs from proxy_setting.sh

It is moved to sdbd.service

Change-Id: I991dbf22e59bf82885eaaaea463d91d863685d00
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoremove vmodemd init script (it has moved to vmodemd git repo)
Sooyoung Ha [Fri, 29 Mar 2013 07:47:04 +0000 (16:47 +0900)]
remove vmodemd init script (it has moved to vmodemd git repo)

Change-Id: Iec1a5fb039a4a0bb06440d16598b3d7490ce8aef

11 years agofix build break (/etc/rc.d/rc3.d/S96set_valperiod, etc/profile.d/sensord_setting.sh)
Sooyoung Ha [Fri, 29 Mar 2013 07:45:00 +0000 (16:45 +0900)]
fix build break (/etc/rc.d/rc3.d/S96set_valperiod, etc/profile.d/sensord_setting.sh)

Change-Id: Ie67e07c7d444b79320006ec811139beb20b5d9ab

11 years agoremove emuld launcher
munkyu.im [Tue, 26 Mar 2013 07:37:25 +0000 (16:37 +0900)]
remove emuld launcher

Change-Id: I23b602727885f6619e0267a37f30245733b93591

11 years agoremove sensord_setting.sh and separate emuld from vmodem script
munkyu.im [Tue, 26 Mar 2013 06:45:31 +0000 (15:45 +0900)]
remove sensord_setting.sh and separate emuld from vmodem script

Change-Id: I31d525d37ddaff8b4e513f521eb19537b66bfc25

11 years agoRemove unnecessary init file
SeokYeon Hwang [Tue, 26 Mar 2013 04:43:56 +0000 (13:43 +0900)]
Remove unnecessary init file

Change-Id: If54a263a7db5a9288203510ee8878d5bb9e1cd43
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMake service for mount hostdir and clean some files up
SeokYeon Hwang [Tue, 26 Mar 2013 02:59:40 +0000 (11:59 +0900)]
Make service for mount hostdir and clean some files up

Change-Id: Ia2984af9d99977c6d43d055446214c1cdda6ec9b
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoModify method to set name server address for emulator
SeokYeon Hwang [Mon, 25 Mar 2013 14:29:48 +0000 (23:29 +0900)]
Modify method to set name server address for emulator

Change-Id: I3d88b976646c1c716e75d30c3f1535cda01cf8ab
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoRemove legacy meaningless files
SeokYeon Hwang [Mon, 25 Mar 2013 13:45:28 +0000 (22:45 +0900)]
Remove legacy meaningless files

Change-Id: Ic16f116ecdd2b9d7a35717952032c264f2a8807a
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoRemove unnecessary config file
SeokYeon Hwang [Mon, 25 Mar 2013 12:34:51 +0000 (21:34 +0900)]
Remove unnecessary config file

Change-Id: I998e056f3b4c805430837d1e45624059ac595bc5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoRemove unnecessary config file
SeokYeon Hwang [Mon, 25 Mar 2013 12:34:51 +0000 (21:34 +0900)]
Remove unnecessary config file

Change-Id: I998e056f3b4c805430837d1e45624059ac595bc5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Fix sshd.service
SeokYeon Hwang [Fri, 22 Mar 2013 03:23:06 +0000 (12:23 +0900)]
Bugfix: Fix sshd.service

Change-Id: I2d9d673310f630ecf2f5037b04600fe0c34d0008
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMove /etc/rc.d/init.d/simulator-alsa to /etc/init.d/emulator-alsa
SeokYeon Hwang [Mon, 25 Mar 2013 12:33:41 +0000 (21:33 +0900)]
Move /etc/rc.d/init.d/simulator-alsa to /etc/init.d/emulator-alsa

Change-Id: I3e113e989e6390f6ff38e0daccf86f0f5024fad1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoIntroduce emulator.target and emulator_preinit.target
SeokYeon Hwang [Mon, 25 Mar 2013 12:19:36 +0000 (21:19 +0900)]
Introduce emulator.target and emulator_preinit.target

Change-Id: If11c2b6c6bb91d1b43a89873bbba82b4465092fa
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoModify method for turn on swap partition
SeokYeon Hwang [Fri, 22 Mar 2013 03:27:09 +0000 (12:27 +0900)]
Modify method for turn on swap partition

Don't turn on swap manually by using swapon command.
Using fstab instead.

Change-Id: I7b3b973d788d91682975d3808d190c8dd7828866
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Fix sshd.service
SeokYeon Hwang [Fri, 22 Mar 2013 03:23:06 +0000 (12:23 +0900)]
Bugfix: Fix sshd.service

Change-Id: I2d9d673310f630ecf2f5037b04600fe0c34d0008
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Enable swap partition on emulator
SeokYeon Hwang [Thu, 21 Mar 2013 05:32:26 +0000 (14:32 +0900)]
Bugfix: Enable swap partition on emulator

Change-Id: If87b06eaaf599f4907df165bc9d4e25c163f0289
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Enable swap partition on emulator
SeokYeon Hwang [Thu, 21 Mar 2013 05:32:26 +0000 (14:32 +0900)]
Bugfix: Enable swap partition on emulator

Change-Id: If87b06eaaf599f4907df165bc9d4e25c163f0289
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Make /dev/rtc1 for alarm-service (W/A)
SeokYeon Hwang [Thu, 21 Mar 2013 03:39:38 +0000 (12:39 +0900)]
Bugfix: Make /dev/rtc1 for alarm-service (W/A)

Change-Id: I3149e4c2e05a83ab00bf8ebf64805d9a0059db35
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Make sure rc.emul is started after vconf is ready
SeokYeon Hwang [Thu, 21 Mar 2013 03:36:44 +0000 (12:36 +0900)]
Bugfix: Make sure rc.emul is started after vconf is ready

Change-Id: I6c78f5e72fb05dcee7d1f14e360ddf755051adb1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Make /dev/rtc1 for alarm-service (W/A)
SeokYeon Hwang [Thu, 21 Mar 2013 03:39:38 +0000 (12:39 +0900)]
Bugfix: Make /dev/rtc1 for alarm-service (W/A)

Change-Id: I3149e4c2e05a83ab00bf8ebf64805d9a0059db35
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoBugfix: Make sure rc.emul is started after vconf is ready
SeokYeon Hwang [Thu, 21 Mar 2013 03:36:44 +0000 (12:36 +0900)]
Bugfix: Make sure rc.emul is started after vconf is ready

Change-Id: I6c78f5e72fb05dcee7d1f14e360ddf755051adb1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoRemove unnecessary acts from rc.emul
SeokYeon Hwang [Thu, 14 Mar 2013 13:12:09 +0000 (22:12 +0900)]
Remove unnecessary acts from rc.emul

Change-Id: Ia7f93c54db8abc5c3cf43c35b2eec46ca0705f52
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
11 years agoMake sshd service and cleans up some files.
SeokYeon Hwang [Thu, 14 Mar 2013 12:19:42 +0000 (21:19 +0900)]
Make sshd service and cleans up some files.

Change-Id: Iccd88acd06f1be14d7295a90d8db83f7d4d58eea

11 years agoremove emuld and sensord service file
munkyu.im [Thu, 14 Mar 2013 12:09:28 +0000 (21:09 +0900)]
remove emuld and sensord service file

Change-Id: Ie844a7c27a629ca25a9b2c78841918dd15ac8691

11 years agomove vmodem-x86.service file to vmodem-daemon-emulator git.
Sooyoung Ha [Thu, 14 Mar 2013 11:11:42 +0000 (20:11 +0900)]
move vmodem-x86.service file to vmodem-daemon-emulator git.

Change-Id: I6260bf09f82ed7247f0a574d21d8d88b76d37e14

11 years agomake a /etc/emulator directory which is to be used for emulator specific files.
Sooyoung Ha [Thu, 14 Mar 2013 11:06:47 +0000 (20:06 +0900)]
make a /etc/emulator directory which is to be used for emulator specific files.

Change-Id: Iae1847d22e47111e075da97a437f8214d30ecdae

11 years ago[Title] make initial filesystem into new git
Sooyoung Ha [Thu, 14 Mar 2013 07:50:56 +0000 (16:50 +0900)]
[Title] make initial filesystem into new git
[Desc.]

Change-Id: I973926beada1819f627aa3fcb58a983c3d0d04cc

11 years agoInitial empty repository
HyungKyu Song [Wed, 20 Feb 2013 08:57:41 +0000 (17:57 +0900)]
Initial empty repository