[yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Marius Avram
This way the created bitbake subprocesses from the upgrade script are killed as well when you press ctrl+c. Signed-off-by: Marius Avram --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 9ddfcb5..4ee65d5 100755 --- a/upgrad

Re: [yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Paul Eggleton
Hi Marius, On Thursday 21 August 2014 15:00:31 Marius Avram wrote: > This way the created bitbake subprocesses from the upgrade script > are killed as well when you press ctrl+c. > > Signed-off-by: Marius Avram > --- > upgradehelper.py |6 ++ > 1 file changed, 6 insertions(+) > > diff

[yocto] [PATCH 2/2] Kill suprocesses when pressing ctrl+c

2014-08-21 Thread Marius Avram
This way the created bitbake subprocesses from the upgrade script are killed as well when you press ctrl+c. Signed-off-by: Marius Avram --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 771c981..7db89a7 100755 --- a/upgrad