On 22 May 2016 at 00:52, Bjorn Sorensen <bso...@hotmail.com> wrote:

> I need to have two separate recipes for "libftdi" and "ftdi-eeprom" in my
> meta layer, which both of them are build dependencies for one package. The
> issue is that the said packages are actually in one tarball and when I
> build "libftdi" it builds both of them. So then when the "ftdi-eeprom"
> recipe gets called and tries to install its files, I get a "populate_sysroot"
> error.
>
>
Why don't you change the recipes so that ftdi-eeprom only installs the
eeprom portions and not libftdi?  Or just don't build depend on libftdi if
ftdi-eeprom is also building libftdi?

Ross
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to