[yocto] kernel module and drivers missing in final image

JH jupiter.hce at gmail.com
Sat Sep 28 01:14:04 PDT 2019


On 9/28/19, JH <jupiter.hce at gmail.com> wrote:
> On 9/28/19, JH <jupiter.hce at gmail.com> wrote:
>> On 9/28/19, JH <jupiter.hce at gmail.com> wrote:
>>> On 9/27/19, Maciej Pijanowski <maciej.pijanowski at 3mdeb.com> wrote:
>>>>
>>>> On 27.09.2019 14:01, JH wrote:
>>>>> Hi,
>>>>>
>>>>> I included emmy-w1-driver-sdiosdio in packagegroup.bb, but all drivers
>>>>> and kernel modules in emmy-w1-driver-sdiosdio are missing in the
>>>>> deploy image, any clues why, how to debug it, how to fix it?
>>>> It is not clear to me what do you mean by including it in
>>>> packagegroup.bb
>>>> and what stuff are you installing into the image.
>>>
>>> The packagegroup.bb is the one defined in image FEATURE_PACKAGES, that
>>> is usually all package in packagegroup.bb would be included in the
>>> image.
>>>
>>>> If you wish to install all modules which were built, simply add
>>>> kernel-modules to your image via IMAGE_INSTALL variable.
>>>
>>> I added IMAGE_INSTALL += " emmy-w1-driver-sdiosdio" to my image.bb,
>>> but did not work unfortunately.
>>>
>>> Let me clarify it, I can see emmy-w1-driver-sdiosdio and all its
>>> kernel modules are in my build directory, but just could not be added
>>> to the image. How should I add package to the image?
>>
>> Tried to add IMAGE_INSTALL_append = " emmy-w1-driver-sdiosdio" in
>> local.conf, did not work either :-(.
>
> Sorry IMAGE_INSTALL_append += " emmy-w1-driver-sdiosdio" did not work
> either.

That package emmy-w1-driver-sdiosdio is in a different layer, all
packages from my image layer work fine, it is the first time to add
packages from another layer, how could make it work?

Thank you.


More information about the yocto mailing list