diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-06 10:58:00 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-03-06 10:58:00 +0100 |
commit | 1fdd1d1ced34de8eefe6d34da03c6db20b98f141 (patch) | |
tree | a21f645b52dc235af9938eb73433c150be9141a9 /recipes-test | |
parent | 9ff6efc8864d020b17e05a0e59e266081af4b7b3 (diff) | |
download | meta-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-test')
-rw-r--r-- | recipes-test/images/secondary-image.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index 371d517..61df85b 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb | |||
@@ -15,9 +15,7 @@ IMAGE_INSTALL_remove = " \ | |||
15 | aktualizr-ca-implicit-prov-creds \ | 15 | aktualizr-ca-implicit-prov-creds \ |
16 | aktualizr-hsm-prov \ | 16 | aktualizr-hsm-prov \ |
17 | aktualizr-uboot-env-rollback \ | 17 | aktualizr-uboot-env-rollback \ |
18 | connman \ | 18 | virtual/network-configuration \ |
19 | connman-client \ | ||
20 | networkd-dhcp-conf \ | ||
21 | " | 19 | " |
22 | 20 | ||
23 | IMAGE_INSTALL_append = " \ | 21 | IMAGE_INSTALL_append = " \ |