On 12-08-17 5:33 PM, Marc Ferland wrote:
Bruce Ashfield writes:
On 12-08-17 04:21 PM, Marc Ferland wrote:
Hi,
I'm maintaining a BSP based on crownbay and I would like to change my
current kernel recipe from a custom one to linux-yocto_3.2.bb.
I'm just heading out for the weekend, but I can
On Sun, Aug 19, 2012 at 6:53 AM, Seth Bollinger wrote:
> I currently have a modules*.tgz in my tmp/images/deploy directory that
> contains all of the kernel modules built. What's the yocto way to pull only
> the modules I care about into the rootfs image?
Every kernel module gets split out into
Hi Khem,
On Aug 19, 2012, at 20:09, Khem Raj wrote:
> On Sun, Aug 19, 2012 at 5:15 AM, Elvis Dowson wrote:
>> Has anyone been able to successfully distribute yocto builds onto an Ubuntu
>> 12.04 LTS cluster?
>
> master works fine
I couldnt get icecc to work. Could you share your settings to
On Sun, Aug 19, 2012 at 5:15 AM, Elvis Dowson wrote:
> Has anyone been able to successfully distribute yocto builds onto an Ubuntu
> 12.04 LTS cluster?
master works fine
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listi
On Sat, Aug 18, 2012 at 11:36 PM, Elvis Dowson wrote:
> Hi Khem,
> What should I do to enable multilib in gcc-4.7?
>
> I think at the moment, in gcc-configure-common.inc, it is disabled.
>
> If I were to re-enable it as follows, based on what I've diff'd from the
> Denx ELDK repo
Hello All,
I currently have a modules*.tgz in my tmp/images/deploy directory that
contains all of the kernel modules built. What's the yocto way to pull
only the modules I care about into the rootfs image?
Thanks,
Seth
___
yocto mailing list
yocto@yoc
Hi,
Has anyone been able to successfully distribute yocto builds onto an
Ubuntu 12.04 LTS cluster?
Best regards,
Elvis Dowson
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi Khem,
On Aug 19, 2012, at 10:36 AM, Elvis Dowson wrote:
> What should I do to enable multilib in gcc-4.7?
>
> I think at the moment, in gcc-configure-common.inc, it is disabled.
>
> If I were to re-enable it as follows, based on what I've diff'd from the Denx
> ELDK repo, what how does the