From: Tom Zanussi <[email protected]> Remove unnecessary options or options already defined in base configs.
Signed-off-by: Tom Zanussi <[email protected]> --- .../kernel-cache/bsp/jasperforest/jasperforest.cfg | 7 ++----- .../kernel-cache/bsp/jasperforest/jasperforest.scc | 2 ++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg index b0f993b..743fc7d 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.cfg @@ -35,20 +35,17 @@ CONFIG_PACKET=y CONFIG_I2C=y CONFIG_AGP=y -CONFIG_VFAT_FS=y CONFIG_PM=y CONFIG_ACPI=y CONFIG_INPUT=y # Needed for booting (and using) USB memory sticks -CONFIG_USB_STORAGE=y -CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_LOOP=y -CONFIG_BLK_DEV_INITRD=y -CONFIG_RD_GZIP=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_RD_GZIP=y + # NUMA support CONFIG_NUMA=y CONFIG_X86_64_ACPI_NUMA=y diff --git a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc index 9e5ca8d..defddec 100644 --- a/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc +++ b/meta/cfg/kernel-cache/bsp/jasperforest/jasperforest.scc @@ -1,6 +1,8 @@ kconf hardware jasperforest.cfg include features/serial/8250.scc +include features/framebuffer/vesafb.scc +include cfg/usb-mass-storage.scc include features/logbuf/size-normal.scc -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
