[yocto] FileExistsError: [Errorno 17] File Exists

Burton, Ross ross.burton at intel.com
Mon Apr 8 03:20:48 PDT 2019


On Mon, 8 Apr 2019 at 07:17, Pandey, Kamal <Kamal.Pandey at ifm.com> wrote:
> Hi I was trying to compile Weston-6.0 using yocto recipe. For this I backported some of the packages from master branch of poky to my own layer. During this process, there was one package xorgproto which was used in master branch of poky but in rocko branch this package is not there. However a similar package is there called xproto. Now there is a conflict between these two packages for installing the same headers. I appended xorgproto recipe and removed the installation of similar header files. But after this I am getting this error. However If I continue to compile these errors are ignored.

xproto != xorgproto.

https://www.phoronix.com/scan.php?page=news_item&px=Xorgproto-Debut-Release

All of the xorg-proto/*proto.bb recipes were replaced by xorgproto.
As part of the backporting you can most likely just replace xorgproto
with the name of the relevant proto recipe.

Ross


More information about the yocto mailing list