diff options
author | Jianxun Zhang <jianxun.zhang@linux.intel.com> | 2016-10-19 15:07:25 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-11-01 08:23:15 -0700 |
commit | 15ac2f84ed67032c885e82254eda8053d601c95e (patch) | |
tree | df2ac3f5d13782193a120bbc6d420e40ad4e1c24 | |
parent | f3c4c983c100bbb571ff932e4e7aed4683cde211 (diff) | |
download | meta-intel-15ac2f84ed67032c885e82254eda8053d601c95e.tar.gz |
quark: explicitly set boot entry in bootloader
This is to get rid of "install" option when booting quark with
an image in hddimg format. EFI installer doesn't work on quark
at this point.
Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | conf/machine/intel-quark.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index 70cb45e5..c001302b 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf | |||
@@ -20,6 +20,15 @@ APPEND += "rootwait console=ttyS1,115200 console=tty0" | |||
20 | 20 | ||
21 | EFI_PROVIDER = "systemd-boot" | 21 | EFI_PROVIDER = "systemd-boot" |
22 | 22 | ||
23 | # Bypass the default labels which also has "install" option in OE. | ||
24 | # | ||
25 | # We don't need to do this when constructing direct-boot image with | ||
26 | # wic. But EFI installer in hddimg image doesn't work on quark now, | ||
27 | # so we only provide a live-boot entry in boot menu for images in | ||
28 | # hddimg format. | ||
29 | |||
30 | LABELS_LIVE = "boot" | ||
31 | |||
23 | # Ensure that the Lock prefix is omitted for the kernel" | 32 | # Ensure that the Lock prefix is omitted for the kernel" |
24 | KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" | 33 | KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" |
25 | 34 | ||