summaryrefslogtreecommitdiff
path: root/tizen/supplements
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22build: remove kvm moduleMunkyu Im2-51/+0
It is moved to emulator-supplements package. Change-Id: I6b4861e4ff9dd7117948fbe8d1f4be2ea4c0b2c7 Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2016-04-25supplements: modify make_emul_images.sh scriptSooyoung Ha1-43/+55
Now it supports 2 partition image converting. Change-Id: I2d7df78acaa5110575d1dfa968323f813855beec Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
2015-12-02install: change sudoers rule on ubuntuMunkyu Im1-0/+1
Typically /etc/sudoers is under control of your distribution's package manager. So, it's not a good way to modify this file directly. To avoid this, place emulator's changes into a file in the /etc/sudoers.d/ Also simplify rule to one line. - old version User_Alias QEMUERS=${USERS} Cmnd_Alias QEMU=${FILES} QEMUERS ALL=(ALL) NOPASSWD: QEMU - new version ALL ALL=(ALL) NOPASSWD: ${FILES} Change-Id: I8d17dc4f8cb6d7c4a3bbba1e3ca9c5225452deb8 Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2015-11-20kvm: remove permission setting with setfaclMunkyu Im1-7/+1
Udev already supports this with "TAG+=uaccess" tag. It's located to /lib/udev/rules.d/70-uaccess.rules Change-Id: I4a1228c82d26d16ac2868b997e1bd7c7f6b9fb1e Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2015-11-18vhost-net: enable vhost-net kernel moduleMunkyu Im2-0/+34
When user uses bridge network on ubuntu, qemu supports vhost-net automatically now. But, vhost kernel driver needs root permission. So, adds modprobe and udev rule for user to access vhost-net. Change-Id: Ib7220fcb49f1bf62bca56413393d15c4b239b4f8 Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2015-07-25usb-passthru: add udev rulesChulHo Song2-0/+28
Change-Id: I5fdf87885d122b99de3d36e4bb5c334cab3f476a Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2015-05-27supplements: modify make_emul_images.shSooyoung Ha1-7/+23
add e2fsck check for raw image. The default result is compressed image. Change-Id: Ic9d42877319fcb7df9f18842aabcd44330366b1c Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
2015-01-26env: introduced raw image conversion scriptSeokYeon Hwang1-0/+76
Introduced raw image conversion script for standalone users and platform developers. Change-Id: I2ea3bd11374bd3a4c7afcb5c6e99d8ca656852c7 Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
2015-01-22env: cleaned directory structure upSeokYeon Hwang2-0/+57
Moved supplements for SDK to supplements directory. Moved protobuf to src directory. Change-Id: I77ba0f7b948b0befd06e1888d9d9846a10293f7d Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>