Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2017-01-09 Thread Patrick Ohly
On Mon, 2017-01-09 at 19:50 -0800, Ricardo Neri wrote: > On Wed, 2017-01-04 at 11:01 +0100, Patrick Ohly wrote: > > 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

Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2017-01-09 Thread Ricardo Neri
On Wed, 2017-01-04 at 11:01 +0100, Patrick Ohly wrote: > 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 capita

Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2017-01-04 Thread Patrick Ohly
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. > > in

Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2016-12-28 Thread Ricardo Neri
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. > > in

Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2016-12-28 Thread Ricardo Neri
On Wed, 2016-12-21 at 14:11 +0100, Patrick Ohly wrote: > When used with '-drive if=pflash', qemu will store UEFI variables > inside the firmware image file. That is unexpected for a file located in > the sysroot, which should be read-only, while it is normal for image > files in the deploy/images d

Re: [OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2016-12-27 Thread Ricardo Neri
On Wed, 2016-12-21 at 14:11 +0100, Patrick Ohly wrote: > When used with '-drive if=pflash', qemu will store UEFI variables > inside the firmware image file. That is unexpected for a file located > in > the sysroot, which should be read-only, while it is normal for image > files in the deploy/images

[OE-core] [PATCH 4/9] ovmf: deploy firmware in image directory

2016-12-21 Thread Patrick Ohly
When used with '-drive if=pflash', qemu will store UEFI variables inside the firmware image file. That is unexpected for a file located in the sysroot, which should be read-only, while it is normal for image files in the deploy/images directory. Therefore that directory is a better place for use wi