Re: [yocto] Prelink status

2015-10-29 Thread Mark Hatle
I just wanted to update everyone on where we are at. (I won't bore anyone with any followups past this.) IA32 (32-bit and 64-bit): We believe the problems are resolved. The error was a combination of prior patch merge issues and a bug in glibc 2.22. A patch for the glibc 2.22 has already been

[yocto] [PATCH 1/2] [layerindex-web] views.py: single result redirect

2015-10-29 Thread Alex Franco
When the recipe search returns a single result, redirect to it instead of showing the full result list view. [YOCTO #6618] Signed-off-by: Alex Franco --- layerindex/views.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/layerindex/views.py b/layerindex/views.py index 7e877ac..8be331

[yocto] [PATCH 2/2] [layerindex-web] views.py: layer in recipe search

2015-10-29 Thread Alex Franco
Take layer name into account when searching for recipes. This is accomplished by adding a layer name to the simplesearch.getquery call in the recipe search view. [YOCTO #6618] Signed-off-by: Alex Franco --- layerindex/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[yocto] [PATCH 0/2] [layerindex-web] search enhancements

2015-10-29 Thread Alex Franco
Take layer name into account when searching for recipes and change recipe search results behavior so that when a single search result is returned, it redirects to that recipe detail view. [YOCTO #6618] Alex Franco (2): [layerindex-web] views.py: single result redirect [layerindex-web] views.p

Re: [yocto] kernel defconfig configuration

2015-10-29 Thread Edward Wingate
On Thu, Oct 29, 2015 at 6:10 AM, Bruce Ashfield wrote: > That's the kernel's configuration subsystem at play, it still has to > process the the defconfig (which was placed as .config before starting > the kernel build). Invalid options are removed, others are selected > by Kconfigs, etc. So what y

[yocto] [yocto-autobuilder][PATCH] README: Add information for connection managers and tap interfaces

2015-10-29 Thread mariano . lopez
From: Mariano Lopez Lately there are a lot of ping failures in errors.yoctoproject.org, these seems to be related with the tap interfaces not being managed correctly. This just add some information to avoid the connection manager to manage the tap interfaces created for the yocto autobuilders.

Re: [yocto] [oe] OE/Yocto developer survey

2015-10-29 Thread Nicolas Aguirre
2015-10-26 20:18 GMT+01:00 Cliff Brake : > Hi, > How long have you been using OE? 5 years How do you use OE/Yocto? [x] product development [x] hobby/research/education/yocto core developer, etc What distro do you use? [ ] Poky [ ] Angstrom [x] nodistro or custom How do you organize multiple g

Re: [yocto] kernel defconfig configuration

2015-10-29 Thread Bruce Ashfield
On 15-10-29 03:22 AM, Edward Wingate wrote: On Tue, Oct 27, 2015 at 5:36 AM, Daniel. wrote: I suggest that you do an "bitbake -fc configure YOUR_KERNEL" and inspect the .config WORKDIR folder. Is that yours .config? I'm not sure if this is the WORKDIR I'm suppose to be looking at, but after I

Re: [yocto] Set root password with SHA512?

2015-10-29 Thread Paul Eggleton
(Adding mailing list back onto CC) I believe that was another issue that got solved a bit more recently: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=c38fee231b42b9123dd1fd102235eac6240ba4c8 Cheers, Paul On Thursday 29 October 2015 11:55:48 Juha Vuorivirta wrote: > Thank you for an

Re: [yocto] kernel defconfig configuration

2015-10-29 Thread Edward Wingate
On Tue, Oct 27, 2015 at 5:36 AM, Daniel. wrote: > I suggest that you do an "bitbake -fc configure YOUR_KERNEL" and > inspect the .config WORKDIR folder. Is that yours .config? I'm not sure if this is the WORKDIR I'm suppose to be looking at, but after I ran that bitbake command, I found my defcon