Re: [yocto] Warrior, extended SDK

2019-07-30 Thread Khem Raj
On Sat, Jun 22, 2019 at 1:37 PM Peter Balazovic
 wrote:
>
> Hello guys
>
> I'm trying to generate extended SDK under Yocto-Warrior and getting error 
> such as
>
> ERROR: image-qt5-1.0-r0 do_sdk_depends: The file 
> /usr/include/tensorflow/contrib/lite/string_util.h is installed by both 
> tensorflow and tensorflow-lite, aborting
> ERROR: image-qt5-1.0-r0 do_sdk_depends:
> ERROR: image-qt5-1.0-r0 do_sdk_depends: Function failed: extend_recipe_sysroot
>
> can you help me identify an issue on this fail?
>

you are including two packages which are providing same file. Only one
of those should be providing the file, either delete it or rename it
in other recipe if both packages
are to be installed side by side

> Thanks.
> Peter
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Warrior, extended SDK

2019-06-22 Thread Peter Balazovic
Hello guys

I'm trying to generate extended SDK under Yocto-Warrior and getting error
such as

ERROR: image-qt5-1.0-r0 do_sdk_depends: The file
/usr/include/tensorflow/contrib/lite/string_util.h is installed by both
tensorflow and tensorflow-lite, aborting
ERROR: image-qt5-1.0-r0 do_sdk_depends:
ERROR: image-qt5-1.0-r0 do_sdk_depends: Function failed:
extend_recipe_sysroot

can you help me identify an issue on this fail?

Thanks.
Peter
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto