diff options
author | Holger Behrens <holger.behrens@windriver.com> | 2014-02-21 09:48:34 +0100 |
---|---|---|
committer | Holger Behrens <holger.behrens@windriver.com> | 2014-02-21 10:19:06 +0100 |
commit | 4544082a5944e70123141c30cbbc6bfe5896afc5 (patch) | |
tree | ffad14791c28049fb7dbc4fe218389e3b1a43e80 /meta-ivi-bsp | |
parent | 53c83414773ca04481b34893070df81f7fd37f03 (diff) | |
download | meta-ivi-4544082a5944e70123141c30cbbc6bfe5896afc5.tar.gz meta-ivi-4544082a5944e70123141c30cbbc6bfe5896afc5.tar.bz2 meta-ivi-4544082a5944e70123141c30cbbc6bfe5896afc5.zip |
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 <holger.behrens@windriver.com>
Diffstat (limited to 'meta-ivi-bsp')
3 files changed, 6 insertions, 6 deletions
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 |