On Mon, Feb 20, 2023 at 8:20 PM Mistyron <[email protected]> wrote: > > Hi, > > I'm running into a "is trying to install files into a shared area when those > files already exist." error and am not sure how to resolve it. I get the > following: > > ERROR: linux-renesas-5.10.83-cip1+gitAUTOINC+e52825e45b-r1 do_packagedata: > The recipe linux-renesas is trying to install files into a shared area when > those files already exist. Those files and their manifest location are: > > /home/yocto/rzg_vlp_v3.0.0/build/tmp/pkgdata/smarc-rzg2l/runtime/kernel-module-cfg80211-5.10.83-cip1-yocto-standard > (matched in > manifest-smarc_rzg2l-kernel-module-lwb5p-backports-laird.packagedata) > > /home/yocto/rzg_vlp_v3.0.0/build/tmp/pkgdata/smarc-rzg2l/runtime/kernel-module-cfg80211-5.10.83-cip1-yocto-standard.packaged > (matched in > manifest-smarc_rzg2l-kernel-module-lwb5p-backports-laird.packagedata) > > /home/yocto/rzg_vlp_v3.0.0/build/tmp/pkgdata/smarc-rzg2l/runtime/lib32-kernel-module-cfg80211-5.10.83-cip1-yocto-standard > (matched in > manifest-smarc_rzg2l-kernel-module-lwb5p-backports-laird.packagedata) > Please verify which recipe should provide the above files. > > It obviously has something to do with the drivers for the lwb5p laird module > I'm trying to add. > > How do I go about resolving this on my dunfell based build? >
there are two recipes building same files which end up in same location on target rootfs. So you should either disable the in-kernel module or not include out of kernel module recipe > -- > RON EGGLER Firmware Engineer (he/him/his) www.mistywest.com > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59264): https://lists.yoctoproject.org/g/yocto/message/59264 Mute This Topic: https://lists.yoctoproject.org/mt/97102802/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
