Re: [yocto] linux-yocto-custom error on do_validate_branches()

2013-09-08 Thread Bruce Ashfield
On Sun, Sep 8, 2013 at 3:19 PM, Carlo Caione wrote: > Hi, > to build the v3.8.13 kernel I'm using the linux-yocto-custom recipe as > following: > > - > inherit kernel > require recipes-kernel/linux/linux-yocto.inc > > SRC_URI = > "git://git.kernel.org/p

Re: [linux-yocto] [PATCH] meta: add genericx86 BSP

2013-09-09 Thread Bruce Ashfield
On Wed, Aug 21, 2013 at 4:17 PM, Bruce Ashfield wrote: > On 13-08-21 01:33 PM, Darren Hart wrote: >> >> On Wed, 2013-08-21 at 17:57 +0100, Ross Burton wrote: >>> >>> This BSP aims at supporting a broad range of Intel platforms, from Atom >>> up to >>

Re: [yocto] Configuring linux-yocto-custom to build specific kernel modules

2013-09-20 Thread Bruce Ashfield
On 13-09-20 03:53 PM, John Doe wrote: Hi, I would like to know how I can build a specific kernel module (one that is already in the linux kernel). Do I have to create a custom bitbake recipe for the module or can I simply configure linux-yocto-custom? Is your kernel already building from linux

Re: [yocto] Configuring linux-yocto-custom to build specific kernel modules

2013-09-22 Thread Bruce Ashfield
On 13-09-22 12:05 PM, John Doe wrote: Is your kernel already building from linux-yocto-custom ? Or are you using the default linux-yocto kernel and recipes already ? I have a project that is using linux-yocto-custom and another project which is using the default linux-yocto kernel. If you are

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
On 13-10-03 08:34 AM, Raul Rosetto Munoz wrote: Hello All, I'm Trying to install the kernel modules inside my rootfs but I couldn't find an especific information that help me to do that! I have in my /tmp/images/ the tgz with all the modules that I need. modules--2.6.35.3-r32.23-imx28evk-20131

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
.6.35.x kernel. How exactly are they installed in /lib/modules ? Did you do anything in particular ? Bruce Thanks for all Help. On Thu, Oct 3, 2013 at 9:38 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 13-10-03 08 :34 AM, Raul Rosetto Munoz wrote:

Re: [yocto] Install Kernel Modules in rootfs

2013-10-03 Thread Bruce Ashfield
ules.builtin -rw-r--r-- 1 raul raul 391 Oct 1 15:45 modules.order I have no idea how to remove the remains of the kernel 3.8. I dont want to delete all the /tmp =/ Take so much time. On Thu, Oct 3, 2013 at 10:58 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote:

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 04:08 PM, Parker Mackenzie wrote: I have been researching a way to build loadable kernel modules outside of Yocto for a while. I was excited to find a presentation from the Yocto Developer's Day 2013 which implied I code do this by adding the following line to my local.conf: IMAGE_

Re: [yocto] Cross Compile Kernel Modules

2013-10-03 Thread Bruce Ashfield
On 13-10-03 8:21 PM, Parker Mackenzie wrote: Thanks Bruce, That got me further. I added a comment to the video on YouTube which might help others which stumble across the presentation. Now I get the following error ERROR: Function failed: do_rootfs Which points me to a log file which indicate

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Bruce Ashfield
On 13-10-04 07:22 AM, Parker Mackenzie wrote: Hans, Python did not work but as you point out python-core did. I found this last night looking at the IRC logs from March 8th. Right! I typed in "python" from memory :) In fact, what I typically have is a full set of python dependencies, includi

Re: [yocto] Creating a custom mips64 layer using yocto-bsp

2013-10-04 Thread Bruce Ashfield
On 13-10-04 04:15 AM, Stoicescu, CorneliuX wrote: Hello, I am trying to create a custom mips64 layer for a project. I am using the “yocto-bsp” command to make the magic happen. Unfortunately, the tool only supports creating layers for mips (32 bit) architecture. So I tried a little magic of my o

[yocto] [Announce]: meta-cloud-services and OpenStack integration

2013-10-04 Thread Bruce Ashfield
Hi all, I'd like to share some work that we've been doing at Wind River around cloud and clustering, in particular, bringing the OpenStack Grizzly release [https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly] to the OpenEmbedded and Yocto Project ecosystem. All of the major OpenStack Grizzly co

Re: [yocto] Cross Compile Kernel Modules

2013-10-04 Thread Bruce Ashfield
On 13-10-04 5:06 PM, Parker Mackenzie wrote: Bruce, No problem... you got me on the right path. Bitbake now completes successfully after adding python-core and bash to IMAGE_INSTALL_append. Looking again at the presentation it indicated I also needed to do the following: make oldconfig ARCH

Re: [linux-yocto] [PATCH 1/1 v2] meta: add baytrail bsp for Intel Baytrail platform scc and config files

2013-10-08 Thread Bruce Ashfield
On 13-10-07 06:16 PM, Tom Zanussi wrote: On Mon, 2013-10-07 at 10:19 +0800, rebecca.swee.fun.ch...@intel.com wrote: From: "Chang, Rebecca Swee Fun" To create Baytrail platform cfg & scc files under meta branch Hi, Are all the kernel options mentioned here in the linux-yocto-3.8 repo? i.e.

Re: [yocto] do_kernel_configme error with poky-tiny distro

2013-10-08 Thread Bruce Ashfield
On 13-10-08 6:16 PM, Darren Hart wrote: On Fri, 2013-09-13 at 17:32 +0200, Carlo Caione wrote: Hi, when I try to compile a poky-tiny distro this is what I get: Hi Carlos, thanks for reporting the failure. ERROR: Function failed: do_kernel_configme (see /home/carlo/work/RSR/yocto/build/tmp/w

Re: [yocto] Custom defconfig is not used

2013-10-16 Thread Bruce Ashfield
On Wed, Oct 16, 2013 at 2:19 PM, Diego Sueiro wrote: > Folks, > > Looking at log.do_unpack it shows: > > ... > NOTE: Unpacking > <...>/meta-beagleboard/common-bsp/recipes-kernel/linux/linux-mainline-3.8/beaglebone/defconfig > to > <...>/build/tmp-angstrom_v2013_06-eglibc/work/beaglebone-angstrom-l

Re: [yocto] Custom defconfig is not used

2013-10-17 Thread Bruce Ashfield
On 13-10-17 06:39 AM, Diego Sueiro wrote: 2013/10/17 Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> On Wed, Oct 16, 2013 at 2:19 PM, Diego Sueiro mailto:diego.sue...@gmail.com>> wrote: > Folks, > > Looking at log.do_unpack it shows: >

Re: [yocto] Custom defconfig is not used

2013-10-17 Thread Bruce Ashfield
On 13-10-17 09:15 AM, Diego Sueiro wrote: 2013/10/17 Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> I expected to get this working "out-of-box". Did you do a "bitbake -e " ? and then look at the SRC_URI ? That will tell us if for some

Re: [yocto] Custom defconfig is not used

2013-10-17 Thread Bruce Ashfield
On 13-10-17 11:47 AM, Diego Sueiro wrote: 2013/10/17 Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> Look at oe-core/meta-skeleton for the custom kernel recipe example. It has the inherit/include combinations that you need to follow. My concern is: if doing this t

Re: [yocto] Custom defconfig is not used

2013-10-18 Thread Bruce Ashfield
On 13-10-18 05:17 AM, Diego Sueiro wrote: 2013/10/18 Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> I fell behind today .. i had 2300 unread email to start this morning :) Is there a way that I can get a copy of your recipes and layers ? If I can do a build myself,

Re: [yocto] lttng uplift

2013-10-22 Thread Bruce Ashfield
On 13-10-22 04:28 AM, Hans Beckérus wrote: Hi, in our current tree lttng is on a v2.1 baseline. Are there any plans to step up to a later version, such as 2.3 any time soon? We need some new features coming from that version. We will definitely be updating lttng in oe-core master, in the not to

Re: [yocto] Custom defconfig is not used

2013-10-22 Thread Bruce Ashfield
-e in Scotland, so I had to cut my builds short and while in transit .. I haven't gotten back to it. That being said, this is my #1 isssue at the moment, so I'll be back to it shortly once I'm done getting screened by various security checkpoints :) Bruce Thanks, Mike On 10/18/

Re: [yocto] Custom defconfig is not used

2013-10-23 Thread Bruce Ashfield
look at it ? I was trying some builds here, and my tests are working. But I'd like to try it with your config as well. Bruce Thanks, Mike On 10/18/2013 01:17 PM, Bruce Ashfield wrote: On 13-10-18 05:17 AM, Diego Sueiro wrote: 2013/10/18 Bruce Ashfield mailto:bruce.ashfi...@windriver.co

Re: [yocto] Custom defconfig is not used

2013-10-25 Thread Bruce Ashfield
x your issues ? Bruce > Regards, > > -- > *dS > Diego Sueiro > > /*long live rock 'n roll*/ > > > 2013/10/23 Bruce Ashfield >> >> On 13-10-22 12:23 PM, Mike Lewis wrote: >>> >>> Hi Bruce, >>> >>> I'm trying

Re: [yocto] Custom defconfig is not used

2013-10-26 Thread Bruce Ashfield
lem.com>> Bruce: yep, fixed my issue. Sorry for the bother! Diego: thanks for the solution! - Mike On 10/25/2013 11:44 AM, Bruce Ashfield wrote: On Fri, Oct 25, 2013 at 7:43 AM, Diego Sueiro mailto:diego.sue...@gmail.com>> wrote: Bruce,

Re: [yocto] 3.10 Kernel module loading

2013-10-27 Thread Bruce Ashfield
On 13-10-25 8:32 PM, Michael Gloff wrote: I am having an issue getting a custom touchscreen kernel driver to load. It's a pixcir touchscreen and I've modified the driver found below to work with this particular display: http://lii-enac.fr/cgi-bin/gitweb.cgi?p=linux-input/drivers.git;a=shortlog;h

Re: [yocto] Custom defconfig is not used

2013-10-28 Thread Bruce Ashfield
25 Mike Lewis mailto:mikele...@alphalem.com>> Bruce: yep, fixed my issue. Sorry for the bother! Diego: thanks for the solution! - Mike On 10/25/2013 11:44 AM, Bruce Ashfield wrote: On Fri, Oct 25, 2013 at 7:43 AM, Diego Sueiro mailto:diego.sue...@gmail

Re: [yocto] [PATCH] perf: mips64: Convert __u64 to unsigned long long

2013-10-29 Thread Bruce Ashfield
On 13-10-29 05:28 AM, Hans Beckérus wrote: On Tue, Oct 29, 2013 at 1:38 AM, Khem Raj wrote: On Fri, Oct 25, 2013 at 12:17 PM, Yang Shi wrote: On MIPS64, "__u64" is "unsigned long" type, so the "%llu" specifier will cause build error on MIPS64. Convert __u64 to unsigned long long in those spr

Re: [yocto] Custom defconfig is not used

2013-10-30 Thread Bruce Ashfield
On Wed, Oct 30, 2013 at 3:57 AM, Jukka Rissanen wrote: > Hi Diego, > > > On 16.10.2013 00:07, Diego Sueiro wrote: >> >> Folks, >> >> I created the following bbapend recipe for linux-mainline_3.8.bb >> (from meta-beagleboard on dylan branch) >> >> for beaglebone. >> m

Re: [yocto] Custom defconfig is not used

2013-10-30 Thread Bruce Ashfield
on patch under /linux-yocto-.3.2 at the time. Andrea, I did it before and not worked. I'll do it again just to make sure. Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ 2013/10/29 Andrea Adami mailto:andrea.ad...@gmail.com&

Re: [yocto] Custom defconfig is not used

2013-10-30 Thread Bruce Ashfield
tch under /linux-yocto-.3.2 at the time. Andrea, I did it before and not worked. I'll do it again just to make sure. Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ 2013/10/29 Andrea Adami mailto:andrea.ad...@gmail.com>>

Re: [yocto] Custom defconfig is not used

2013-10-30 Thread Bruce Ashfield
nder /linux-yocto-.3.2 at the time. Andrea, I did it before and not worked. I'll do it again just to make sure. Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ 2013/10/29 Andrea Adami mailto:andrea.ad...@gmail.com>>

Re: [yocto] How to Set up Perf tool

2013-11-01 Thread Bruce Ashfield
On 13-11-01 12:40 PM, Amit Tomer wrote: We have a requirement here to set up the perf tool through our Yocto frame work. As Perf source comes with linux kernel under tools/perf ,so it should be compiled with kernel recipe itself. But after bitbake of our kernel recipe,we couldn't find any binar

Re: [yocto] Custom defconfig is not used

2013-11-03 Thread Bruce Ashfield
Afaik it was impossible to put a common patch under /linux-yocto-.3.2 at the time. Andrea, I did it before and not worked. I'll do it again just to make sure. Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/

Re: [yocto] kernel config required for rt-kernel

2013-11-04 Thread Bruce Ashfield
On 13-11-04 9:45 PM, Amit Kumar wrote: Hi, I need help to build a rt-kernel. Is anyone knows about the real-time kernel configurations? How can I build a real-time kernel? What all are the kernel configuration need to be enable for rt-kernel? If you use the linux-yocto-rt recipe,

Re: [yocto] architecture mismatch during kernel build (40 to 3)

2013-11-04 Thread Bruce Ashfield
On 13-11-04 8:41 PM, Maxwell Bottiger wrote: I'm building a custom kernel, and I think I'm nearly there. I'm seeing an error when running mkimage. bitbake is complaining about an architecure mismatch, but I don't know which files it is comparing, or if the mismatch really matters (32bit x86 vs

Re: [yocto] architecture mismatch during kernel build (40 to 3)

2013-11-05 Thread Bruce Ashfield
; KERNEL_IMAGETYPE = "uImage" # Override COMPATIBLE_MACHINE to include your machine in a bbappend # file. Leaving it empty here ensures an early explicit build failure. #COMPATIBLE_MACHINE = "(xo1-mvs)" COMPATIBLE_MACHINE = "(sama5d3xek|at91sam9x5ek)"

Re: [yocto] using Clang Was: Minutes: Yocto Project Technical Team Meeting - Tuesday, November 05, 2013

2013-11-06 Thread Bruce Ashfield
On 13-11-06 01:56 PM, Trevor Woerner wrote: On 5 November 2013 15:44, Liu, Song wrote: - Randy: Any plan to add Clang? open source compiler. Developed by Apple. Qualcomm is working on it. RP: there are lots of other things. Not hearing from tens of users on this. Welcome others to contribut

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-06 Thread Bruce Ashfield
On 11/6/2013, 4:40 PM, John Whitmore wrote: Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my own layer with a two line append file: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" KERNEL_DEFCONFIG = "defconfig" I'd got my

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 01:13 PM, Darren Hart wrote: On Thu, 2013-11-07 at 11:54 -0500, Bruce Ashfield wrote: On 13-11-07 11:28 AM, Darren Hart wrote: But, other than a bunch of hashes and control characters, very little is written to do_patch around the the code that changes branches. I've re

Re: [linux-yocto] 3.10, standard/base at 3.10.17, but reverts back to 3.10.10...

2013-11-07 Thread Bruce Ashfield
On 13-11-07 02:06 PM, Darren Hart wrote: On Thu, 2013-11-07 at 13:45 -0500, Bruce Ashfield wrote: On 13-11-07 01:13 PM, Darren Hart wrote: We've actually discussed the impotency of the recipe-space KBRANCH before, and it's still a problem we need to address. This may just be a doc

Re: [yocto] Changing Config for linux-raspberrypi

2013-11-07 Thread Bruce Ashfield
On 11/7/2013, 8:04 PM, John Whitmore wrote: On Wed, Nov 06, 2013 at 09:44:50PM -0500, Bruce Ashfield wrote: On 11/6/2013, 4:40 PM, John Whitmore wrote: Was struggling with the documentation on making chages to the config file used by the raspberrypi linux kernel. I'd got my own layer w

Re: [yocto] does anything still use "meta-yocto-kernel-extras"?

2013-11-11 Thread Bruce Ashfield
On 13-11-11 10:55 AM, Rifenbark, Scott M wrote: Darren? Any insight on this? It is used by developers .. such as me :) I have some pending updates to it as well. But generally speaking we are migrating the useful parts to meta-skeleton and the other more 'mainstream' layers. Bruce Scott

Re: [linux-yocto] Request to create a new branch for Baytrail BSP

2013-11-11 Thread Bruce Ashfield
On 13-11-11 11:05 AM, Darren Hart wrote: On Sun, 2013-11-10 at 23:53 -0500, Bruce Ashfield wrote: On 11/10/2013, 10:43 PM, Chang, Rebecca Swee Fun wrote: Hi all, I would like to request the community to create a new branch for Baytrail BSP in linux-yocto-3.8. Baytrail BSP will run on both

Re: [linux-yocto] [PATCH v2 0/4][3.10][meta] MinnowBoard and Wifi updates

2013-11-12 Thread Bruce Ashfield
On 13-11-11 06:25 PM, Darren Hart wrote: The following changes since commit f1c9080cd27f99700fa59b5375d1ddd0afe625ad: meta/common-pc: add missing dependencies for BRCMSMAC (2013-11-03 23:01:35 -0500) are available in the git repository at: git://git.yoctoproject.org/linux-yocto-contrib

Re: [linux-yocto] [PATCH v2 0/4][3.10][meta] MinnowBoard and Wifi updates

2013-11-13 Thread Bruce Ashfield
On 13-11-13 10:41 AM, Darren Hart wrote: On Wed, 2013-11-13 at 10:23 -0500, Bruce Ashfield wrote: On 13-11-13 01:59 AM, Darren Hart wrote: On Tue, 2013-11-12 at 23:18 -0500, Bruce Ashfield wrote: On 11/12/2013, 4:27 PM, Darren Hart wrote: On Tue, 2013-11-12 at 15:59 -0500, Bruce Ashfield

Re: [yocto] [meta-cloud-services][PATCH] erlang: skip the host library path check to fix cross-compile issue

2013-11-19 Thread Bruce Ashfield
Thanks for the patch! A couple of requests. Can you list the compile issue here ? i.e. just a bit of the error message showing it clearly. Someone else searching for a problem will find it very useful! On 13-11-19 05:27 AM, Zhenhua Luo wrote: Signed-off-by: Zhenhua Luo --- .../erlang/erlang

Re: [yocto] [meta-cloud-services][PATCH] python-horizon: remove nodejs from RDEPENDS of powerpc arch

2013-11-19 Thread Bruce Ashfield
On 11/19/2013, 4:28 AM, Zhenhua Luo wrote: Nodejs only supports arm, x86 and ia32 archs, it doesn't support powerpc. This looks good. I'm making some other significant changes at the moment, but I've queued the patch. Bruce Signed-off-by: Zhenhua Luo --- meta-openstack/recipes-devtools/p

Re: [yocto] [meta-cloud-services][PATCH v2] erlang: skip the host library path check to fix cross-compile issue

2013-11-20 Thread Bruce Ashfield
On 13-11-20 05:38 AM, Zhenhua Luo wrote: Below is the error message: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. In your previous revision, you also had: EXTRA_OECONF

Re: [linux-yocto] [PATCH 02/16] firmware.scc/cfg : Feature for firmware loading

2013-11-22 Thread Bruce Ashfield
On 13-11-22 03:51 PM, Hart, Darren wrote: On Fri, 2013-11-22 at 11:35 -0800, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This enables the kernel configuration for firmware loading. This is bare-minimum in size (3 CONFIGs) in my opinion to be considered for it's own fragment. I'm OK

Re: [linux-yocto] [PATCH 48/94] drivers/net: Added debug code.

2013-11-22 Thread Bruce Ashfield
On 11/22/2013, 4:57 PM, Darren Hart wrote: On Tue, 2013-11-19 at 13:57 -0500, Bruce Ashfield wrote: On 13-11-19 12:17 PM, Paul Butler wrote: On Sat, Nov 9, 2013 at 9:49 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 11/7/2013, 8:13 PM, Paul Butler

Re: [linux-yocto] [PATCH] bridge: enable EBTABLES

2013-11-23 Thread Bruce Ashfield
On 11/22/2013, 3:21 PM, michel.theb...@windriver.com wrote: From: Michel Thebeau All the BRIDGE_EBT configs depend on EBTABLES. Add the additional BRIDGE_EBT configs per request. Signed-off-by: Michel Thebeau --- Hi Bruce, Per our conversation, you wanted this on the linux-yocto list. This

Re: [yocto] Custom defconfig is not used

2013-11-28 Thread Bruce Ashfield
dedicated release branch for dylan fixed the other patching issue you were seeing. Cheers, Bruce Regards, -- *dS Diego Sueiro /*long live rock 'n roll*/ On Mon, Nov 4, 2013 at 1:14 AM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 13-10-29 11 :31 A

Re: [yocto] Custom defconfig is not used

2013-11-28 Thread Bruce Ashfield
On 11/28/2013, 11:26 AM, Diego Sueiro wrote: On Thu, Nov 28, 2013 at 1:49 PM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: And the patch I attached for the kern-tools to use the dedicated release branch for dylan fixed the other patching issue you were seeing.

Re: [yocto] Custom defconfig is not used

2013-11-28 Thread Bruce Ashfield
On 11/28/2013, 11:41 AM, Paul Eggleton wrote: Hi Bruce / Diego, On Thursday 28 November 2013 11:28:41 Bruce Ashfield wrote: On 11/28/2013, 11:26 AM, Diego Sueiro wrote: On Thu, Nov 28, 2013 at 1:49 PM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: And the patch I at

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Bruce Ashfield
On 13-12-05 11:02 AM, Stefan Roese wrote: Dear List! I'm trying to add a board specific *.bbappend file to a recipe. To add board specific informations/settings to this recipe but without changing the common (generic) recipe (*.bb) file. Something like this: recipe: linux-xyz_3.12.bb board-spe

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Bruce Ashfield
On 13-12-05 11:27 AM, Stefan Roese wrote: Hi Bruce, On 05.12.2013 17:09, Bruce Ashfield wrote: I'm trying to add a board specific *.bbappend file to a recipe. To add board specific informations/settings to this recipe but without changing the common (generic) recipe (*.bb) file. Something

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Bruce Ashfield
On 13-12-05 11:44 AM, Stefan Roese wrote: On 05.12.2013 17:33, Bruce Ashfield wrote: What exactly are you tried to change on a per-board basis ? Assuming it is variables, you can use the standard OVERRIDES mechanism to have a version specific bbappend, that changes variables on a per board

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Bruce Ashfield
On 13-12-05 12:49 PM, Paul Eggleton wrote: On Thursday 05 December 2013 11:33:58 Bruce Ashfield wrote: You can absolutely change the SRC_URI on a per-board basis. Just use the technique that I showed above, and do it in a bbappend to your linux recipe. i.e. something like: SRC_URI_qemux86

Re: [linux-yocto] [PATCH 0/4] [PATCH v2] valleyisland-io: add baytrail io patches as features under meta branch to support various io controllers

2013-12-10 Thread Bruce Ashfield
) and just include a changelog in any new submissions. Bruce -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: 09 December, 2013 10:23 PM To: Chang, Rebecca Swee Fun; linux-yo...@yoctoproject.org Cc: Wysocki, Rafael J; ch...@yoctoproject.org; Fleming, Matt

Re: [yocto] Compiling kernel from external source in Yocto

2013-12-10 Thread Bruce Ashfield
On 12/11/2013, 2:00 AM, Sudhangathan B S wrote: Hi, I'm having this issue, I'm not able to compile a kernel source which I have in my system, locally. This is my recipe, after following instructions at http://www.yoctoproject.org/docs/1.4/dev-manual/dev-manual.html#building-software-from-an-exte

Re: [yocto] Compiling kernel from external source in Yocto

2013-12-11 Thread Bruce Ashfield
Sudhangathan BS Ph:(+91) 9731-905-205 - On Wed, Dec 11, 2013 at 12:43 PM, Bruce Ashfield mailto:bruce.ashfi...@windriver.com>> wrote: On 12/11/2013, 2:00 AM, Sudhangathan B S wrote: Hi, I'm having this issue, I'm not able to compile a kernel source which

Re: [yocto] Compiling kernel from external source in Yocto

2013-12-16 Thread Bruce Ashfield
32a7b26aa" meta-gumstix-extras = "(nobranch):42adc07d0586cc2056dcd9d1997c554d5a4a577e" meta-dese_iisc= "(nobranch):4e399f08d596197859214fdb3b06403b87bf8789" NOTE: Resolving any missing task queue dependencies NOTE: Preparing runqueue NOTE: Executing SetScene Task

Re: [linux-yocto] Having issues while building linux kernel using poky-dora-10.0.0

2013-12-17 Thread Bruce Ashfield
On 12/17/2013, 8:18 PM, Ravi Rao wrote: Hi All, I am using Ubuntu 12.04 Host and downloaded poky-dora-10.0.0 and trying to build 3.10.x kernel for mpc8315e-rdb and I keep getting the fetch failure error. Any idea what may be causing this. This is the second report of this issue in a few day

Re: [linux-yocto] Having issues while building linux kernel using poky-dora-10.0.0

2013-12-18 Thread Bruce Ashfield
directory and then changing the SRC_URI to point to it, versus the git.yoctoproject.org variant should get you up and running. Bruce Regards, Ravi.. On 12/17/13 19:32, Bruce Ashfield wrote: On 12/17/2013, 8:18 PM, Ravi Rao wrote: Hi All, I am using Ubuntu 12.04 Host and downloaded poky-dora

Re: [yocto] Development of Yocto Project Kernel outside of Intel?

2013-12-23 Thread Bruce Ashfield
On Mon, Dec 23, 2013 at 1:58 PM, Bob Cochran wrote: > Hello, > > Can someone please share with me the forecast (or any info) on whether the > Yocto Project Kernel methodology will be picked up by additional non Intel > cores / companies in 2014 or beyond? > > I was just reviewing the available bra

Re: [yocto] Development of Yocto Project Kernel outside of Intel?

2014-01-20 Thread Bruce Ashfield
On 14-01-20 10:59 AM, Bob Cochran wrote: On 12/23/2013 09:10 PM, Bruce Ashfield wrote: I can add a few thoughts. We obviously have the reference BSPs to represent the major architectures, and on the linux-yocto mailing list, we've been looking at BSPs from LSI as well as some other pe

Re: [yocto] release branches and package upgrades

2014-02-07 Thread Bruce Ashfield
On 14-02-07 07:31 AM, Adrian Dudau wrote: Hi Paul, On fre, 2014-02-07 at 10:28 +, Paul Eggleton wrote: Hi Adrian, On Friday 07 February 2014 09:47:56 Adrian Dudau wrote: I would like to understand Yocto Project's policy on the release/maintenance branches (dora,dylan etc). My understandin

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Bruce Ashfield
On 14-03-11 03:07 PM, Andy Ng wrote: Hello list, I have a git'ed kernel on a server. When I do make "push" changes to the kernel and then I try bitbake core-image-minimal on my local host, the build process does not pick up the changes from the server. I just do bitbake virtual/kernel -c cleanal

Re: [yocto] Working with a git'ed kernel on the server

2014-03-11 Thread Bruce Ashfield
On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = "${AUTOREV}" So it should be ok? That should be all you need. Bruce On Tue, Mar 11, 2014 at 7:09 PM, Bruce Ashfield wrote: On 14-03-11 03:07 PM, Andy Ng wrote: Hell

Re: [yocto] Working with a git'ed kernel on the server

2014-03-12 Thread Bruce Ashfield
On 2014-03-11, 6:10 PM, Paul Eggleton wrote: On Tuesday 11 March 2014 22:05:53 Paul Eggleton wrote: On Tuesday 11 March 2014 17:53:04 Bruce Ashfield wrote: On 2014-03-11, 3:22 PM, Andy Ng wrote: Thank you, I've just noticed my bb file has: SRCREV_pn-${PN} = "${AUTOREV}" So

Re: [linux-yocto] [linux-yocto-dev][PATCH] meta: Add kernel meta to support edgerouter

2014-03-18 Thread Bruce Ashfield
On 14-03-18 01:09 AM, wei.y...@windriver.com wrote: From: Yang Wei Signed-off-by: Yang Wei --- Hi Bruce, Just like what you knew, this BSP would be released in yocto 1.6, so I added the kernel meta based on linux-yotco-dev. I've created the standard/edgerouter branch, and merged th

Re: [yocto] Yocto not packaging "m" kernel modules

2014-03-20 Thread Bruce Ashfield
On Thu, Mar 20, 2014 at 2:48 AM, Ashish Dalela wrote: > > In my build I see that the kernel modules which are specified as modular ( > "m" in the kernel config) are not being packaged withe rootfs. The modules > specified as built-in ("y" in the kernel config) are being packaged in the > rootfs. T

Re: [yocto] [meta-yocto][PATCH 1/2] beaglebone.conf: configuration updates

2014-04-10 Thread Bruce Ashfield
On 14-04-10 11:27 AM, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 14:14 +, Stanacar, StefanX wrote: On Thu, 2014-04-10 at 13:36 +, Stanacar, StefanX wrote: Hi Denys, With this patch applied and the updated README I can boot a Beaglebone Black (rev A6) with a default yocto image

Re: [yocto] How to include kernel module without including the kernel in the rootfs?

2014-04-10 Thread Bruce Ashfield
On 14-04-10 11:32 AM, Patrick Doyle wrote: I just added a custom kernel module to my build, and now my rootfs includes a copy of my kernel (thus making it too large to fit in my pinhole sized root partition). Is there any way to prevent the kernel from being included in the rootfs? Do modutils

Re: [yocto] defconfig on daisy

2014-04-10 Thread Bruce Ashfield
On 2014-04-10, 5:41 PM, Søren Holm wrote: Hi I have a linux-yocto_3.14.bbappend file in my local layer. Basically it just specifies the defconfig for the kernel. The problem now is just that defconfig is not used for the specific kernel. It's copied into ${WORKDIR} but never used. Have procedu

Re: [yocto] CGL compliance layer initiative

2014-04-11 Thread Bruce Ashfield
On 14-04-11 03:02 AM, Vali Cobelea wrote: Hi Diego, Thank you for your interest in the meta-cgl layer. Please be aware that the layer is in its alpha state, as I said an initiative that started with a layer. The branch is 'master', no custom things yet. Below you can find the instructions to cl

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
being applied. How were you determining that it wasn't happening ? I want to make sure I'm checking the same config options. Bruce Fredag den 11. april 2014 00:19:15 skrev Bruce Ashfield: Nothing has changed in this area, and it works here. Can you post your defconfig, and machine y

Re: [yocto] Yocto 1.6 Kernel Choices

2014-04-11 Thread Bruce Ashfield
On 14-04-11 10:52 AM, Darcy Watkins wrote: Hi, The current yocto 1.5 has kernel recipes for kernel 3.4, 3.8 and 3.10 plus various BSP layers add their own variants (e.g. 3.0 for i.MX6 from Freescale). I saw notes mentioning kernel 3.14 for the next release. When I downloaded the M4 tarball for

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
WH is not set # CONFIG_AUFS_BR_RAMFS is not set CONFIG_AUFS_BDEV_LOOP=y # CONFIG_AUFS_DEBUG is not set Cheers, Bruce Fredag den 11. april 2014 09:49:29 skrev Bruce Ashfield: On 14-04-11 03:39 AM, Søren Holm wrote: Sure I guess this is what you need : http://sgh.dk/~sgh/cb16_kernel.tar.bz2

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
forced the kernel version to 3.10 to test. If you want to send the 3.14 ones, I can double check there as well. Bruce Fredag den 11. april 2014 11:05:44 skrev Bruce Ashfield: On 14-04-11 11:03 AM, Søren Holm wrote: Hi Bruce I just check if AUFS is enabled. It should be since that's

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
slightly different problem .. I can see that I managed to drop a patch which links AUFS into the build. Hence why everything is dropped. I'm fixing that right now in 3.14, and will send updates later. Bruce Fredag den 11. april 2014 11:24:10 skrev Bruce Ashfield: On 14-04-11 11:21 AM, Søren

Re: [yocto] defconfig on daisy

2014-04-11 Thread Bruce Ashfield
e sure nothing broke. Bruce Fredag den 11. april 2014 12:51:01 skrev Bruce Ashfield: On 14-04-11 12:15 PM, Søren Holm wrote: Ok Using the *exact* same bbappend file for both 3.10 and 3.14 gives me a correct -config for 3.10 but not for 3.14. Both 3.10/defconfig and 3.14/defconfig contains my origi

Re: [yocto] BBB doesn't boot

2014-04-15 Thread Bruce Ashfield
On 14-04-15 03:43 PM, Denys Dmytriyenko wrote: On Tue, Apr 15, 2014 at 01:41:12PM -0400, Denys Dmytriyenko wrote: Some other things I tried with a "long" TMPDIR path (note that it's the TMPDIR path that makes the difference - in my tests I've been using /home/paul/poky/build2/much/longer/path/to

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor’s BSP layer (based on Linux 3.4, if it matters) and a .bbappend to list the patches. One of the patches adds a header, and this header needs to be exported to the sysroot. I added the follo

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: April 24, 2014 1:32 PM On 14-04-24 11:57 AM, Vuille, Martin (Martin) wrote: I have a custom layer to add patches to my vendor's BSP layer (based on Linux 3.4, if it ma

Re: [yocto] Exporting kernel header from patch

2014-04-24 Thread Bruce Ashfield
On 14-04-24 03:54 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent: April 24, 2014 2:01 PM To: Vuille, Martin (Martin); yocto@yoctoproject.org Subject: Re: [yocto] Exporting kernel header from patch On 14-04-24 01:52 PM, Vuille, Martin (Martin) wrote: From: Bruce Ashfield Sent

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 04:03 AM, Neuer User wrote: Hello I am trying to add a custom kernel config to my layer. I followed the following guide: http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#creating-config-fragments I have the following files in my layer: recipes-kernel/linux/linux-cubo

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 09:14 AM, Neuer User wrote: Am 28.04.2014 15:03, schrieb Bruce Ashfield: The answer to your question depends on the base linux-cubox-i recipe. Config fragment support works for kernels that inherit from linux-yocto, versus ones that inherit directly from kernel.bbclass. So if you

Re: [yocto] Kernel config fragments are not applied

2014-04-28 Thread Bruce Ashfield
On 14-04-28 09:35 AM, Neuer User wrote: Am 28.04.2014 15:16, schrieb Bruce Ashfield: It all depends on how adventurous you are today :) Using a defconfig will work, and you can generate one without much trouble. Using fragments will allow you to keep your changes separate from the baseline

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
;defconfig" replacement, but honestly, it feels very dumb. Fragments seem to be much smarter to combine and test different configurations. Cheers Michael Am 28.04.2014 15:37, schrieb Bruce Ashfield: On 14-04-28 09:35 AM, Neuer User wrote: Am 28.04.2014 15:16, schrieb Bruce Ashfield: It all

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-04-30 Thread Bruce Ashfield
On 14-04-30 03:40 AM, Sudhangathan B S wrote: Hi all, I need to prevent my wifi drivers auto loading during boot time. How do we do it in the Poky OS or in the Yocto project..? Are you actually seeing a confirmed auto load of modules ? In a standard image kernel modules will not be autoloaded

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking these down regardless. Bruce Testing this

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-30 03:16 PM, Neuer User wrote: Am 30.04.2014 20:44, schrieb Bruce Ashfield: Can you send me your bblayers out of band ? I'm using meta-fsl-arm and meta-fsl-arm-extra to get a build going, and running into expansion errors in the kernel recipes. Rather than hunt around more

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking these down regardless. Bruce Testing this

Re: [yocto] Kernel config fragments are not applied

2014-04-30 Thread Bruce Ashfield
On 2014-04-30, 5:08 PM, Bruce Ashfield wrote: On 14-04-28 09:54 AM, Neuer User wrote: Am 28.04.2014 15:37, schrieb Bruce Ashfield: If you send me pointers to your bblayers and local.conf settings, I'll run a build to see what happens here as well. I'm always interested in tracking

Re: [yocto] Kernel config fragments are not applied

2014-05-01 Thread Bruce Ashfield
bb, do_patch) failed with exit code '1' Hope, it helps! Michael Am 01.05.2014 06:29, schrieb Bruce Ashfield: I'm glad that I looked again, I though there was an error without my clean up series .. but what I was seeing was a legitimate double application of the patch. What error wh

Re: [yocto] Blacklisting drivers in poky or in yocto project

2014-05-01 Thread Bruce Ashfield
y again after blacklisting all related drivers. Esp. the cfg802 driver. Thanks Bruce, Sudhangathan BS. Working on a MMX Android 110. --If you have not travelled, you have not lived. On 30-Apr-2014 6:57 PM, "Bruce Ashfield" mailto:bruce.ashfi...@windriver.com

Re: [yocto] Kernel config fragments are not applied

2014-05-02 Thread Bruce Ashfield
On 14-05-01 01:12 PM, Bruce Ashfield wrote: On 14-05-01 02:32 AM, Neuer User wrote: Hi Bruce Here is the error messega, I get after a "bitbake linux-cubox-i -c cleansstate; bitbake linux-cubox-i" using the recipe you posted: Aha. This is what I was seeing as well, and there's

Re: [yocto] [PATCH 0/1] [KERNEL] Add igb driver to Romley Machine

2012-04-11 Thread Bruce Ashfield
On 12-04-10 08:15 PM, kishore.k.bo...@intel.com wrote: From: Kishore Bodke Romley machine has builtin 82580 Giga bit Ethernet Controller. Adding the relavent igb nic driver. Looks fine for the tree, no risk to other BSPs. Correct me if you'd rather this wait until after the 1.2 release. I'll

<    1   2   3   4   5   6   7   8   9   10   >