aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
AgeCommit message (Collapse)Author
2012-06-20dhcp: Move base_sbindir to sbindirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20wpa-suplicant: Install systemd service in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20portmap: Add patch to define SBINDIR and install binaries thereAndrei Gherzan
Overwrite sbindir with /usr/sbin and install binaries to SBINDIR=${sbindir}. Overwrite FILES_${PN}-utils to include new paths. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20portmap: Install systemd service in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20nfs-utils: Add patch to revert the hard-coded patch of sbin while installingAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07connman: Systemd service is installed in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07ofono: Systemd service is installed in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07bluez4: add .debug files to dbg packageAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07bluez4: Systemd service is in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-07bluez4: udev_get_sys_path (udev) is no longer available in udev from systemdAndrei Gherzan
udev_get_dev_path(), udev_get_sys_path(), udev_get_run_path() systemd does not allow to configure any of these filesystem paths, they should simply be hard-coded and be replaced by "/dev", "/sys" and "/run/udev" Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-01ofono_1.6: Add bbappend to ofono v1.6Andrei Gherzan
Depend on systemd if DISTRO_FEATURES contains systemd. Overwrite INITSCRIPTS variables to drop init scripts. If built with systemd remove init scripts. Add -systemd package and add the systemd service to it. -systemd should depend on systemd. Add PRINC. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21bluez4: Add systemd to DEPENDS if DISTRO_FEATURES contains systemdAndrei Gherzan
As well, ${PN}-systemd should RDEPEND on systemd. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21wpa-supplicant: Add service for all machines not just for vexpressa9Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21Add PRINC to portmap/wpa-supplicant/openssh/nfs-utils/bluez4Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21connman: Replace package with a bbappend, package service and update to 0.79Andrei Gherzan
In order to remove INITSCRIPTS is sufficient to overwrite INITSCRIPT_NAME and INITSCRIPT_PARAMS. In addition, remove init scripts from do_install. Add connman-systemd package with systemd service. Add PRINC. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21openssh: Replace package with a bbappend and update to 6.0p1Andrei Gherzan
In order to remove INITSCRIPTS is sufficient to overwrite INITSCRIPT_NAME and INITSCRIPT_PARAMS. In addition, remove init scripts from do_install. Add connman-systemd package with systemd service. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21nfs-utils: Replace package with a bbappendAndrei Gherzan
In order to remove INITSCRIPTS is sufficient to overwrite INITSCRIPT_NAME and INITSCRIPT_PARAMS. In addition, remove init scripts from do_install. Add connman-systemd package with systemd service. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-21portmap: Replace package with a bbappendAndrei Gherzan
In order to remove INITSCRIPTS is sufficient to overwrite INITSCRIPT_NAME and INITSCRIPT_PARAMS. In addition, the respective lines from do_install were commented out. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-09wpa-supplicant: add service file for systemd usageSebastian Proca
wpa-supplicant did not have a service file for systemd and the wpa daemon could not be launched by systemctl wpa_supplicant.service file was taken from Fedora 16 distro Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
2012-05-09portmap: add and enable installation of services for systemdSebastian Proca
Portmap did not install a service file for systemd so that systemctl could not be used for portmap generated daemon. Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
2012-05-09bluez4: add systemd related service file for bluez packageSebastian Proca
Blutooth was not available because the related systemd service file was not present. Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens