Hi Ezequiel,

Le Thu, 7 Mar 2013 09:59:18 -0300,
Ezequiel Garcia <elezegar...@gmail.com> a écrit :
> Thanks for your answer.
> 
> On Thu, Mar 7, 2013 at 2:05 AM, Peter Kurrasch <gtin...@hotmail.com> wrote:
> > The one thing I noticed is that you config'd your system for beagleboard but
> > you should have said "beaglebone" instead.  I tried to find a list of the
> > valid machine types when using oebb.sh but I couldn't find one.  However, I
> > did see "beaglebone" being used on the following page:
> >     http://hipstercircuits.com/?p=245
> >
> 
> Ah, good to know. Anyway, it seems I'm doing things right.
> The build hung up because it lacked empty space :S
> 
> If anyone can tell me how can I make angstrom
> prepare the kernel sources **only**, I'll appreciate it!
> 
bitbake virtual/kernel -c configure
then get the sources in the workdir.
but that will build the dependencies and I believe you want to avoid
that.

So then the best way is to simply study the recipe and do it manually :
fetch the tarball or clone the git tree
apply the patches
copy the defconfig
play with your new kernel.

Eric

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to