summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt-distro')
-rw-r--r--meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf b/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf
index 64432d3..8d106ce 100644
--- a/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf
+++ b/meta-boot2qt-distro/conf/distro/include/intel-corei7-64.conf
@@ -1,6 +1,6 @@
1############################################################################ 1############################################################################
2## 2##
3## Copyright (C) 2016 The Qt Company Ltd. 3## Copyright (C) 2018 The Qt Company Ltd.
4## Contact: https://www.qt.io/licensing/ 4## Contact: https://www.qt.io/licensing/
5## 5##
6## This file is part of the Boot to Qt meta layer. 6## This file is part of the Boot to Qt meta layer.
@@ -38,12 +38,11 @@ QBSP_IMAGE_CONTENT ?= "\
38 ${IMAGE_LINK_NAME}.conf \ 38 ${IMAGE_LINK_NAME}.conf \
39 " 39 "
40 40
41INITRAMFS_IMAGE = "initramfs-basic" 41INITRAMFS_IMAGE = "core-image-minimal-initramfs"
42 42
43SYSVINIT_ENABLED_GETTYS = "1" 43SYSVINIT_ENABLED_GETTYS = "1"
44 44
45MACHINE_EXTRA_INSTALL += "\
46 grub-efi-config \
47 "
48
49SERIAL_CONSOLES += "115200;ttyUSB0" 45SERIAL_CONSOLES += "115200;ttyUSB0"
46
47WKS_FILE = "systemd-bootdisk-microcode-initramfs.wks"
48WKS_FILE_DEPENDS += "microcode-initramfs"