diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-06 10:58:00 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-26 15:58:23 +0200 |
commit | da055c42501553fe5a6220023ff03b8dfd6ca6b8 (patch) | |
tree | 765d5a5778323b00ce4d5d03a5eeeabdf876eda0 /recipes-connectivity | |
parent | 6e9c599f8c7408b7ffa719649b03524683898e9c (diff) | |
download | meta-updater-da055c42501553fe5a6220023ff03b8dfd6ca6b8.tar.gz |
Define virtual/network-configuration
Now provided by connman and networkd-dhcp-conf, added to images in our
supported platforms
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/connman/connman_%.bbappend | 1 | ||||
-rw-r--r-- | recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend new file mode 100644 index 0000000..b3633cc --- /dev/null +++ b/recipes-connectivity/connman/connman_%.bbappend | |||
@@ -0,0 +1 @@ | |||
RPROVIDES_${PN} += "virtual/network-configuration" | |||
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb index 60eae44..39500c7 100644 --- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb +++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | |||
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7 | |||
6 | 6 | ||
7 | inherit systemd | 7 | inherit systemd |
8 | 8 | ||
9 | RPROVIDES_${PN} = "virtual/network-configuration" | ||
10 | |||
9 | SRC_URI_append = " file://20-wired-dhcp.network" | 11 | SRC_URI_append = " file://20-wired-dhcp.network" |
10 | PR = "r1" | 12 | PR = "r1" |
11 | 13 | ||