Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH  wrote:
> On 9/28/19, JH  wrote:
>> On 9/28/19, JH  wrote:
>>> On 9/27/19, Maciej Pijanowski  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.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH  wrote:
> On 9/28/19, JH  wrote:
>> On 9/27/19, Maciej Pijanowski  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.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/28/19, JH  wrote:
> On 9/27/19, Maciej Pijanowski  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 :-(.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] kernel module and drivers missing in final image

2019-09-28 Thread JH
On 9/27/19, Maciej Pijanowski  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?

Thank you.

- jh
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] kernel module and drivers missing in final image

2019-09-27 Thread Maciej Pijanowski

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.

If you wish to install all modules which were built, simply add
kernel-modules to your image via IMAGE_INSTALL variable.
> Thank you.
>
> Kind regards,
>
> - jh

-- 
Maciej Pijanowski
Embedded Systems Engineer
GPG: F1401D2E1CCB19EF
https://3mdeb.com | @3mdeb_com




signature.asc
Description: OpenPGP digital signature
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] kernel module and drivers missing in final image

2019-09-27 Thread JH
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?

Thank you.

Kind regards,

- jh
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto