diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/bootimg.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index 7946839ce0..0249a9dcf7 100644 --- a/meta/classes/bootimg.bbclass +++ b/meta/classes/bootimg.bbclass | |||
@@ -49,6 +49,8 @@ EFI_CLASS = "${@bb.utils.contains("MACHINE_FEATURES", "efi", "${EFI_PROVIDER}", | |||
49 | 49 | ||
50 | KERNEL_IMAGETYPE ??= "bzImage" | 50 | KERNEL_IMAGETYPE ??= "bzImage" |
51 | 51 | ||
52 | LABELS ?= "boot install" | ||
53 | |||
52 | # Include legacy boot if MACHINE_FEATURES includes "pcbios" or if it does not | 54 | # Include legacy boot if MACHINE_FEATURES includes "pcbios" or if it does not |
53 | # contain "efi". This way legacy is supported by default if neither is | 55 | # contain "efi". This way legacy is supported by default if neither is |
54 | # specified, maintaining the original behavior. | 56 | # specified, maintaining the original behavior. |