aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-01-15 11:47:37 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-01-15 11:47:37 +0100
commit90fdae5ec6bbc3724592a3ad7ef224aa191ad98b (patch)
tree97a28b49de66913e5abfc043df1d66b0c439c36f /meta-linaro/conf
parentdbad622e7cb3334167da0d04ff9c8ddb89362f20 (diff)
genericarmv7a: force GRUB EFI mode
The OE-core default for arm32 is uboot mode, but we want EFI mode, so override it in the machine config. Change-Id: I8000700815208bb679ad2a818a74ef39fb73b414 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro/conf')
-rw-r--r--meta-linaro/conf/machine/genericarmv7a.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-linaro/conf/machine/genericarmv7a.conf b/meta-linaro/conf/machine/genericarmv7a.conf
index 70705127..4ef906de 100644
--- a/meta-linaro/conf/machine/genericarmv7a.conf
+++ b/meta-linaro/conf/machine/genericarmv7a.conf
@@ -24,6 +24,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-vexpress"
KERNEL_IMAGETYPE = "zImage"
+GRUBPLATFORM_pn-grub = "efi"
+
# Force auto-serial-console to be used by all image types
# Ideally this would be part of core oe or as a bbclassappend,
# but as we don't have an easy way to append a class, defining