This layer adds an option to boot the CompuLab i.MX8MM/P boards using bootefi + grub.
-
Download the layer:
git clone https://github.com/compulab-yokneam/meta-compulab-uefi.git ${BUILDDIR}/../sources/meta-compulab-uefi
-
Update the conf/bblayers.conf:
cat << EOF >> ${BUILDDIR}/conf/bblayers.conf BBLAYERS += " \${BSPDIR}/sources/meta-compulab-uefi " EOF