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:
ERROR: Function failed: do_patch (log file is located at
/home/ubuntu/yocto/build/tmp/work/cubox_i-poky-linux-gnueabi/linux-cubox-i/3.0.35-r0/temp/log.do_pa
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 these down
Worked like a champ.
Thank you!
Hint to people as dense as I seem to be when it comes to yocto:
IMAGE_INSTALL_append = " nfs-utils-client"
in local.conf
On Tue, Apr 29, 2014 at 10:55 PM, Jegan Chandru wrote:
> Hi,
>
> Could you please try adding nfs-utils-client??
>
> I see this in nfs-utils r
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 should be pr
Yes i confirm the loading of modules everytime using lsmod.
I'm using the standard installation of yocto project from Gumstix Repo, and
also the PM branch kernel from Kevin Hilman's repo. Kernel version is 3.4.
So i did not specify autoloading of modules anywhere.
A grep of module_autoload showed
Am 30.04.2014 21:21, schrieb Bruce Ashfield:
>
> Hrm. I have all the key layers right, which leaves me with the expansion
> issue. The README indicates the danny branch for the meta-fsl-* layers,
> is that what you are using ?
>
> Bruce
>
No, I'm using master-next. Only in master-next you can fi
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 than necessar
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 than necessary, I'll check against your layers.
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 should be pr
Hi,
I'm looking to create a new Raspberry Pi image now Yocto 1.6 is out.
oe-core has a 'daisy' branch and meta-openembedded should be following
soon.
Could we get a 'daisy' branch created in meta-raspberrypi? If there's
anything which needs doing before that is branched let me know and
I'll see i
Folks,
I'm trying to get wayland support on BBB with yocto daisy, but weston is
not starting up.
Here is the output:
Date: 2014-04-30 UTC
[15:39:30.029] weston 1.4.0
http://wayland.freedesktop.org/
Bug reports to:
https://bugs.freedesktop.org/enter_bug.cgi?product=Wa
Hi Paul,
In data mercoledì 30 aprile 2014 10:57:18, Paul Eggleton ha scritto:
> Hi Diego,
>
>
>
> You can't do this with PACKAGECONFIG alone, you'd need to use Python, i.e.
> something like this:
>
> PACKAGECONFIG ?= "gl gles2"
> PACKAGECONFIG[gl] = "..."
> PACKAGECONFIG[gles2] = "..."
> ...
>
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
On 14-04-30 06:24 AM, Neuer User wrote:
Hi Bruce
Have you got any further?
Your timing is good. I was preeempted by another issue yesterday, but
I have the fsl-imx layers cloned and am about to start a build. I'll
send a follow up when I know more.
Bruce
I currently use a "defconfig" repla
On 04/23/2014 09:24 PM, Diego wrote:
Hi,
I'd like to update the glmark2 recipe:
http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb
to latest upstream version.
The problem is the configure step is done with:
./waf configure --with-flavors=x11-
Hi Bruce
Have you got any further?
I currently use a "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:
Thanks for the hint. I will try this today.
Cheers
Michael
Am 30.04.2014 11:26, schrieb Paul Eggleton:
> Hi Michael,
>
> On Monday 28 April 2014 17:11:36 Neuer User wrote:
>> I want to include the package sox_14.4.0.bb in my distro. Should be
>> straight forward, I thought. But I am having prob
Hi Diego,
On Wednesday 30 April 2014 11:05:45 Diego wrote:
> > I'd like to update the glmark2 recipe:
> > http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchma
> > rk /glmark2/glmark2_2012.12.bb to latest upstream version.
> >
> > The problem is the configure step is done wit
Hi Michael,
On Monday 28 April 2014 17:11:36 Neuer User wrote:
> I want to include the package sox_14.4.0.bb in my distro. Should be
> straight forward, I thought. But I am having problems as the package
> always wants GL as a requirement, which my distro does not have (without X).
>
> the sox re
> I'd like to update the glmark2 recipe:
> http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark
> /glmark2/glmark2_2012.12.bb to latest upstream version.
>
> The problem is the configure step is done with:
> ./waf configure --with-flavors=x11-gl,x11-glesv2
> instead of the
On Tue, Apr 29, 2014 at 4:37 AM, Felix01 Fischer wrote:
> But still I haven't figured out how to get this build correctly so qtbase
> can find and use it.
I am assuming you need to select this user land recipe to provide
virtual/libgles2 virtual/egl
PREFERRED_PROVIDER_virtual/egl = "userland"
PR
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..?
I tried both the fedora way and debian way, neither worked.! this is as
given in this website..:
http://www.cyberciti.biz/tips/avoid-linux-kernel-module-driver-autolo
22 matches
Mail list logo