summaryrefslogtreecommitdiffstats
path: root/recipes-test/images
diff options
context:
space:
mode:
authorMike Sul <ext-mykhaylo.sul@here.com>2019-05-16 22:47:12 +0300
committerPatrick Vacek <patrickvacek@gmail.com>2019-06-05 15:01:18 +0200
commit9fd66c91e673ed68af757397f77e6d37033fe57d (patch)
treec930424c15398e9de566c4764188854121099619 /recipes-test/images
parent41159c3e6f6edbb8b896231120b78ef1e5834e98 (diff)
downloadmeta-updater-9fd66c91e673ed68af757397f77e6d37033fe57d.tar.gz
OTA-2541: Static IP address on Primary's and Secondary's internal NIC
Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'recipes-test/images')
-rw-r--r--recipes-test/images/primary-image.bb1
-rw-r--r--recipes-test/images/secondary-image.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb
index 6d2df94..ac14233 100644
--- a/recipes-test/images/primary-image.bb
+++ b/recipes-test/images/primary-image.bb
@@ -5,6 +5,7 @@ SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7IMAGE_INSTALL_remove = " \ 7IMAGE_INSTALL_remove = " \
8 virtual/network-configuration \
8 " 9 "
9 10
10IMAGE_INSTALL_append = " \ 11IMAGE_INSTALL_append = " \
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb
index 61df85b..46be3d1 100644
--- a/recipes-test/images/secondary-image.bb
+++ b/recipes-test/images/secondary-image.bb
@@ -21,6 +21,7 @@ IMAGE_INSTALL_remove = " \
21IMAGE_INSTALL_append = " \ 21IMAGE_INSTALL_append = " \
22 aktualizr-secondary \ 22 aktualizr-secondary \
23 secondary-network-config \ 23 secondary-network-config \
24 secondary-config \
24 " 25 "
25 26
26# vim:set ts=4 sw=4 sts=4 expandtab: 27# vim:set ts=4 sw=4 sts=4 expandtab: