]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemux86 qemux86-64: Enable pci
authorHe Zhe <zhe.he@windriver.com>
Mon, 31 Jul 2017 13:11:33 +0000 (21:11 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Aug 2017 11:25:38 +0000 (12:25 +0100)
lspci and some other software require "pci" in MACHINE_FEATURES and PCI
is valid in the qemux86* context.

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf

index 10189cb5c3e4969407fb1090d2a2402c2d248f1a..ff6e5491bbcc45adca5d1d6fcde037ae75c510c0 100644 (file)
@@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \
            xserver-xorg-module-libint10 \
            "
 
-MACHINE_FEATURES += "x86"
+MACHINE_FEATURES += "x86 pci"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
 
index c26dda27fca77ad4fe34899d6106edd555942e0e..f8b09c37f292047e433e26288778bcc28e36cd22 100644 (file)
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
            xserver-xorg-module-libint10 \
            "
 
-MACHINE_FEATURES += "x86"
+MACHINE_FEATURES += "x86 pci"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"