The dependencies for these configurations were not being met as the drivers were moved to staging. This was causing warnings with the new kernel tools.
Rather than satisfying the dependencies and building a bunch of new things we probably don't need, just remove the config options. Signed-off-by: California Sullivan <[email protected]> --- bsp/common-pc/common-pc-drivers.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bsp/common-pc/common-pc-drivers.cfg b/bsp/common-pc/common-pc-drivers.cfg index cea6a99..a783744 100644 --- a/bsp/common-pc/common-pc-drivers.cfg +++ b/bsp/common-pc/common-pc-drivers.cfg @@ -58,11 +58,4 @@ CONFIG_SATA_AHCI=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_FD=m -CONFIG_I2O=m -CONFIG_I2O_BLOCK=m -CONFIG_I2O_CONFIG=m -CONFIG_I2O_CONFIG_OLD_IOCTL=y -CONFIG_I2O_PROC=m -CONFIG_I2O_SCSI=m - CONFIG_EEPROM_AT24=m -- 2.5.5 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
