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
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
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..
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
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.
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
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
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
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
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
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
* 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
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
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
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
15 matches
Mail list logo