From: He Zhe Date: Mon, 31 Jul 2017 13:11:33 +0000 (+0800) Subject: qemux86 qemux86-64: Enable pci X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec9a159dbc7a78953da73ba9dfccc9e9c9514a7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemux86 qemux86-64: Enable pci lspci and some other software require "pci" in MACHINE_FEATURES and PCI is valid in the qemux86* context. Signed-off-by: He Zhe Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 10189cb5c3e..ff6e5491bbc 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf @@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \ xserver-xorg-module-libint10 \ " -MACHINE_FEATURES += "x86" +MACHINE_FEATURES += "x86 pci" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index c26dda27fca..f8b09c37f29 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf @@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \ xserver-xorg-module-libint10 \ " -MACHINE_FEATURES += "x86" +MACHINE_FEATURES += "x86 pci" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"