[yocto] Source for recipe on local drive

2016-02-26 Thread Marius Liebenberg
Hi How do I get all the source code for a specific recipe onto my local drive. That is without sifting through all the config files to try and get url's Regards Marius -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

[yocto] Using the hardware graphics acceleration with qt

2016-02-25 Thread Marius
helpful. Regards Marius -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Build fails with gettext

2016-02-13 Thread Marius Liebenberg
Hi I just did a fresh pull of the poky-jethro, openembedded and meta-qt5. I am building a console-image and a qt5-image as per Scott Ellis templates. I get these errors after the update. Any suggestions please? make[4]: Entering directory

[yocto] libzqm recipe fails

2016-02-13 Thread Marius Liebenberg
| Makefile:1800: recipe for target 'libzmq.la' failed | make[1]: *** [libzmq.la] Error 1 Has anyone else experienced these problems or am I cooking my rubbish up again? Greetings Marius -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Qt5Svg libs not included in image

2016-02-13 Thread Marius Liebenberg
can go look to get some guidance. Regards Marius -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Eclipse IDE plugin failure

2016-02-12 Thread Marius
at step 3. i.e. patch should be committed in local repository before starting the build. Important: you should add ā€œ-lā€ argument to build.sh at step 7. Teo From: Marius [mailto:mdlcame...@gmail.com] Sent: Thursday, February 11, 2016 14:11 To: Teodor Madan <teodor.ma...@nxp.com>;

Re: [yocto] Eclipse IDE plugin failure

2016-02-11 Thread Marius
Ah thanks Teo. Do you know of an instruction somewhere to get the patch affected. I dont really know how to do that as I am installing directly from repositories on the net. -- Original Message -- From: "Teodor Madan" <teodor.ma...@nxp.com> To: "Marius" <

[yocto] DTB without USB host

2016-02-10 Thread Marius Liebenberg
Hi does anyone know if there is a standard DTB for BBB that does not have USB host, network interface and HDMI? - Regards / Groete Marius D. Liebenberg +27 82 698 3251 +27 12 743 6064 -- ___ yocto mailing list yocto

[yocto] Eclipse IDE plugin failure

2016-02-10 Thread Marius
or is there a workaround for this problem? If so what is suggested to be good and working? - Regards / Groete Marius D. Liebenberg +27 82 698 3251 +27 12 743 6064 -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] How to build for various boards from one yocto installation

2016-02-02 Thread Marius
I have a custom board (similar to BBB) that has no HDMI and no network as well as a standard BBB. I want to build images for each from my yocto (poky-jethro) installation. Can it be done and if so how do I go about that? Regards Marius-- ___ yocto

[yocto] How do I keep aliases of root profile

2016-01-18 Thread Marius
Hi I am still learning about yocto and kernels and the whole process so please excuse a silly question. Because I am still learning, I am re-compiling my BBB image on a regular basis as I only want the bare minimum of packages in the image. Now I have to edit the /etc/profile after every eMMC

[yocto] How to set aliases before bitbake compile

2016-01-17 Thread Marius
install in order to set my aliases. Where can I set the aliases before running bitbake on my image? Regards Marius-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2014-08-26 Thread Marius Avram
, but in the current 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 marius.av...@intel.com

[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

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

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

[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 marius.av...@intel.com --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 658ec43

[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 marius.av...@intel.com --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 771c981

[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
a selection of at least two recipes has been given to the script for upgrading. Signed-off-by: Marius Avram marius.av...@intel.com --- upgradehelper.py | 199 +++--- 1 file changed, 98 insertions(+), 101 deletions(-) diff --git a/upgradehelper.py b

[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 marius.av...@intel.com --- upgradehelper.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/upgradehelper.py b/upgradehelper.py index 9ddfcb5

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

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

[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 marius.av...@intel.com --- bitbake.py | 28 recipe.py|3 +-- upgradehelper.py | 21 ++--- 3 files changed, 43

[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 marius.av...@intel.com --- recipe.py |6 ++ 1 file changed, 6 insertions(+) diff --git a/recipe.py b/recipe.py

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

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram marius.av...@intel.com --- 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

[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 marius.av...@intel.com --- bitbake.py | 12 ++-- 1 file changed

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

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram marius.av...@intel.com --- 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

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

2014-08-13 Thread Marius Avram
Signed-off-by: Marius Avram marius.av...@intel.com --- 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

[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 marius.av...@intel.com --- recipe.py|2 +- upgradehelper.py |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe.py b/recipe.py index a495b49