diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-04 20:10:53 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-05-04 20:10:53 -0400 |
commit | b8a8fef1cb9914b9e11a50da8296af9b3316adb3 (patch) | |
tree | e99faa8a0efb5377bf4ec706beba46bf4dd053e5 /meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | |
parent | b16f1f6b8bdd7b0cef4aad3a6714798b66d8b0a5 (diff) |
meta-agl-bsp: extend qemux86-64 hardware support
Copy extra hardware support kernel configuration fragments used with
meta-intel for intel-corei7-64 machine over to also use them with
qemux86-64, and add apparently now required LPSS configuration
options to x86-upsquared.cfg to fix serial console support.
Bug-AGL: SPEC-3353
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iabcd7701f6967c877b295c09c1d328d69c4d0deb
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl.inc')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index c03c56ea3..176878e6d 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc @@ -76,6 +76,22 @@ OVERRIDES_prepend_qemux86-64 = "virtualmachine:" SRC_URI_append_virtualmachine = " file://vbox-vmware-sata.cfg" KERNEL_CONFIG_FRAGMENTS_append_virtualmachine = " ${WORKDIR}/vbox-vmware-sata.cfg" +# Extra configuration for using qemux86-64 image on physical hardware +SRC_URI_append_qemux86-64 = "\ + file://x86-extra-graphic-devices.cfg \ + file://x86-net-devices.cfg \ + file://x86-security-tpm.cfg \ + file://x86-usb-devices.cfg \ + file://x86-upsquare.cfg \ +" +KERNEL_CONFIG_FRAGMENTS_append_qemux86-64 = "\ + ${WORKDIR}/x86-extra-graphic-devices.cfg \ + ${WORKDIR}/x86-net-devices.cfg \ + ${WORKDIR}/x86-security-tpm.cfg \ + ${WORKDIR}/x86-usb-devices.cfg \ + ${WORKDIR}/x86-upsquare.cfg \ +" + # Enable support for smack KERNEL_CONFIG_FRAGMENTS_append_with-lsm-smack = "\ ${WORKDIR}/audit.cfg \ |