[yocto] Trouble installing shared library/header to sysroot

2014-09-10 Thread Daniel Kenji Morgan
Hello, I have a package that builds a shared library using autotools. When built, the shared library and header files are correctly installed to /usr/lib and /usr/include respectively. They are also correctly populated under sysroot. I have been trying to change the target directory to /opt/lib

[yocto] menuconfig fails using SSTATE_MIRRORS and SOURCE_MIRROR_URL

2013-01-31 Thread Daniel Kenji Morgan
To explain my environment: I am building images for the machine imx6qsabrelite in the meta-fsl-arm BSP layer using Poky 1.3 (danny). The kernel recipe is linux-imx which is fetched from Freescale's git repository. On host machine A, I build an image and copy all the sstate cache and download

[yocto] PREFERRED_PROVIDER in image recipes

2013-01-28 Thread Daniel Kenji Morgan
Sorry to bring up an old post, but I haven't managed to find information in the mail archives and bugzilla on how the issue stands as of today. The post I am referring to is as follows: https://lists.yoctoproject.org/pipermail/yocto/2011-December/005951.html I have two separate recipes for the

[yocto] do_package task of the kernel takes extremely long

2013-01-24 Thread Daniel Kenji Morgan
Hello, I'm still fairly new to Yocto, and having some trouble with kernel packaging taking an extremely long time. I will try and keep details as simple as possible to explain my situation. I am building images for the machine imx6qsabrelite in the meta-fsl-arm BSP layer using Poky 1.3 (danny).