summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 10:58:00 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-03-06 10:58:00 +0100
commit1fdd1d1ced34de8eefe6d34da03c6db20b98f141 (patch)
treea21f645b52dc235af9938eb73433c150be9141a9 /recipes-connectivity
parent9ff6efc8864d020b17e05a0e59e266081af4b7b3 (diff)
downloadmeta-updater-1fdd1d1ced34de8eefe6d34da03c6db20b98f141.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_%.bbappend1
-rw-r--r--recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb2
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
7inherit systemd 7inherit systemd
8 8
9RPROVIDES_${PN} = "virtual/network-configuration"
10
9SRC_URI_append = " file://20-wired-dhcp.network" 11SRC_URI_append = " file://20-wired-dhcp.network"
10PR = "r1" 12PR = "r1"
11 13