Age | Commit message (Collapse) | Author | Files | Lines |
|
It is moved to emulator-supplements package.
Change-Id: I6b4861e4ff9dd7117948fbe8d1f4be2ea4c0b2c7
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
|
|
Now it supports 2 partition image converting.
Change-Id: I2d7df78acaa5110575d1dfa968323f813855beec
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I5fdf87885d122b99de3d36e4bb5c334cab3f476a
Signed-off-by: ChulHo Song <ch81.song@samsung.com>
|
|
add e2fsck check for raw image.
The default result is compressed image.
Change-Id: Ic9d42877319fcb7df9f18842aabcd44330366b1c
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
|
|
Introduced raw image conversion script for standalone users
and platform developers.
Change-Id: I2ea3bd11374bd3a4c7afcb5c6e99d8ca656852c7
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
|
|
Moved supplements for SDK to supplements directory.
Moved protobuf to src directory.
Change-Id: I77ba0f7b948b0befd06e1888d9d9846a10293f7d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
|