diff options
-rw-r--r-- | meta/classes/grub-efi-cfg.bbclass | 3 | ||||
-rw-r--r-- | meta/classes/systemd-boot-cfg.bbclass | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/grub-efi-cfg.bbclass b/meta/classes/grub-efi-cfg.bbclass index 5eeee6c2e3..f661a69f83 100644 --- a/meta/classes/grub-efi-cfg.bbclass +++ b/meta/classes/grub-efi-cfg.bbclass | |||
@@ -27,6 +27,9 @@ EFIDIR = "/EFI/BOOT" | |||
27 | GRUB_ROOT ?= "${ROOT}" | 27 | GRUB_ROOT ?= "${ROOT}" |
28 | APPEND ?= "" | 28 | APPEND ?= "" |
29 | 29 | ||
30 | # Uses MACHINE specific KERNEL_IMAGETYPE | ||
31 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
32 | |||
30 | # Need UUID utility code. | 33 | # Need UUID utility code. |
31 | inherit fs-uuid | 34 | inherit fs-uuid |
32 | 35 | ||
diff --git a/meta/classes/systemd-boot-cfg.bbclass b/meta/classes/systemd-boot-cfg.bbclass index 021c9f9331..b3e0e6ad41 100644 --- a/meta/classes/systemd-boot-cfg.bbclass +++ b/meta/classes/systemd-boot-cfg.bbclass | |||
@@ -2,6 +2,9 @@ SYSTEMD_BOOT_CFG ?= "${S}/loader.conf" | |||
2 | SYSTEMD_BOOT_ENTRIES ?= "" | 2 | SYSTEMD_BOOT_ENTRIES ?= "" |
3 | SYSTEMD_BOOT_TIMEOUT ?= "10" | 3 | SYSTEMD_BOOT_TIMEOUT ?= "10" |
4 | 4 | ||
5 | # Uses MACHINE specific KERNEL_IMAGETYPE | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
5 | # Need UUID utility code. | 8 | # Need UUID utility code. |
6 | inherit fs-uuid | 9 | inherit fs-uuid |
7 | 10 | ||