To enable kernel drivers why not using kernel fragments?
@reav3rtm7 ай бұрын
They aren't supported by meta-freescale. But it's still possible for fake them by adding: do_configure:append() { for fragment in ../*.cfg; do bbdebug 2 Applying ${fragment} to kernel .config cat ${fragment} >> ${B}/.config done } in linux-imx_%.bbappend. And provide cfg files in SRC_URI.