[yocto] Bad package names - packagegroup-cross-canadian problem

2014-08-13 Thread Lešek Franek
Hello, I ran into an error during do_populate_sdk in meta-toolchain for machine socfpga_cyclone5: ERROR: packagegroup-cross-canadian-socfpga_cyclone5 not found in the base feeds (i686-nativesdk noarch any all). I found that bitbake wants packages which has before version string 1: for example:

Re: [yocto] [PATCH] psplash: Adding support for systemd service files

2014-08-13 Thread sujith h
On Tue, Aug 12, 2014 at 8:37 PM, Saul Wold s...@linux.intel.com wrote: Maybe I was not clear about this, this should be a patch to psplash upstream, not to the oe-core metadata. Then once we merge the change to psplash we can update the pslash recipes. So the patch would be to add the 2

[yocto] [psplash][PATCH] Adding support for systemd and its service files

2014-08-13 Thread Sujith H
From: Sujith H sujith_harida...@mentor.com Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H sujit...@gmail.com --- Makefile.am | 8 +++- configure.ac | 23 ++- psplash-quit.service.in | 11 +++

Re: [yocto] Problem with DNS resolution using resolvconf (poky/daisy)

2014-08-13 Thread Dean
Did you ever figure this out? The yocto resolvconf package is missing a few things to make it actually work like it works on other distributions. I ripped some parts out of Debian and have it all working (although not polished). If you want to see my .bbappend and extra files I can send them

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

2014-08-13 Thread Marius Avram
The maintainer will received the output given by buildhistory-diff. If no diff is found the attachement will not be created. A branch with the changes included in this patcheset can also be found here: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mavram/buildhistory-diff

[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

[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

[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

Re: [yocto] [PATCH] Adding support for systemd and its service files

2014-08-13 Thread Christopher Larson
On Wed, Aug 13, 2014 at 4:57 AM, Sujith H sujit...@gmail.com wrote: From: Sujith H sujith_harida...@mentor.com Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H sujit...@gmail.com Might want to mention 'psplash' in the commit message in the future when

[yocto] Weekly build available

2014-08-13 Thread Flanagan, Elizabeth
http://autobuilder.yoctoproject.org/pub/nightly/20140811-2 bitbake 38d4f65bf1cbcdd5a2d60dff0e1d2859c34ed62e eclipse-poky-juno 26bfc407781aa185f244a47ba63120343cee4a37 eclipse-poky-kepler 4a167fd662262ebdaa3cf0d332ac0debb52d7904 meta-fsl-arm b0cf5c78c5f98c5977ae556d331e7495648f154c meta-fsl-ppc

Re: [yocto] anyone building for the arrow sockit eval board?

2014-08-13 Thread Suresh Nagarajan
Did anypne get perf to build? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH] Adding support for systemd and its service files

2014-08-13 Thread sujith h
On Wed, Aug 13, 2014 at 9:43 PM, Christopher Larson clar...@kergoth.com wrote: On Wed, Aug 13, 2014 at 4:57 AM, Sujith H sujit...@gmail.com wrote: From: Sujith H sujith_harida...@mentor.com Signed-off-by: Muzaffar Mahmood muzaffar_mahm...@mentor.com Signed-off-by: Sujith H

[yocto] How to modify busybox

2014-08-13 Thread Rich Wilson
In order to modify busybox, my googling seems to indicate this can be done with bitbake -c menuconfig busybox When I do so, a window pops up and some compiling seems to happen, but I am never presented with the menuconfig app. How do I modify busybox? What I really want is the httpd app in

Re: [yocto] How to modify busybox

2014-08-13 Thread Nicolas Dechesne
On Thu, Aug 14, 2014 at 7:19 AM, Rich Wilson ric...@gmail.com wrote: In order to modify busybox, my googling seems to indicate this can be done with bitbake -c menuconfig busybox When I do so, a window pops up and some compiling seems to happen, but I am never presented with the menuconfig