[yocto] [prelink-cross][PATCH 1/1] configure.ac: with new automake make is not working

2015-11-17 Thread Maninder Singh
with automake verisoin(GNU automake) 1.15 (checked on aarch64), make is not working and looping at below info:- configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:8: http://www.gnu.org/software/automake/manual/automake.html#M

[yocto] Problem Booting Yocto 1.7.3

2015-11-17 Thread Clay D. Montgomery
Hello, I'm trying to update from Yocto (Dizzy) 1.7.2 to 1.7.3 for a Wandboard Quad, but it hangs at the point where u-boot is trying to start the kernel. I'm guessing maybe this is because my image has u-boot 2014 and I need u-boot 2015? I have read that u-boot 2015 is required for Yocto

Re: [yocto] New warning(s)

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 18:02, Paul Eggleton wrote: > I already sent a patch for this, it hasn't been applied yet: > > http://patchwork.openembedded.org/patch/107081/ > It's in MUT, so should be in master fairly shortly. Ross -- ___ yocto mailing list

Re: [yocto] New warning(s)

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 11:02 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 17 November 2015 08:39:55 Christopher Larson wrote: > > On Tue, Nov 17, 2015 at 8:33 AM, Gary Thomas wrote: > > > When I run bitbake using layers that are not GIT repos, I'm > > > > > > now gettin

Re: [yocto] New warning(s)

2015-11-17 Thread Paul Eggleton
On Tuesday 17 November 2015 08:39:55 Christopher Larson wrote: > On Tue, Nov 17, 2015 at 8:33 AM, Gary Thomas wrote: > > When I run bitbake using layers that are not GIT repos, I'm > > > > now getting a lot of messages like this: > > fatal: Not a git repository (or any parent up to mount point

[yocto] [PATCH][yocto-docs] dev-manual-qemu.xml: Add kvm-vhost option.

2015-11-17 Thread Aníbal Limón
Since 2.0 release KVM mode don't require VHOST enablement [1] and a new option was added to support the old mode. [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=eebcbe19b7 Signed-off-by: Aníbal Limón --- documentation/dev-manual/dev-manual-qemu.xml | 7 +++ 1 file changed, 7

[yocto] Fwd: Welcome to the "Openembedded-architecture" mailing list (V2)

2015-11-17 Thread Philip Balister
During OEDEM in Dublin we talked about creating a list for high level architecture discussions about the OpenEmbedded Build System. Bring your big ideas to the list, discuss them, and bring the resources to implement them. We did discuss list proliferation, filtering patches, etc and still decide

Re: [yocto] New warning(s)

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 8:33 AM, Gary Thomas wrote: > When I run bitbake using layers that are not GIT repos, I'm > now getting a lot of messages like this: > fatal: Not a git repository (or any parent up to mount point /raid) > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-11-17 Thread Khem Raj
On Tuesday, November 17, 2015, Jonathan Liu wrote: > On 16/11/2015 4:31 AM, Khem Raj wrote: > >> On Sun, Nov 15, 2015 at 4:31 AM, Jonathan Liu wrote: >> >>> [Support #16] >>> >>> Signed-off-by: Jonathan Liu >>> --- >>> conf/machine/include/rpi-base.inc | 3 +++ >>> recipes-qt/qt5/qtbase_%.bb

[yocto] New warning(s)

2015-11-17 Thread Gary Thomas
When I run bitbake using layers that are not GIT repos, I'm now getting a lot of messages like this: fatal: Not a git repository (or any parent up to mount point /raid) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). This seems to be new (I've built from such trees

Re: [yocto] [OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Philip Balister
Thanks for catching this Chris. I'll have Michael fix the name and resend. Sorry for the trouble. Philip On 11/17/2015 10:05 AM, Christopher Larson wrote: > On Tue, Nov 17, 2015 at 8:01 AM, Philip Balister > wrote: > >> During OEDEM in Dublin we talked about creating a list for high level >> a

Re: [yocto] [OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 8:01 AM, Philip Balister wrote: > During OEDEM in Dublin we talked about creating a list for high level > architecture discussions about the OpenEmbedded Build System. > > Bring your big ideas to the list, discuss them, and bring the resources > to implement them. > > We d

[yocto] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Philip Balister
During OEDEM in Dublin we talked about creating a list for high level architecture discussions about the OpenEmbedded Build System. Bring your big ideas to the list, discuss them, and bring the resources to implement them. We did discuss list proliferation, filtering patches, etc and still decide

Re: [yocto] Sharing .inc recipe across layers

2015-11-17 Thread Christopher Larson
On Tue, Nov 17, 2015 at 6:26 AM, Vuille, Martin (Martin) wrote: > What is the best way to refer to (require) a .inc recipe > > in one layer from another layer? > Use the relative path from the top of the layer. I.e. require recipes-foo/bar/baz.inc, and bitbake will search BBPATH (the layer paths

[yocto] Sharing .inc recipe across layers

2015-11-17 Thread Vuille, Martin (Martin)
What is the best way to refer to (require) a .inc recipe in one layer from another layer? MV -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-11-17 Thread Jonathan Liu
On 16/11/2015 4:31 AM, Khem Raj wrote: On Sun, Nov 15, 2015 at 4:31 AM, Jonathan Liu wrote: [Support #16] Signed-off-by: Jonathan Liu --- conf/machine/include/rpi-base.inc | 3 +++ recipes-qt/qt5/qtbase_%.bbappend | 8 2 files changed, 11 insertions(+) create mode 100644 recip