summaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-networking/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* yp-tools, ypbind-mt: move systemd support from meta-systemd back to ↵Martin Jansa2013-04-154-62/+0
| | | | | | meta-networking Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntp: move systemd support from meta-systemd back to meta-networkingMartin Jansa2013-04-153-50/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: Add not only RPROVIDES, but also RREPLACES/RCONFLICTSMartin Jansa2013-04-123-0/+8
| | | | with this combo opkg should automatically remove PN-systemd and replace it with PN
* meta-systemd: bump PRINC in all .bbappendsMartin Jansa2013-04-123-3/+3
| | | | | | | | | | | | | | | * opkg upgrade will fail to upgrade every package PN when PN-system is installed * check_data_file_clashes: Package xserver-nodm-init wants to install file /lib/systemd/system/xserver-nodm.service But that file is already provided by package * xserver-nodm-init-systemd You need to manually remove all PN-systemd packages on your target opkg remove -force-depends -force-remove `opkg list-installed | grep "\-systemd"` be careful with stuff like openssh-sshd-systemd or wpa-supplicant-systemd when you have access to target only over network * this PRINC bump will force you to do it now even for people not using OEBasicHash or PR service Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"Martin Jansa2013-04-122-2/+0
|
* meta-systemd: Append ${PN} to SYSTEMD_SERVICEKhem Raj2013-04-123-8/+22
| | | | | | | | | | | | | | | When using systemd class from OE-Core we also need to install the units explicitly. systemd packages ending with -systemd are consumed and now provided by package proper. MJ: fix RPROVIDES_PN = PN-systemd in entrance MJ: add RPROVIDES for ntp*-systemd in ntp MJ: the same for wpa-supplicant Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nis: Add support for systemd launch of NIS servicesKhem Raj2013-01-084-0/+50
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-systemd: ntp: update for server config improvementsPaul Eggleton2012-12-041-1/+1
| | | | | | | | | This makes the service use the ntpdate-sync command which reads the servers set in /etc/default/ntpdate; if nothing is set then no error is produced on startup. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5Otavio Salvador2012-11-221-0/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-systemd: Move ntp recipes to 'meta-networking' sublayerOtavio Salvador2012-11-223-0/+42
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>