summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-image.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2019-01-25 10:07:31 +0200
committerLeon Anavi <leon.anavi@konsulko.com>2019-01-25 18:28:06 +0200
commitc7236fe0bfeab1166addca2d3dd2096936b0fb9c (patch)
tree1709cf3d5e92ca2789e668dfb6bdd70bffd4981a /recipes-test/images/primary-image.bb
parent9d4aa221c1ba359e8ebf8c5259478cb80192e11a (diff)
downloadmeta-updater-c7236fe0bfeab1166addca2d3dd2096936b0fb9c.tar.gz
Backporting supplementary recipes from Rocko
Backport additional recipes for sota, support and test from branch rocko as well as the class target_version_example. Suggested-by: Patrick Vacek <patrickvacek@gmail.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-test/images/primary-image.bb')
-rw-r--r--recipes-test/images/primary-image.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-test/images/primary-image.bb b/recipes-test/images/primary-image.bb
new file mode 100644
index 0000000..6d2df94
--- /dev/null
+++ b/recipes-test/images/primary-image.bb
@@ -0,0 +1,14 @@
1include recipes-core/images/core-image-minimal.bb
2
3SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary"
4
5LICENSE = "MIT"
6
7IMAGE_INSTALL_remove = " \
8 "
9
10IMAGE_INSTALL_append = " \
11 primary-network-config \
12 "
13
14# vim:set ts=4 sw=4 sts=4 expandtab: