This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

libncurses not included in root file system of yocto/arago build for K2HK

The yocto BSP build is not including libncurses in the final root file system (RFS). Below are some details.

My BSP, derived from the EVMK2H BSP, has an image recipe that includes "readline." Readline depends on ncurses, which is automatically included in the build dependencies. In the final RFS, libreadline is included in /usr/lib, but libncurses is nowhere in the RFS.

I looked at the build logs and products for ncurses and it includes files in "/lib" and "/usr" under "sysroot-destdir" in its working folder structure. So that build appeared to work.

Looking at the "log.do_rootfs" log file for the image, the last ncurses message is "configuring," in contrast to, for example, readline, which goes on to be copied to the RFS.


Any ideas would be appreciated.

Thanks,
Lance