From 4544082a5944e70123141c30cbbc6bfe5896afc5 Mon Sep 17 00:00:00 2001 From: Holger Behrens Date: Fri, 21 Feb 2014 09:48:34 +0100 Subject: AF_BUS: disable in preparation of the move to kdbus Support for GENIVI AF_Bus D-Bus Optimization [1] needs an AF_BUS enabled Linux kernel. Currently only the LTSI 3.4 kernel does support this feature. As of the LTSI 3.10 kernel [3] AF_BUS support was dropped. Given that currently all by meta-ivi supported MACHINEs do use the Yocto/LTSI 3.10 kernel we disable AF_BUS. In the future AF_BUS [1] may be replaced with kdbus [4]. [1] http://projects.genivi.org/afbus-dbus-optimization [2] https://www.yoctoproject.org/organization/long-term-support-initiative-ltsi [3] http://git.linuxfoundation.org/?p=ltsi-kernel.git [4] https://code.google.com/p/d-bus/source/browse/kdbus.txt Signed-off-by: Holger Behrens --- meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg | 4 ++-- meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg | 4 ++-- meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'meta-ivi-bsp/recipes-kernel') diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg index b63e70e..0bdcbeb 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86.cfg @@ -3,8 +3,8 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y # config for adding support for AF_BUS sockets -CONFIG_AF_BUS=y -CONFIG_NETFILTER_DBUS=y +# CONFIG_AF_BUS is not set +# CONFIG_NETFILTER_DBUS is not set # Activate ecryptfs CONFIG_EXPERIMENTAL=y diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg index b63e70e..0bdcbeb 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/qemux86_64.cfg @@ -3,8 +3,8 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y # config for adding support for AF_BUS sockets -CONFIG_AF_BUS=y -CONFIG_NETFILTER_DBUS=y +# CONFIG_AF_BUS is not set +# CONFIG_NETFILTER_DBUS is not set # Activate ecryptfs CONFIG_EXPERIMENTAL=y diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg index 1f09dae..e472489 100644 --- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg +++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto/vexpress_a9.cfg @@ -831,8 +831,8 @@ CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CONTROLLER=y # config for adding support for AF_BUS sockets -CONFIG_AF_BUS=y -CONFIG_NETFILTER_DBUS=y +# CONFIG_AF_BUS is not set +# CONFIG_NETFILTER_DBUS is not set CONFIG_REGULATOR=n -- cgit v1.2.3-13-gbd6f