Re: [yocto] [meta-raspberrypi] how to customize kernel config?

2014-06-12 Thread Alex J Lennon
On 12/06/2014 07:48, Jonatan Magnusson wrote: > Hi > > I’m trying to use the meta-raspberrypi BSP with Yocto (1.6, Daisy). > > It works great, except I have no idea how to use a custom kernel config! > > I have a custom kernel recipe that bbappends to the meta-raspberrypi kernel > recipe. > > I’v

Re: [yocto] [PATCH] add recipe cim-schema, cim-schema-docs and license file DMTF.

2014-06-12 Thread Martin Jansa
On Thu, Jun 12, 2014 at 11:26:57AM +0800, Yao Xinpan wrote: > Signed-off-by: Yao Xinpan Why is this recipe needed in oe-core layer? Wouldn't meta-networking be more suitable? The patch also belongs to oe-core ML not yocto. > --- > meta/files/common-licenses/DMTF| 34 >

Re: [yocto] dynamic library problem

2014-06-12 Thread Alex J Lennon
On 12/06/2014 10:07, Ruud den Bekker wrote: > > Hi Alex, > > > > Recently you posted a fix for a dynamic library loading problem > > for the RaspberryPi and a graphic library. > > > > I'm now facing a dynamic library not found problem when using > > the BeagleBone board RFS in yocto. However,

Re: [yocto] [PATCH] add recipe cim-schema, cim-schema-docs and license file DMTF.

2014-06-12 Thread Burton, Ross
On 12 June 2014 09:56, Martin Jansa wrote: > Why is this recipe needed in oe-core layer? Wouldn't meta-networking be > more suitable? > > The patch also belongs to oe-core ML not yocto. Agreed, unless there's a strong reason then this should go to meta-networking (so send to the openembedded-deve

[yocto] pseudo source gone missing?

2014-06-12 Thread Holger Freyther
Good Morning, pseudo_1.5.1.bb refers to a URL like this http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 but that is not were the sourcecode is located anymore. It looks like an infrastructure problem? Should I report a bug somewhere or can this be easily fixed? holger -- _

Re: [yocto] [OE-core] [Repo Issue] x264: Unable to find revision

2014-06-12 Thread Paul Eggleton
On Tuesday 03 June 2014 06:25:41 Kweh, Hock Leong wrote: > Hi, understand the patch below is to fix the x264 yocto build issue but it > is for "Daisy" branch. How about the "Dylan" branch? Can we use the same > commit id on the SRCREV? Here is the correct fix for dylan (where the recipe was in met

Re: [yocto] Yocto-1.4 Build error.

2014-06-12 Thread ATUL KUMAR SINGH
Burton, Ross writes: > > On 15 July 2013 13:38, Amit Kumar wrote: > > Failed to fetch test data from the network. Please ensure your network > > is configured correctly. > > Assuming that you did have network connectivity, then the problem > normally is that you need to have a proxy confi

Re: [yocto] How to leave original git remote in unpacked repository?

2014-06-12 Thread Paul Eggleton
Hi Alex, On Friday 30 May 2014 12:39:13 Alex J Lennon wrote: > When I drop into a devshell for an unpacked SRV_REV from a particular > git SRC_URI I have the git remote origin set to a local archive in the > ~/downloads tree. > > Is there a build variable, say, I can set to leave the original git

Re: [yocto] How to leave original git remote in unpacked repository?

2014-06-12 Thread Alex J Lennon
On 12/06/2014 11:58, Paul Eggleton wrote: > Hi Alex, > > On Friday 30 May 2014 12:39:13 Alex J Lennon wrote: >> When I drop into a devshell for an unpacked SRV_REV from a particular >> git SRC_URI I have the git remote origin set to a local archive in the >> ~/downloads tree. >> >> Is there a buil

[yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Daniel Hilst Selli
I have a SoM which will be used on several boards, this SoM has a base kernel for it, with its board-*.c file. In each board I may have different peripherals, so I have to patch the same board-*.c file depending on my target board, and that patches may be conflicting one each other. For example

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Patrick Doyle
Can you compile the different device drivers as modules and load them at runtime? Can you compile the different device drivers statically and probe them based on a devicetree file? --wpd On Thu, Jun 12, 2014 at 7:54 AM, Daniel Hilst Selli wrote: > I have a SoM which will be used on several boar

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Daniel Hilst Selli
On 06/12/2014 09:27 AM, Patrick Doyle wrote: Can you compile the different device drivers as modules and load them at runtime? Can you compile the different device drivers statically and probe them based on a devicetree file? Yes I do compile the device drivers as modules, but yet I have to re

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Nicolas Dechesne
On Thu, Jun 12, 2014 at 1:54 PM, Daniel Hilst Selli wrote: > I have a SoM which will be used on several boards, this SoM has a base > kernel for it, with its board-*.c file. In each board I may have different > peripherals, so I have to patch the same board-*.c file depending on my > target board,

[yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Alex J Lennon
Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide config frag support. I'm working with poky master, referencing linux-yocto-custom.bb in meta-skeleton This seems to be working as far as it goes, but I get an error when there are

Re: [yocto] pseudo source gone missing?

2014-06-12 Thread Paul Eggleton
Hi Holger, On Wednesday 11 June 2014 06:19:49 Holger Freyther wrote: > pseudo_1.5.1.bb refers to a URL like this > http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2 > but that is not were the sourcecode is located anymore. It looks > like an infrastructure problem? Should I report

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide config frag support. I'm working with poky master, referencing linux-yocto-custom.bb in meta-skeleton This seems to be working as far a

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Alex J Lennon
On 12/06/2014 14:53, Bruce Ashfield wrote: > On 14-06-12 09:46 AM, Alex J Lennon wrote: >> Hi, >> >> I was taking a quick look at converting the meta-raspberrypi kernel >> recipes to be linux-yocto style, to provide config frag support. >> >> I'm working with poky master, referencing linux-yocto-c

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Alex J Lennon
On 12/06/2014 14:59, Alex J Lennon wrote: > On 12/06/2014 14:53, Bruce Ashfield wrote: >> On 14-06-12 09:46 AM, Alex J Lennon wrote: >>> Hi, >>> >>> I was taking a quick look at converting the meta-raspberrypi kernel >>> recipes to be linux-yocto style, to provide config frag support. >>> >>> I'm

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 09:59 AM, Alex J Lennon wrote: On 12/06/2014 14:53, Bruce Ashfield wrote: On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide config frag support. I'm working with poky mast

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Bruce Ashfield
On 14-06-12 10:52 AM, Alex J Lennon wrote: On 12/06/2014 14:59, Alex J Lennon wrote: On 12/06/2014 14:53, Bruce Ashfield wrote: On 14-06-12 09:46 AM, Alex J Lennon wrote: Hi, I was taking a quick look at converting the meta-raspberrypi kernel recipes to be linux-yocto style, to provide confi

Re: [yocto] Linux Yocto style kernel errors with no config fragments

2014-06-12 Thread Alex J Lennon
On 12/06/2014 15:54, Bruce Ashfield wrote: > On 14-06-12 10:52 AM, Alex J Lennon wrote: >> >> On 12/06/2014 14:59, Alex J Lennon wrote: >>> On 12/06/2014 14:53, Bruce Ashfield wrote: On 14-06-12 09:46 AM, Alex J Lennon wrote: > Hi, > > I was taking a quick look at converting the m

[yocto] [PATCH] populate_sdk_base: add auto-completion in setup

2014-06-12 Thread Meier, Dennis
Hello Yocto-Community, It's really easy to add auto completion in the SDK setup scripts with BASH's "read -e -p". I attached a short patch that does this. Makes life very comfortable ;-). I already asked Paul Eggleton on IRC about the change, and our only concern is that it could break the script

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Bruce Ashfield
On 14-06-12 07:54 AM, Daniel Hilst Selli wrote: I have a SoM which will be used on several boards, this SoM has a base kernel for it, with its board-*.c file. In each board I may have different peripherals, so I have to patch the same board-*.c file depending on my target board, and that patches

[yocto] role of sstate-cache

2014-06-12 Thread Arun Kumar
I am a newbie to Yocto project... I wanted to know.. what is the role of the "sstate-cache" directory? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] role of sstate-cache

2014-06-12 Thread Nicolas Dechesne
On Thu, Jun 12, 2014 at 6:26 PM, Arun Kumar wrote: > I am a newbie to Yocto project... > I wanted to know.. what is the role of the "sstate-cache" directory? are you asking for clarifications after reading this http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#shared-state-cache

[yocto] How to determine which tasks bitbake just ran?

2014-06-12 Thread Patrick Doyle
I'm sure I'll get tired of looking at this eventually, and learn to love the normal ncurses style interface of bitbake. But things are still new enough to me that I want to know what's going on. As you know, when we bitbake a recipe, we see lots of messages about individual tasks that are run as

Re: [yocto] How to determine which tasks bitbake just ran?

2014-06-12 Thread Burton, Ross
On 12 June 2014 19:53, Patrick Doyle wrote: > As you know, when we bitbake a recipe, we see lots of messages about > individual tasks that are run as they are being run (do_fetch, > do_configure, etc…), and then a final summary message that reads > something like: > > NOTE: Tasks Summary: Attempte

Re: [yocto] How to determine which tasks bitbake just ran?

2014-06-12 Thread Christopher Larson
On Thu, Jun 12, 2014 at 12:00 PM, Burton, Ross wrote: > On 12 June 2014 19:53, Patrick Doyle wrote: > > As you know, when we bitbake a recipe, we see lots of messages about > > individual tasks that are run as they are being run (do_fetch, > > do_configure, etc…), and then a final summary messag

Re: [yocto] How to determine which tasks bitbake just ran?

2014-06-12 Thread Patrick Doyle
Thanks. bitbake foo | cat is most likely to be what I was looking for. I found the cooker log shortly after I asked my question. I'll go look through bitbake and see what it would take to create a symbolic link to the most recent logfile, as is done with the logfiles for the individual tasks.

Re: [yocto] [meta-raspberrypi] how to customize kernel config?

2014-06-12 Thread Alex J Lennon
On 12/06/2014 07:48, Jonatan Magnusson wrote: > Hi > > I’m trying to use the meta-raspberrypi BSP with Yocto (1.6, Daisy). > > It works great, except I have no idea how to use a custom kernel config! > > I have a custom kernel recipe that bbappends to the meta-raspberrypi kernel > recipe. > > I’v

[yocto] Daisy 1.6.1 Build Complete (artifacts available)

2014-06-12 Thread Saul Wold
Guys, http://autobuilder.yoctoproject.org/pub/releases/yocto-1.6.1/ poky: a43dba8c2904f9c1ce0425c53c5a7f4718121e6b oecore: d28b21e01fbc4b780d14495894c4253d422cd9d9 I don't have Beth's scripts to generate the complete list. -- Sau! Saul Wold Yocto Component Wrangler @ Intel Yocto Projec

[yocto] Out Friday the 13th from 10:30AM on.

2014-06-12 Thread Rifenbark, Scott M
Scott Rifenbark Intel Corporation Yocto Project Documentation 503.712.2702 503.341.0418 (cell) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto