[yocto] Shared area conflict

Khem Raj raj.khem at gmail.com
Sat Jul 27 09:32:36 PDT 2019


On Fri, Jul 26, 2019 at 3:48 AM Andy Pont <andy.pont at sdcsystems.com> wrote:
>
> Hello,
>
> When I try to bitbake core-image-minimal it is giving up with the following error:
>
> ERROR: mesa-gl-2_18.1.9-r0 do_packagedata: The recipe mesa-gl is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
>   /home/me/Yocto/BeagleBoneBlack/tmp/pkgdata/beaglebone/runtime/libgbm
>     (matched in manifest-beaglebone-libgbm.packagedata)
>   /home/me/Yocto/BeagleBoneBlack/tmp/pkgdata/beaglebone/runtime/libgbm-dev
>     (matched in manifest-beaglebone-libgbm.packagedata)
> Please verify which recipe should provide the above files.
>
> I’ve tried one of the suggestions that it gives in the rather verbose message that follows and nuked the “tmp” directory and rebuilt but with no further success.  My local.conf contains:
>
> PREFERRED_PROVIDER_libgbm = “libgbm”
> PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev”
>
> How do I get it to stop complaining?
>

there are two recipes building/installing same files. You have to
avoid conflicts via either removing them from one recipe or not
installing
them

> -Andy.
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list