aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core-ivi/dbus
AgeCommit message (Collapse)Author
2014-03-25Remove use of deprecated PRINC.Florin Sarbu
The PR server should be used to automatically increment the PR. See: https://wiki.yoctoproject.org/wiki/PR_Service Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2014-02-21AF_BUS: disable in preparation of the move to kdbusHolger Behrens
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>
2014-01-17dbus: Sync version with pokyAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-12dbus: merge two dbus .bbappend's into oneHolger Behrens
There were two dbus bbappends (recipes-core-ivi/dbus/dbus_1.6.8.bbappend and recipes-extended/common-api/dbus_1.6.8.bbappend). This have been merged into the first for clarity. In case a user won't need GENIVI AFBUS or GENIVI COMMON-API support the related patch should now be easy to identify and, if required, easy to disable. Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-07-16Update dbus bbappend to match OE-core versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-05dbus: Stop removing sysv specific things.Noor
* With current changes in poky we dont have to remove sysv specific changes. Upstream dbus recipe is configures in such a way that if if systemd is present in DISTRO_FEATURES the it does not generate sysv stuff. So remove the changes which were removing sysv stuff. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-01-31dbus: Update .bbappend to version 1.6.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-10-29dbus.bbappend: Modify the way we increment PR from dbus bbappendFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-10-17dbus: Use default systemd_unitdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-08-22dbus: Add afbus support patch ( DBusServer implementation for AF_BUS sockets)E-0.2Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-22dbus: Rename .bbappend to version 1.6.4 now present in upstream pokyFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-06-20dbus: Use /systemd as systemd_unitdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-08dbus: renamed .bbappend to 1.4.20 in order to fit with current poky dbus versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-05-21dbus: Replace package with a bbappendAndrei Gherzan
To remove initscripts registration we overwrite INITSCRIPT variables. Add PRINC. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens