trying to install files when those files already exist
Mistyron <ron.eggler@...>
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: 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? --
RON EGGLER Firmware Engineer (he/him/his) www.mistywest.com |
|
On Mon, Feb 20, 2023 at 8:20 PM Mistyron <ron.eggler@...> wrote:
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 -- |
|
Mistyron <ron.eggler@...>
On 2/20/23 23:18, Khem Raj wrote:
On Mon, Feb 20, 2023 at 8:20 PM Mistyron <ron.eggler@...> wrote:Okay Thanks, since it complains about 20211, it may be the following kernel config:Hi,there are two recipes building same files which end up in same CONFIG_CFG80211=m I'll remove it retry. Thanks! ---- RON EGGLER Firmware Engineer (he/him/his) www.mistywest.com |
|