On 13-09-06 6:44 PM, Darren Hart wrote:
These fragments were suffering from an identity crisis. Help them along by keeping graphics in graphics and non-graphics in the core cfg.
ouch. nice cleanups. Bruce
Signed-off-by: Darren Hart <[email protected]> --- .../kernel-cache/bsp/common-pc/common-pc-gfx.cfg | 3 --- meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg index 2c1eb83..d827bdc 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-gfx.cfg @@ -1,6 +1,3 @@ -CONFIG_INPUT_TABLET=y -CONFIG_TABLET_USB_WACOM=y - CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y CONFIG_CONNECTOR=y diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg index 73af92c..89b407d 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg @@ -38,13 +38,14 @@ CONFIG_INPUT_EVDEV=y CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y CONFIG_INPUT_MOUSE=y +CONFIG_INPUT_TABLET=y +CONFIG_TABLET_USB_WACOM=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_CMOS=y -CONFIG_FB=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y
_______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
