]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi-cfg, systemd-boot-cfg: use MACHINE_ARCH
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 16 May 2019 07:03:34 +0000 (07:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 May 2019 15:35:06 +0000 (16:35 +0100)
commit90a47da8c50da49ecaf0e2786dc4d9a78c61189e
tree84598bce6fb313174fbae8513a162f193a2254c6
parentbe24f1dc995f7a996abfa551abea74f06de19ae6
grub-efi-cfg, systemd-boot-cfg: use MACHINE_ARCH

* both use KERNEL_IMAGETYPE variable which is MACHINE specific
* fixes:

  === Comparing signatures for task do_configure.sigdata between hammerhead and mako ===
  ERROR: grub-bootconf different signature for task do_configure.sigdata between hammerhead and mako
  basehash changed from 710332f3ec15670302dd690708730c9e418d53790ce36d6a91b049ae4f7069b1 to c9a46e58b4634b5fd47d20683f8320e15f5c4cb7628e3a62ed97d8528d7aabd2
  Variable KERNEL_IMAGETYPE value changed from 'zImage-dtb' to 'zImage'

  ERROR: systemd-bootconf different signature for task do_configure.sigdata between hammerhead and mako
  basehash changed from 2abbaf6d7760696fbf1ff5df5705239b475ccbf6f0c831fc4031984c0ce0e9f2 to 24f1e7886dee02b04bc180acc1c946ad82ce842655e5a5f4a8006f4a8490f985
  Variable KERNEL_IMAGETYPE value changed from 'zImage-dtb' to 'zImage'

  detected with:
  openembedded-core/scripts/sstate-diff-machines.sh --targets=world --tmpdir=tmp-glibc/ --analyze --machines="hammerhead mako qemux86"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/grub-efi-cfg.bbclass
meta/classes/systemd-boot-cfg.bbclass