summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-image.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2019-06-07 11:25:27 +0200
committerGitHub <noreply@github.com>2019-06-07 11:25:27 +0200
commit9b95f510e11ef18e54f57fd5fae66ea703a526dd (patch)
treeeb2d9449f4762de77ece3f17eaf7375b1a4fa447 /recipes-test/images/primary-image.bb
parent1ca755e32215de0a54d9bb221be862391b6c6756 (diff)
parent70fc854d599e58959e98647a8bc25ea519c5b700 (diff)
downloadmeta-updater-9b95f510e11ef18e54f57fd5fae66ea703a526dd.tar.gz
Merge pull request #527 from advancedtelematic/refactor/sumo/renaming-secondaries-etc
Refactor/sumo/renaming secondaries etc
Diffstat (limited to 'recipes-test/images/primary-image.bb')
-rw-r--r--recipes-test/images/primary-image.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb
index 6d2df94..ba1dc1f 100644
--- a/recipes-test/images/primary-image.bb
+++ b/recipes-test/images/primary-image.bb
@@ -2,13 +2,15 @@ include recipes-core/images/core-image-minimal.bb
2 2
3SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary" 3SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary"
4 4
5LICENSE = "MIT" 5LICENSE = "MPL-2.0"
6 6
7IMAGE_INSTALL_remove = " \ 7IMAGE_INSTALL_remove = " \
8 virtual/network-configuration \
8 " 9 "
9 10
10IMAGE_INSTALL_append = " \ 11IMAGE_INSTALL_append = " \
11 primary-network-config \ 12 primary-network-config \
13 primary-config \
12 " 14 "
13 15
14# vim:set ts=4 sw=4 sts=4 expandtab: 16# vim:set ts=4 sw=4 sts=4 expandtab: