Re: [yocto] Kernel module not installed in rootfs

2015-06-03 Thread Paul Eggleton
On Tuesday 02 June 2015 19:58:50 Vuille, Martin wrote: > Yocto 1.6.1 > > I have added a module to my kernel. > > The module is getting built, I see a kernel-module-blah-blah RPM > and it contains the .ko > > I add kernel-module-blah-blah to one of the packagegroups > contained in my image, I see

Re: [yocto] Smart package manager problems

2015-06-03 Thread Paul Eggleton
Hi Alex, On Tuesday 02 June 2015 15:50:20 Alexandru Vaduva wrote: > I experiences a problem related to smart package manager that I wanted to > discuss with you. I was interested in your feedback, knowledge of this and > maybe advices on how should we proceed further. > > The bug I experienced ca

Re: [yocto] Smart package manager problems

2015-06-03 Thread Alexandru Vaduva
Thanks Paul, I will do that, but the smart package manager cannot be used as a rootfs package. The fact that is does not correctly identify which of the dependencies are already installed could cause further problems. Alex -Original Message- From: Paul Eggleton [mailto:paul.eggle...@l

Re: [yocto] Smart package manager problems

2015-06-03 Thread Paul Eggleton
I think you may be overstating the issue - I'm convinced the warnings are harmless. As I said before, it's likely these warnings have been present for a long time, the only recent change is we are now exposing them - the quickest fix would be to stop doing that. However, if you'd like to dig in

Re: [yocto] Python Error in SDK

2015-06-03 Thread Paul Eggleton
Hi Erik, I'm really not sure what to advise, other than debugging it by checking variable values with bitbake -e, adding print/bb.warn statements at various points, etc. Sorry, this message was sitting in my inbox for some time - I don't suppose you have found anything since April? Cheers, Pa

Re: [yocto] Smart package manager problems

2015-06-03 Thread Alexandru Vaduva
Here is the Bugzilla bug link: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7840 -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, June 03, 2015 11:52 AM To: Alexandru Vaduva Cc: yocto@yoctoproject.org Subject: Re: [yocto] Smart package m

[yocto] Issue with 8250/16550 UART1 access in raspberrypi (meta-raspberrypi)

2015-06-03 Thread Andreas Enbacka
Hello, After a long break, I have returned to the Yocto project, and generally very pleased. A lot of progress has been done since I last used the project (two years ago), and now in my opinion everything works very smoothly. I have used yocto to build a custom image for the RaspberryPi Com

[yocto] [PATCH 1/2] [layerindex-web] Support for recipe inherits field v2

2015-06-03 Thread Alex Franco
Modified: models.py, update.py, recipes.html, detail.html, recipedetail.html, additional.css To identify image recipes and provide inheritance data for recipes, an inherits field was added to the recipe model, and then populated using refactored data from __inherit_cache. Finally the field was als

[yocto] [PATCH 2/2] [layerindex-web] Add recipe inherit migration file

2015-06-03 Thread Alex Franco
New file: 0009_auto__add_field_recipe_inherits.py Django migration file, to add the inherits column to the recipe table. [YOCTO #7575] Signed-off-by: Alex Franco --- .../0009_auto__add_field_recipe_inherits.py| 196 + 1 file changed, 196 insertions(+) create mode 1

Re: [yocto] Kernel module not installed in rootfs

2015-06-03 Thread Vuille, Martin (Martin)
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: June 03, 2015 3:42 AM > > On Tuesday 02 June 2015 19:58:50 Vuille, Martin wrote: > > Yocto 1.6.1 > > > > I have added a module to my kernel. > > > > The module is getting built, I see a kernel-module-

[yocto] layerindex

2015-06-03 Thread Trevor Woerner
Hi, Does the layer index provide a REST api? -or- Would (could) it be possible to somehow grab/access the data that drives the layer index (preferably without scraping)? Best regards, Trevor -- ___ yocto mailing list yocto@yoctoproject.org https:

[yocto] Library not getting installed to intended path

2015-06-03 Thread Yogesh Tyagi
Hi, I am using yocto 1.6 and I have written a component and written bitbake recipe file for this component. When rootfs is created my library is found in "/lib" directory but I want it to be installed to "/lib/gstreamer-0.10" directory (which is already created by open source gstreamer packages).

Re: [yocto] layerindex

2015-06-03 Thread Nathan Rossi
On Thu, Jun 4, 2015 at 8:34 AM, Trevor Woerner wrote: > Hi, > > Does the layer index provide a REST api? http://layers.openembedded.org/layerindex/api/ It is self documented to some degree :). > > -or- > > Would (could) it be possible to somehow grab/access the data that drives > the layer inde