I intend to do native development (C and C++) and build using Cmake. I noticed that on adding
TOOLCHAIN_HOST_TASK += "nativesdk-cmake"
EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug "
to the local conf file and build the image using
bitbake meta-ide-toolchain
bitbake <image> -c populate_sdk
it does not add CMAKE build tools to the target /usr/bin
How do I get CMAKE on the installed image on the target iMx6ULL platform so that I can build using CMAKE on the target itself?