[yocto] Kernel module

2013-10-11 Thread Dilip Kumar
Hi, What all the modifications has to be done and steps to follow for adding external kernel module into the linux-yocto and checking that in qemulator. regards dilip ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/y

[yocto] preempt-rt zedboard

2013-10-11 Thread Edward Vidal
Hello, after many attempts I create a script to test if the patch would work. #!/bin/bash echo "removing older version" rm -rf linux-stable-rt echo "extracting a clean version" tar xfz linux-stable-rt.tgz echo "going to toplevel dir" cd linux-stable-rt echo "checkout of version before the patch" gi

Re: [yocto] [PATCH] [eclipse-poky-juno] sdk.remotetools: use xterm for latencytop

2013-10-11 Thread Zhang, Jessica
Hi Tudor, I fixed the issue with the following approach which is more consistent for class inheritance and overriding: http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky-kepler/commit/?id=dbf dae3b8f536eb327526647f49022c324e939ea Thanks, Jessica -Original Message- From: yocto-boun..

Re: [yocto] Possible issue when supported distros update their GNU tar package to version 1.27

2013-10-11 Thread Saul Wold
On 10/11/2013 05:09 AM, Yannis Damigos wrote: Hi everyone, I work on Archlinux (64bit) and build a beagleboard image. Build Configuration: BB_VERSION= "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Arch-Linux" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE

Re: [yocto] why does meta-intel crownbay-noemgd.conf not require "meta-intel"?

2013-10-11 Thread Robert P. J. Day
On Fri, 11 Oct 2013, Tom Zanussi wrote: > On Fri, 2013-10-11 at 05:49 -0400, Robert P. J. Day wrote: > > perusing sample machine conf files and BSP definitions, looking for > > nice examples to use in a class in a couple weeks, and i noticed the > > following oddity under meta-intel/meta-crownbay.

Re: [yocto] why does meta-intel crownbay-noemgd.conf not require "meta-intel"?

2013-10-11 Thread Tom Zanussi
On Fri, 2013-10-11 at 05:49 -0400, Robert P. J. Day wrote: > perusing sample machine conf files and BSP definitions, looking for > nice examples to use in a class in a couple weeks, and i noticed the > following oddity under meta-intel/meta-crownbay. > > while crownbay.conf contains: > > requir

[yocto] preempt-rt zedboard

2013-10-11 Thread Edward Vidal
Hello, I am working on a zedboard and trying to use preempt-rt patch. The working kernel (Linux zedboard 3.6.0-digilent-13.01-2-g06b3889-dirty #4 SMP PREEMPT Sun Oct 6 12:23:48 MDT 2013 armv7l GNU/Linux) that I have is from a repository maintain by digilent git remote show origin * remote origi

Re: [yocto] [meta-raspberrypi][PATCH 0/4] Refactor kernel recipes

2013-10-11 Thread Paul Barker
On 13 September 2013 18:06, Paul Barker wrote: > On 11 September 2013 08:29, Paul Barker wrote: >> On 10 September 2013 23:36, wrote: >>> From: Philipp Wagner >>> >>> Hi, >>> >>> as follow-up to the discussion in >>> [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.8.13 >>> I

Re: [yocto] [meta-raspberrypi][PATCH v2 0/2] rpi-sdimg compression

2013-10-11 Thread Paul Barker
On 2 September 2013 21:11, Paul Barker wrote: > I've incorporated the changes recommended by Andrei against the first version > of > the patch. Whilst editing the README file I noticed that the IMAGE_FSTYPES > example didn't make sense (or include a closing double-quote) so I've fixed > this > a

Re: [yocto] [meta-raspberrypi][PATCH 07/11] mesa: Use libgl from mesa for raspberrypi

2013-10-11 Thread Paul Barker
On 24 August 2013 01:02, Andrei Gherzan wrote: > On Fri, Aug 23, 2013 at 3:26 PM, Martin Jansa > wrote: >> On Fri, Aug 23, 2013 at 11:59:10AM +0100, Paul Barker wrote: >> > >> > This really needs to check whether MACHINE="raspberrypi" before >> > changing anything. I keep the same stack of layers

[yocto] Possible issue when supported distros update their GNU tar package to version 1.27

2013-10-11 Thread Yannis Damigos
Hi everyone, I work on Archlinux (64bit) and build a beagleboard image. Build Configuration: BB_VERSION= "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Arch-Linux" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "beagleboard" DISTRO= "poky" DI

[yocto] [PATCH] [yocto-docs] Some innocuous fixes to BSP guide.

2013-10-11 Thread Robert P. J. Day
* A couple grammatical fixes. * A couple filename corrections. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index e11eb4f..c85e7e0 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -394,12

[yocto] why does meta-intel crownbay-noemgd.conf not require "meta-intel"?

2013-10-11 Thread Robert P. J. Day
perusing sample machine conf files and BSP definitions, looking for nice examples to use in a class in a couple weeks, and i noticed the following oddity under meta-intel/meta-crownbay. while crownbay.conf contains: require conf/machine/include/tune-atom.inc require conf/machine/include/ia32

[yocto] Re-building kernel modules for appropriate kernel

2013-10-11 Thread John Doe
Hi, I am having trouble building the right kernel modules for the current kernel. I was using kernel 3.8.13 in meta-ti but now I'm using 3.2.0 in meta-ti. I'm running bitbake core-image-minimal, which seems to build 3.2.0 kernel just fine, however it does not seem to force a rebuild of kernel-mod

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

2013-10-11 Thread John Doe
Thanks Bruce, It was exactly as you say, I forgot to enable cfg80211 and mac80211. Now I can see all the drivers. Regards, J On Mon, Sep 23, 2013 at 3:38 AM, Bruce Ashfield wrote: > On 13-09-22 12:05 PM, John Doe wrote: >>> >>> Is your kernel already building from linux-yocto-custom ? Or are yo