[meta-intel] [PATCH 1/5] emenlow: Move reboot quirk to MACHINE config from linux-yocto

Darren Hart dvhart at linux.intel.com
Wed Feb 5 20:55:13 PST 2014


Move the "reboot=pci" quirk from the linux-yocto BSP definition to the
machine config APPEND line. This pushes config space stuff up into the
meta-intel machine definition where it is more accessible and allows for
consolidation in the linux-yocto level.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Cc: Nitin Kamble <nitin.a.kamble at intel.com>
---
 meta-emenlow/conf/machine/emenlow-noemgd.conf |    1 +
 meta-emenlow/conf/machine/emenlow.conf        |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-emenlow/conf/machine/emenlow-noemgd.conf b/meta-emenlow/conf/machine/emenlow-noemgd.conf
index 571e2f1..f7b11e6 100644
--- a/meta-emenlow/conf/machine/emenlow-noemgd.conf
+++ b/meta-emenlow/conf/machine/emenlow-noemgd.conf
@@ -13,3 +13,4 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
            ${XSERVER_X86_MODESETTING} \
            "
+APPEND += "reboot=pci"
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index ebbde95..502d196 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -29,4 +29,4 @@ PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
 PREFERRED_VERSION_emgd-driver-bin ?= "1.18"
 PREFERRED_VERSION_libva ?= "1.0.16"
 
-APPEND += "video=vesafb vga=0x318 vmalloc=256MB"
+APPEND += "video=vesafb vga=0x318 vmalloc=256MB reboot=pci"
-- 
1.7.9.5



More information about the meta-intel mailing list