diff options
| author | Mike Sul <ext-mykhaylo.sul@here.com> | 2019-05-16 22:47:12 +0300 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-06-05 15:01:18 +0200 |
| commit | 9fd66c91e673ed68af757397f77e6d37033fe57d (patch) | |
| tree | c930424c15398e9de566c4764188854121099619 /recipes-test/images | |
| parent | 41159c3e6f6edbb8b896231120b78ef1e5834e98 (diff) | |
| download | meta-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.bb | 1 | ||||
| -rw-r--r-- | recipes-test/images/secondary-image.bb | 1 |
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 | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | 6 | ||
| 7 | IMAGE_INSTALL_remove = " \ | 7 | IMAGE_INSTALL_remove = " \ |
| 8 | virtual/network-configuration \ | ||
| 8 | " | 9 | " |
| 9 | 10 | ||
| 10 | IMAGE_INSTALL_append = " \ | 11 | IMAGE_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 = " \ | |||
| 21 | IMAGE_INSTALL_append = " \ | 21 | IMAGE_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: |
