[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7072/8267] qemux86 qemux86-64: Enable pci



commit f63cb62db45df3b52bd412f02c0cbc7f7e29a330
Author: He Zhe <zhe he windriver com>
Date:   Mon Jul 31 21:11:33 2017 +0800

    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>

 meta/conf/machine/qemux86-64.conf |    2 +-
 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 10189cb..ff6e549 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 c26dda2..f8b09c3 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]