summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-10-09 09:35:04 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2018-10-09 10:34:44 +0000
commit7af03482b85465c1b3927cabf8c03a624439e77d (patch)
tree5dca163644c45bf666355d129f7fb5982a57dae7
parent781d8673ca5211728f17220d94025b3cb2cea03f (diff)
downloadmeta-boot2qt-7af03482b85465c1b3927cabf8c03a624439e77d.tar.gz
Fix grub-efi-native build with GCC8
Task-number: QTBUG-70995 Change-Id: I1c060907480d0f2000ebd739f62c5acd39a336fc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend b/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend
index 0104aab..9d20c18 100644
--- a/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend
+++ b/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend
@@ -30,6 +30,8 @@
30FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 30FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
31SRC_URI += "file://grub.cfg" 31SRC_URI += "file://grub.cfg"
32 32
33CFLAGS_append_class-native = " -Wno-error=packed-not-aligned"
34
33do_install[depends] += " \ 35do_install[depends] += " \
34 virtual/kernel:do_deploy \ 36 virtual/kernel:do_deploy \
35 ${INITRAMFS_IMAGE}:do_rootfs \ 37 ${INITRAMFS_IMAGE}:do_rootfs \