[yocto] [PATCH 0/7] AUH: buildhistory-diff support

2014-08-13 Thread Marius Avram
Marius Avram (7): Add buildhistory-diff as attachment to email Fixed bug of selected attachements for email Added error message when buildhistory not active README: Added buildhistory configuration Info messages start with upper case Fix adding new files to recipe bug Add missing import

[yocto] [PATCH 1/7] Add buildhistory-diff as attachment to email

2014-08-13 Thread Marius Avram
buildhistory-diff is useful in the case new files have been added to the package. Signed-off-by: Marius Avram --- bitbake.py | 28 recipe.py|3 +-- upgradehelper.py | 21 ++--- 3 files changed, 43 insertions(+), 9 deletions

[yocto] [PATCH 6/7] Fix adding new files to recipe bug

2014-08-13 Thread Marius Avram
The upgrade failed when new files were added to the recipe and the compilation was made for multiple machines. Now this problem has been fixed. Signed-off-by: Marius Avram --- recipe.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/recipe.py b/recipe.py index e6430cd..8ecd2a2

[yocto] [PATCH 4/7] README: Added buildhistory configuration

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram --- README |8 1 file changed, 8 insertions(+) diff --git a/README b/README index 5721d58..43e6800 100644 --- a/README +++ b/README @@ -54,6 +54,14 @@ require conf/distro/include/maintainers.inc require conf/distro/include/upstream_tracking.inc

[yocto] [PATCH 3/7] Added error message when buildhistory not active

2014-08-13 Thread Marius Avram
A graceful close of the script happens when it tries to do a buildhistory-diff but the bbclass is not inherited. Also a helping message is presented to the user to avoid the error at a next run. Signed-off-by: Marius Avram --- bitbake.py | 12 ++-- 1 file changed, 10 insertions(+), 2

[yocto] [PATCH 2/7] Fixed bug of selected attachements for email

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram --- upgradehelper.py |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgradehelper.py b/upgradehelper.py index 091881f..ef59661 100755 --- a/upgradehelper.py +++ b/upgradehelper.py @@ -617,8 +617,8 @@ class UniverseUpdater(Updater, Email

[yocto] [PATCH 7/7] Add missing import

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram --- upgradehelper.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgradehelper.py b/upgradehelper.py index 27de760..cc90958 100755 --- a/upgradehelper.py +++ b/upgradehelper.py @@ -42,7 +42,7 @@ from datetime import date import shutil from

[yocto] [PATCH 5/7] Info messages start with upper case

2014-08-13 Thread Marius Avram
For consistency sake I modified all the messages to start with upper case. Signed-off-by: Marius Avram --- recipe.py|2 +- upgradehelper.py |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe.py b/recipe.py index a495b49..e6430cd 100644 --- a

[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

[yocto] [PATCH 0/2] AUH patchset

2014-08-21 Thread Marius Avram
Two small features for the auto upgrade helper. Contrib branch can be found here: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mavram/auh_features Marius Avram (2): Send emails for a list of recipes Kill suprocesses when pressing ctrl+c upgradehelper.py | 205

[yocto] [PATCH 1/2] Send emails for a list of recipes

2014-08-21 Thread Marius Avram
selection of at least two recipes has been given to the script for upgrading. Signed-off-by: Marius Avram --- upgradehelper.py | 199 +++--- 1 file changed, 98 insertions(+), 101 deletions(-) diff --git a/upgradehelper.py b/upgradehelper.py index

[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

[yocto] [auh][PATCH v2 1/2] Send emails for a list of recipes

2014-08-21 Thread Marius Avram
selection of at least two recipes has been given to the script for upgrading. Signed-off-by: Marius Avram --- upgradehelper.py | 199 +++--- 1 file changed, 98 insertions(+), 101 deletions(-) diff --git a/upgradehelper.py b/upgradehelper.py index

[yocto] [AUH][PATCH v3 1/2] Send emails for a list of recipes

2014-08-22 Thread Marius Avram
selection of at least two recipes has been given to the script for upgrading. Signed-off-by: Marius Avram --- upgradehelper.py | 202 +++--- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/upgradehelper.py b/upgradehelper.py index

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

2014-08-22 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 658ec43..6be7ac2 100755 --- a

[yocto] [PATCH] Fix USB not mounted in file manager

2014-08-26 Thread Marius Avram
build the username part is missing in case a root user is authenticated in the system. The easiest solution is to allow the display of drives mounted in the path used by the current configuration and that is /run/media/sdX. [YOCTO #6492] Signed-off-by: Marius Avram --- ...un-media-sdX-drive

[yocto] [PATCH] USB not mounted.

2014-08-26 Thread Marius Avram
I also created a bug on the gnome bugtracker, in case it is a general problem and not simply yocto related: https://bugzilla.gnome.org/show_bug.cgi?id=735447 Marius Avram (1): Fix USB not mounted in file manager ...un-media-sdX-drive-mount-if-username-root.patch | 44