mic

tizen-mic:release-0.15

Last commit made on 2013-01-15
Get this branch:
git clone -b release-0.15 https://git.launchpad.net/tizen-mic

Branch merges

Branch information

Name:
release-0.15
Repository:
lp:tizen-mic

Recent commits

695f88a... by Gui Chen <email address hidden>

bump up to version 0.15.3

Signed-off-by: Gui Chen <email address hidden>

0de9e4a... by Gui Chen <email address hidden>

workaround to fix the failure if ks under / dir

this patch is to fix the failure if ks file under / dir,
in final, mic should sync the ks file to bootstrap,
the location should be kept inside bootstrap

Signed-off-by: Gui Chen <email address hidden>

9f1f0fd... by Gui Chen <email address hidden>

clean up the mess message of directory not empty

Signed-off-by: Gui Chen <email address hidden>

1f59294... by Gui Chen <email address hidden>

workaround to fix loop device releasing

now mic tries to save process pid to a file named
with the same name if the device used, and clean
up all devices according to those like files before
finding a new loop device.

it's easy to detect if the loop device used or not
by checking its content, the process pid. if the
process with this pid is alive, don't clean up, else
do it

Signed-off-by: Gui Chen <email address hidden>

2193f9c... by Gui Chen <email address hidden>

bump up to version 0.15.2

Signed-off-by: Gui Chen <email address hidden>

a2b9358... by Gui Chen <email address hidden>

cleanup loop device after bootstrap running

the loop device will be left after bootstrap sometimes,
try to release it before exit and after bootstrap

Signed-off-by: Gui Chen <email address hidden>

c657741... by Gui Chen <email address hidden>

don't setup emulator for arm image twice

Signed-off-by: Gui Chen <email address hidden>

6dba983... by Gui Chen <email address hidden>

register arm binfmt in every time

in bootstrap, there is only 'qemu-arm-static', so should unregister arm binfmt,
and register it for arm image in every time to avoid conflict register

Signed-off-by: Gui Chen <email address hidden>

0afd3e4... by Gui Chen <email address hidden>

bump up to version 0.15.1

Signed-off-by: Gui Chen <email address hidden>

c8cc064... by lihuanhuan <email address hidden>

fix type error when calling mknod

subprocess requires string only for command args

Change-Id: I32442ea6a0d28a40fea55a2ffcf9d43579d1c6da