summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* networkd-dhcp-conf: fix REQUIRED_DISTRO_FEATURESMartin Jansa2020-08-291-2/+2
| | | | | | | | | | | | | | | * it's REQUIRED_DISTRO_FEATURES not REQUIRED_DISTRO_FEATURES_ * inherit features_check to actually respect REQUIRED_DISTRO_FEATURES and fix: ERROR: networkd-dhcp-conf-1.0-r1 do_package_qa: QA Issue: networkd-dhcp-conf: recipe doesn't inherit features_check [unhandled-features-check] * fix: commit 4ae9917bf2475c118e8015ec7a2ce10bd01a0124 Author: Mykhaylo Sul <ext-mykhaylo.sul@here.com> Date: Fri Nov 1 11:44:44 2019 +0100 OTA-3988: Don't build the networkd-dhcp recipe if systemd is not included into the disto feature list Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nfs-utils: don't add nfs-home-mount.service without sota enabledMartin Jansa2020-07-261-4/+4
| | | | | | | | | | | * nfs-home-mount.service is installed by do_install_append_sota, so only when sota is enabled but it was always added to SYSTEMD_SERVICE_ even when sota wasn't enabled resulting in do_patch failure: nfs-utils-2.5.1-r0 do_package: SYSTEMD_SERVICE_nfs-utils value nfs-home-mount.service does not exist * use sota override everywhere Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nfs-utils: fix nfs systemd daemons runtime issuesMing Liu2020-07-102-0/+38
| | | | | | | | | | | | | | | | nfs-mountd.service and nfs-statd.service rely on /var/lib/nfs to be present in rootfs, or else they would run into problems for some files missing in it. But a ostree/ota rootfs does not have that directory (removed during do_image), to fix that, we now copy them to /var/local/lib/nfs and mount it to /var/lib/nfs at runtime, which is done in nfs-home-mount.service. nfs-mountd.service and nfs-statd.service need run after nfs-home-mount.service. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-102-2/+2
| | | | | | | | | | The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* zabbix-agent: configuration recipefeat/OTA-2150/system_monitoringKostiantyn Bushko2020-01-141-0/+20
| | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* OTA-3988: Don't build the networkd-dhcp recipe if systemd is not included ↵Mykhaylo Sul2019-11-011-1/+1
| | | | | | into the disto feature list Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* networkd-dhcp-conf: Remove allarch.fix/dhcp-conf-not-allarchPatrick Vacek2019-10-281-1/+1
| | | | | | | | We were setting PACKAGE_ARCH to MACHINE_ARCH anyway, so this wasn't helping anything. Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Revert "Do not create connman's resolv.conf symlink at boot"fix/connman-masterLaurent Bonnans2019-08-052-27/+0
| | | | | | | | This reverts commit 2c72b0ce1f5cb77f043176ed94e97572ac81d9bf. The problem is already fixed in connman >= 1.36 (1.37 on master) Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Add bugfix service for old connman to systemd-networkdLaurent Bonnans2019-08-013-3/+44
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Do not create connman's resolv.conf symlink at bootLaurent Bonnans2019-08-012-0/+27
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* openssl: Remove redundant patchAlistair Francis2019-07-222-33/+0
| | | | | | Remove the patch as it is already applied in the meta layer. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
* Include a valgrind fix for Openssl 1.1.1cLaurent Bonnans2019-07-182-0/+33
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Set 'allarch' to aktualizr config recipesLaurent Bonnans2019-03-131-1/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Replace connman with systemd-networkd on raspberrypiLaurent Bonnans2019-03-062-1/+4
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Define virtual/network-configurationLaurent Bonnans2019-03-062-0/+3
| | | | | | | Now provided by connman and networkd-dhcp-conf, added to images in our supported platforms Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Replace connman with systemd-networkd on qemux86-64Laurent Bonnans2019-03-052-0/+28
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>