I would guess so.

Here is a way to figure out all the packages in which your file is
delivered (small trick that has proven quite useful for me to figure out
which recipe/package provides a specific file):

1. cd <your-build-directory>
2. echo tmp/work/*/*/*/packages-split/*/etc/network/if-up,d/hostapd_restart

This will show you which packages have the file
"/etc/network/if-up,d/hostapd_restart".

If you just want to check which recipe installs it (in case it is installed
by the recipe, but not packaged):

1. cd <your-build-directory>
2. echo tmp/work/*/*/*/package/etc/network/if-up,d/hostapd_restart

I hope this helps.

Kind Regards, Laurent.

PS: in some configurations of your build you might have to adjust the name
of the "tmp" directory.


On Tue, Sep 29, 2020 at 2:37 PM Mauro Ziliani <[email protected]> wrote:

> Thanks for your help.
>
> I'm working with an old Krogoth.
>
> This checks is true even with Krogoth?
>
>
> MZ
> Il 29/09/20 14:17, Laurent Gauthier ha scritto:
>
> Hi Mauro,
>
> From my experience there should be an error reported during the image
> creation as long as the two *packages* that contain a file with the same
> name are BOTH installed in the root filesystem.
>
> If you don't receive an error I would suspect that for some reason the
> file is really only installed by one of the two packages.
>
> Another source of your issue is that there can be more than one package
> created by one recipe, and maybe you are not installing the package which
> contains the contentious file.
>
> Kind Regards, Laurent.
>
> On Tue, Sep 29, 2020 at 2:08 PM Mauro Ziliani <[email protected]>
> wrote:
>
>> Hi all.
>>
>> There is a QA to test if 2 recipes try to install a file with the same
>> path?
>>
>> In my BSP 2 recipes try install the file
>> ${D}/etc/network/if-up,d/hostapd_restart
>>
>>
>> I'd like receive an error from bitbale
>>
>>
>> Best regards,
>>
>>
>>     MZ
>>
>>
>> 
>>
>>
>
> --
> Laurent Gauthier
> Embedded Linux Systems & Software
> Phone: +33 630 483 429
> http://soccasys.com
>
>

-- 
Laurent Gauthier
Embedded Linux Systems & Software
Phone: +33 630 483 429
http://soccasys.com
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#50871): https://lists.yoctoproject.org/g/yocto/message/50871
Mute This Topic: https://lists.yoctoproject.org/mt/77194296/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to