[OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory
Ricardo Neri
ricardo.neri-calderon at linux.intel.com
Wed Dec 28 23:25:02 UTC 2016
On Wed, 2016-12-28 at 13:38 -0800, Ricardo Neri wrote:
> > do_install_class-target() {
> > - OVMF_DIR_SUFFIX="X64"
> > - if [ "${TARGET_ARCH}" != "x86_64" ] ; then
> > - OVMF_DIR_SUFFIX="Ia32" # Note the different capitalization
> > - fi
> > + # Traditional location.
> > install -d ${D}${datadir}/ovmf
> > + install -m 0755 ${WORKDIR}/ovmf/OVMF.fd
> ${D}${datadir}/ovmf/bios.bin
>
> Now that I think about it. Installing here does not sever any purpose.
> Thus, I think this can be removed by perhaps doing do_install[noexec]
> =
> "1"
I take back this. I seems that scripts/runqemu does look for OVMF in
STAGING_DIR_HOST/NATIVE. Perhaps this can be changed how that you are
also updating runqemu.
More information about the Openembedded-core
mailing list