summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/netplan
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsArmin Kuster2021-11-171-1/+1
| | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
* netplan: Depend on systemd if it is in distroKhem Raj2020-05-281-1/+2
| | | | | | | | | | | | it needs to link with libsystemd when using systemd as init system Fixes Package libsystemd was not found in the pkg-config search path. Perhaps you should add the directory containing `libsystemd.pc' to the PKG_CONFIG_PATH environment variable Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 60e603f11ae1cca38553d18cf411f1a77207a97c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* netplan: rdep on python3 version of pyflakesKhem Raj2020-02-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netplan: add recipeJacopo Dall'Aglio2019-12-051-0/+58
Canonical's Netplan is a network configuration abstraction renderer written in Python. It's compatible with NetworkManager and systemd-networkd. Signed-off-by: Jacopo Dall'Aglio <jacopo.dallaglio@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>