Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

readme.adoc

File metadata and controls

15 lines (11 loc) · 421 Bytes

meta-compulab-uefi

This layer adds an option to boot the CompuLab i.MX8MM/P boards using bootefi + grub.

How to use

  • 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