Am 16.06.2014 13:23 schrieb "Joshua Collins" <joshua.coll...@arcontia.se>:
>
> Hi,
>
>
>
> I have successfully built the 'fsl-image-gui' image and installed it on
my cqtqmx6. I require FTDI drivers to be installed to detect a usb device
as a serial port. I am unsure how to go about adding these drivers. I have
tried modifying my local.conf file with the following line:
>
The ftdi drivers are part of the kernel, you have to enable it by adding
them in your kernel config. This can be done by bbappend.

http://www.yoctoproject.org/docs/1.6/kernel-dev/kernel-dev.html

I you need libftdi, you may have to add a recipe to support it.

>
> PACKAGECONFIG_append_pn = " libftdi"
>
>
>
> which didn't seem to do anything. I also tried:
>
>
>
> IMAGE_INSTALL_append = " libftdi"
>
>
>
> Which caused bitbake to fail with the error: "ERROR: QA Issue: libftdi:
The compile log indicates that host include and/or library paths were used."
>
>
>
> I don't have a great understanding of knowing how to add more features to
my yocto image, and would appreciate any help with enabling FTDI support.
>
>
Regards,
Christian
>
> Cheers,
>
> Josh
>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to