Asking for a full configuration:
Edit the setup.sh file.
- Set BB_NUMBER_THREADS and PARALLEL_THREADS to “number of cores your processor has multiply by 3”.
- Set DISTRO ?= “clanton-full”
(to enabling eglibc, see next slide)
Save the file.
DisableuClibc
It will disable uClibc, and replace it by EGlibC, which have more features and is commonly used under Linux.
Edit “../meta-clanton-distro/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bbappend”
Comment these 3 lines:
#FILESEXTRAPATHS_prepend := "${THISDIR}/files:“
#SRC_URI += file://uclibc-enable.patch
#DEPENDS += "libiconv"