mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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:
@@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \
|
||||
xserver-xorg-module-libint10 \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "x86"
|
||||
MACHINE_FEATURES += "x86 pci"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \
|
||||
xserver-xorg-module-libint10 \
|
||||
"
|
||||
|
||||
MACHINE_FEATURES += "x86"
|
||||
MACHINE_FEATURES += "x86 pci"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user