summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-network-config/secondary-network-config.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-07-25 09:10:01 +0200
committerGitHub <noreply@github.com>2019-07-25 09:10:01 +0200
commitbe7a94c7524b22ec1a08b3a81a66dc3ed196d240 (patch)
treea780920d0c8051003d8258f16a0e097933bdc0cd /recipes-test/demo-network-config/secondary-network-config.bb
parentcc479b802b3fecf70bcef11fd49ad12b6c0ed616 (diff)
parent83a31da86d75df802a98c41e22cbc9ca1f806f2e (diff)
downloadmeta-updater-be7a94c7524b22ec1a08b3a81a66dc3ed196d240.tar.gz
Merge pull request #547 from advancedtelematic/Backport/rocko/secondaries-and-CI-improvement
Backport/rocko/secondaries and ci improvement
Diffstat (limited to 'recipes-test/demo-network-config/secondary-network-config.bb')
-rw-r--r--recipes-test/demo-network-config/secondary-network-config.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-test/demo-network-config/secondary-network-config.bb b/recipes-test/demo-network-config/secondary-network-config.bb
index c70d88a..b1d70f1 100644
--- a/recipes-test/demo-network-config/secondary-network-config.bb
+++ b/recipes-test/demo-network-config/secondary-network-config.bb
@@ -23,7 +23,8 @@ do_install() {
23 23
24SECONDARY_IP ?= "10.0.3.2" 24SECONDARY_IP ?= "10.0.3.2"
25IP_ADDR = "${SECONDARY_IP}" 25IP_ADDR = "${SECONDARY_IP}"
26CONF_TYPE = "static"
26 27
27require static-network-config.inc 28require network-config.inc
28 29
29# vim:set ts=4 sw=4 sts=4 expandtab: 30# vim:set ts=4 sw=4 sts=4 expandtab: