1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

qemux86 qemux86-64: Enable pci

lspci and some other software require "pci" in MACHINE_FEATURES and PCI
is valid in the qemux86* context.

(From OE-Core rev: aec9a159dbc7a78953da73ba9dfccc9e9c9514a7)

Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
He Zhe
2017-07-31 21:11:33 +08:00
committed by Richard Purdie
parent 1d1d7cfedf
commit f63cb62db4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \
xserver-xorg-module-libint10 \ xserver-xorg-module-libint10 \
" "
MACHINE_FEATURES += "x86" MACHINE_FEATURES += "x86 pci"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
+1 -1
View File
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
xserver-xorg-module-libint10 \ xserver-xorg-module-libint10 \
" "
MACHINE_FEATURES += "x86" MACHINE_FEATURES += "x86 pci"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"