[yocto] [PATCH] Documentation: Fix overlooked "netfilter.scc" reference.

2015-03-06 Thread Robert P. J. Day
Make reference to netfilter.scc file consistent with the rest. Signed-off-by: Robert P. J. Day --- not sure how i missed this before and, yes, i know the "short form" works but it's not something i think should be encouraged. or should it? diff --git a/documentation/kernel-dev/kernel-dev-ad

[yocto] Different u-boot recipes (machine names and provider)

2015-03-06 Thread Jens Lucius
Hello, I am working on a custom machine layer, which until now has it´s own u-boot recipe for a custom u-boot. I want to add a recipe for mainline u-boot additional to that. I have defined a PREFERRED_PROVIDER_u-boot and PREFERRED_PROVIDER_virtual/bootloader which point to the custom u-boot

[yocto] "unused"/uninstalled tools in yocto-kernel-tools?

2015-03-06 Thread Robert P. J. Day
continuing my voyage of discovery through the various yocto kernel tools, and i see the Makefile which lists the kern_tools: kern_tools_LIST = kgit kgit-init kgit-meta \ kgit-checkpoint kgit-clean \ kconf_check configme \ createme updateme p

Re: [yocto] "unused"/uninstalled tools in yocto-kernel-tools?

2015-03-06 Thread Bruce Ashfield
On Fri, Mar 6, 2015 at 7:36 AM, Robert P. J. Day wrote: > > continuing my voyage of discovery through the various yocto kernel > tools, and i see the Makefile which lists the kern_tools: > > kern_tools_LIST = kgit kgit-init kgit-meta \ > kgit-checkpoint kgit-clean \ >

Re: [yocto] valid git directives allowed in .scc files?

2015-03-06 Thread Rifenbark, Scott M
I am looking at the manpage for 'git branch' and am not seeing what this particular form of git command would do. Someone else is going to have to chime in on this. >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P.

[yocto] Missing line numbers for .so files in systemd-dbg

2015-03-06 Thread Konopelko, Pavel (P.)
Hello everybody, In a core-image-minimal built with Yocto 1.7.1+, I was trying to step with a debugger through libsystemd.so, but discovered that the systemd-dbg package produced by Yocto build does not include the information on source files and line numbers. This does not seem to be a global

[yocto] [PATCH] yocto-project-qs: update OpenSUSE essentials

2015-03-06 Thread Ed Bartosh
Replaced texinfo -> makeinfo in the list of essential packages for OpenSUSE. texinfo was in the essentials to only provide makeinfo utility. /usr/bin/makeinfo is provided by makeinfo package on OpenSUSE distro, so it's enough to install makeinfo to be able to build poky. This change reduces numbe

Re: [yocto] defunct cedartrail BSP still mentioned in ref manual

2015-03-06 Thread Rifenbark, Scott M
See http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-KMACHINE for updated description. >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >Sent: Tuesday, March 03, 2015 11:49 PM >To: Yocto d

Re: [yocto] "unused"/uninstalled tools in yocto-kernel-tools?

2015-03-06 Thread Robert P. J. Day
On Fri, 6 Mar 2015, Bruce Ashfield wrote: > On Fri, Mar 6, 2015 at 7:36 AM, Robert P. J. Day > wrote: > > > > continuing my voyage of discovery through the various yocto kernel > > tools, and i see the Makefile which lists the kern_tools: > > > > kern_tools_LIST = kgit kgit-init kgit-meta \ >

Re: [yocto] in kernel manual, should pick another example for KMACHINE

2015-03-06 Thread Rifenbark, Scott M
Probably worth looking over the "Using Kernel Metadata in a Recipe" section (http://www.yoctoproject.org/docs/1.8/kernel-dev/kernel.dev.html#using-kernel-metadata-in-a-recipe). There have been several small areas touched that have affected what sample code is being talked about, etc. >-O