summaryrefslogtreecommitdiffstats
path: root/recipes-test
diff options
context:
space:
mode:
authorPhil Wise <phil@advancedtelematic.com>2018-03-14 11:44:26 +0100
committerPhil Wise <phil@advancedtelematic.com>2018-03-14 16:00:09 +0100
commitbbce1809a921e627678947e9585ea15223b181d9 (patch)
treec30b514d0ef05e5e1c915140bb0efa07f9b7057c /recipes-test
parentf1fd04ac20d778bed88727571359b4cf39e481c1 (diff)
downloadmeta-updater-bbce1809a921e627678947e9585ea15223b181d9.tar.gz
Add secondary-image to meta-updater
This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'.
Diffstat (limited to 'recipes-test')
-rw-r--r--recipes-test/images/secondary-image.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb
new file mode 100644
index 0000000..c7a91db
--- /dev/null
+++ b/recipes-test/images/secondary-image.bb
@@ -0,0 +1,18 @@
1include recipes-core/images/core-image-minimal.bb
2
3SUMMARY = "A minimal Uptane Secondary image running aktualizr-secondary"
4
5LICENSE = "MIT"
6
7
8# Remove default aktualizr primary, and the provisioning configuration (which
9# RDEPENDS on aktualizr)
10IMAGE_INSTALL_remove = " \
11 aktualizr \
12 aktualizr-auto-prov \
13 aktualizr-ca-implicit-prov \
14 aktualizr-hsm-prov \
15 aktualizr-implicit-prov \
16 "
17
18IMAGE_INSTALL_append = " aktualizr-secondary " \ No newline at end of file