diff options
author | He Zhe <zhe.he@windriver.com> | 2017-07-31 21:11:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-09 09:24:15 +0100 |
commit | f63cb62db45df3b52bd412f02c0cbc7f7e29a330 (patch) | |
tree | d24c69711174695d70c0a6188552bf8a5755fd81 /meta | |
parent | 1d1d7cfedfcae6352ae11d556d9790ca5ac2b962 (diff) | |
download | poky-f63cb62db45df3b52bd412f02c0cbc7f7e29a330.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 10189cb5c3..ff6e5491bb 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \ | |||
25 | xserver-xorg-module-libint10 \ | 25 | xserver-xorg-module-libint10 \ |
26 | " | 26 | " |
27 | 27 | ||
28 | MACHINE_FEATURES += "x86" | 28 | MACHINE_FEATURES += "x86 pci" |
29 | 29 | ||
30 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | 30 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
31 | 31 | ||
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index c26dda27fc..f8b09c37f2 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -24,7 +24,7 @@ XSERVER = "xserver-xorg \ | |||
24 | xserver-xorg-module-libint10 \ | 24 | xserver-xorg-module-libint10 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | MACHINE_FEATURES += "x86" | 27 | MACHINE_FEATURES += "x86 pci" |
28 | 28 | ||
29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | 29 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
30 | 30 | ||