Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-09-09 Thread Robert P. J. Day
On Fri, 5 Sep 2014, Bryan Evenson wrote: Robert, Atmel has their own board support layer that they have not submitted as an official Yocto Project BSP. Their layer supports their AT91SAM9x5-EK series and their SAMA5D3 series evaluation kits. I've been using their AT91SAM9G25-EK kit for my

Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Nemicolopterus Crypticus
Ah I see - that makes sense, thank you. I found this: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#functions But I'm not sure how to tell whether a given do_task function is a shell function or a python function. Is there a way to find that out? Also thanks

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, September 9, 2014 8:00 AM US Pacific Time

2014-09-09 Thread Jolley, Stephen K
Attendees: Stephen, Armin, Joe, Denys, Matthew, Michael, Saul, Ross, David, Richard, Paul, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproject.org/wiki/Yocto_1.7_Schedule

Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Burton, Ross
On 9 September 2014 16:19, Nemicolopterus Crypticus ncrypti...@gmail.com wrote: Ah I see - that makes sense, thank you. I found this: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#functions But I'm not sure how to tell whether a given do_task function is a

[yocto] [meta-oracle-java][PATCH v3] Add support for Java SE Embedded

2014-09-09 Thread Vladimir Redzhepov
From a640767b8c5ba1e415a6d398a551d7d4c3ce3822 Mon Sep 17 00:00:00 2001 From: Vladimir Redzhepov vladimir_redzhe...@epam.com Date: Tue, 9 Sep 2014 18:32:30 +0300 Subject: [PATCH] Add support for Java SE Embedded Signed-off-by: Vladimir Redzhepov vladimir_redzhe...@epam.com ---

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-09 Thread tomek82221 Gazeta.pl
ok, but where i can add INSANE_SKIP_${PN} += installed-vs-shipped in meta-beagleboard/common-bsp/recipes-kernel/linux/linux-mainline_3.8.bb ? or create meta-beagleboard/common-bsp/recipes-kernel/linux/linux-mainline_3.8.bbappend ? thanks for your help 2014-09-09 2:38 GMT+02:00 Diego Sueiro

Re: [yocto] [PATCH] Autobuilder.py: Fix triggered build bug

2014-09-09 Thread California Sullivan
I apologize for the late response - I was working through some other issues that I wanted to make sure were unrelated to this. I have tested this on a build that triggers a build on a remote worker, as well as a build that triggers a build on a local worker. Both appear to have full

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-09 Thread Diego Sueiro
On Tue, Sep 9, 2014 at 12:53 PM, tomek82221 Gazeta.pl tomek82...@gazeta.pl wrote: ok, but where i can add INSANE_SKIP_${PN} += installed-vs-shipped in meta-beagleboard/common-bsp/recipes-kernel/linux/linux-mainline_3.8.bb ? or create

Re: [yocto] Adding 'build-id' to Build Image

2014-09-09 Thread Philip Balister
On 09/08/2014 07:08 PM, Leo Schwab wrote: We'd like to have the system images we build to contain a build id, or at least a pile of information inside the image itself that lets us identify which build is being run/tested. Indeed, the information 'bitbake' kicks out just as it starts a build

[yocto] EXTERNALSRC

2014-09-09 Thread Nemicolopterus Crypticus
Following this: http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#building-software-from-an-external-source I've got this in my local.conf file: INHERIT += externalsrc EXTERNALSRC_src1 = ${TOPDIR}/../path to src 1 EXTERNALSRC_BUILD_src1 = ${WORKDIR}/${BPN}/{PV}/

Re: [yocto] EXTERNALSRC

2014-09-09 Thread Nicolas Dechesne
On Tue, Sep 9, 2014 at 11:51 PM, Nemicolopterus Crypticus ncrypti...@gmail.com wrote: What else do I need to do in order to correctly set the source directory? The dev manual recommends this: EXTERNALSRC_pn-myrecipe = /some/path/to/your/source/tree How literal is pn-myrecipe? If I have a

Re: [yocto] EXTERNALSRC

2014-09-09 Thread Rifenbark, Scott M
Hi, This is an error in the manual. I have been formatting the user-supplied portions of examples now in an italisized font. This one needs to be fixed. Thanks, Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of

Re: [yocto] EXTERNALSRC

2014-09-09 Thread Nicolas Dechesne
On Wed, Sep 10, 2014 at 6:51 AM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: This is an error in the manual. I have been formatting the user-supplied portions of examples now in an italisized font. This one needs to be fixed. hmm. i don't seem to see what's wrong in the user

Re: [yocto] EXTERNALSRC

2014-09-09 Thread Rifenbark, Scott M
I should have used a formatting tag in the manual source to indicate myrecipe as user input. Without the formatting, it implies that myrecipe is literal when it is not. I guess the example is not technically wrong if the recipe is actually named myrecipe. I like your added information about

Re: [yocto] EXTERNALSRC

2014-09-09 Thread Nicolas Dechesne
On Wed, Sep 10, 2014 at 7:07 AM, Rifenbark, Scott M scott.m.rifenb...@intel.com wrote: I should have used a formatting tag in the manual source to indicate myrecipe as user input. Without the formatting, it implies that myrecipe is literal when it is not. I guess the example is not

[linux-yocto] [PATCH 1/1] Revert net: Rename skb-rxhash to skb-hash

2014-09-09 Thread zhe.he
From: He Zhe zhe...@windriver.com Revert unnecessary renaming for BPF. Build will fail if related drivers are enabled but do not get updated accordingly. Signed-off-by: He Zhe zhe...@windriver.com --- arch/arm/net/bpf_jit_32.c | 4 ++-- arch/powerpc/net/bpf_jit_comp.c | 4 ++--