On Tue, Apr 29, 2014 at 5:35 PM, Diego Sueiro <diego.sue...@gmail.com> wrote:
>
> Stefan,
>
> On Tue, Apr 29, 2014 at 11:32 AM, Stefan Stanacar <sst...@gmail.com> wrote:
>>
>> That's not a bug :), it's intended. The README.hardware clearly states that 
>> for deploying a core-image-minimal you need to unpack the modules and copy 
>> the dtbs over.
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/README.hardware#n244
>>
>> There is a reason for that, mainly beacause the way core-image-minimal 
>> recipe works.
>>  A BSP usually adds kernel-modules and other stuff to MACHINE_EXTRA_RDEPENDS 
>> but not all images respect that (they need to inherit core-image.bbclass and 
>> not overwrite IMAGE_INSTALL).
>
>
> Thanks. Got it.
> Why I never RTFM or at least the README file?
>
>

No problem, you're welcome.

FWIW the beaglebone machine defintion does:

MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"

which ultimately get pulled in packagegroup-base.

Cheers,
Stefan

>
>
> Regards,
>
> --
> *dS
> Diego Sueiro
>
> Administrador do Embarcados
> www.embarcados.com.br
>
> /*long live rock 'n roll*/
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to