Hi.
I'm trying to figure out how to get the library for the devicemapper (libdevmapper) when compiling in Yocto.
I recall I manage to do that before (a few months back), but now I can't find in the menuconfig how to enable that part.
Regards,
Niklas
The libdevmapper is part of lvm2_2.02.97, you may add it by adding it to local.conf
+ CORE_IMAGE_EXTRA_INSTALL += "lvm2"