[linux-yocto] [PATCH 2/4] emenlow: Remove the reboot-quirk

Darren Hart dvhart at linux.intel.com
Wed Feb 5 16:37:50 PST 2014


The reboot quirk belongs in meta-intel as a machine config (APPEND)
option, not in the linux-yocto BSP definition. This allows for better
consolidation of BSPs at the linux-yocto level.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc      |    1 -
 meta/cfg/kernel-cache/bsp/emenlow/reboot-quirk.cfg |    2 --
 2 files changed, 3 deletions(-)
 delete mode 100644 meta/cfg/kernel-cache/bsp/emenlow/reboot-quirk.cfg

diff --git a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
index 4eed625..d901c99 100644
--- a/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
+++ b/meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc
@@ -8,4 +8,3 @@ include features/usb/uhci-hcd.scc
 include features/usb/touchscreen-composite.scc
 
 kconf hardware emenlow.cfg
-kconf non-hardware reboot-quirk.cfg 
diff --git a/meta/cfg/kernel-cache/bsp/emenlow/reboot-quirk.cfg b/meta/cfg/kernel-cache/bsp/emenlow/reboot-quirk.cfg
deleted file mode 100644
index 7024211..0000000
--- a/meta/cfg/kernel-cache/bsp/emenlow/reboot-quirk.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="reboot=pci"
-- 
1.7.9.5



More information about the linux-yocto mailing list