The EXTRA_IMAGE_FEATURES variable is used for local.conf
and IMAGE_FEATURES within recipes.
This separation can avoid overriding.
Described in YP mega-manual.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
The mklibs process optimizes the size of the libraries,
while the prelink process optimizes the dynamic linking
of shared libraries to reduce start up time of executables.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>