From c7236fe0bfeab1166addca2d3dd2096936b0fb9c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 25 Jan 2019 10:07:31 +0200 Subject: 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 Signed-off-by: Leon Anavi --- recipes-test/images/primary-image.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes-test/images/primary-image.bb (limited to 'recipes-test/images/primary-image.bb') 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 @@ +include recipes-core/images/core-image-minimal.bb + +SUMMARY = "A minimal Uptane Primary image running aktualizr, for testing with a Linux secondary" + +LICENSE = "MIT" + +IMAGE_INSTALL_remove = " \ + " + +IMAGE_INSTALL_append = " \ + primary-network-config \ + " + +# vim:set ts=4 sw=4 sts=4 expandtab: -- cgit v1.2.3-54-g00ecf