diff options
author | cajun-rat <phil@advancedtelematic.com> | 2018-03-16 14:26:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-16 14:26:16 +0100 |
commit | c3c8d56af6daac3c1eb38118f683db430af48d63 (patch) | |
tree | 435221c02bad0e8ba4d89350d3c98efaf8be5d53 /recipes-test | |
parent | f1fd04ac20d778bed88727571359b4cf39e481c1 (diff) | |
parent | 66a4721d0b7885a18db952d69f7ee385a95b2f2b (diff) | |
download | meta-updater-c3c8d56af6daac3c1eb38118f683db430af48d63.tar.gz |
Merge pull request #276 from advancedtelematic/feat/pro-5060/meta-updater
Add secondary-image to meta-updater
Diffstat (limited to 'recipes-test')
-rw-r--r-- | recipes-test/images/secondary-image.bb | 18 |
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 @@ | |||
1 | include recipes-core/images/core-image-minimal.bb | ||
2 | |||
3 | SUMMARY = "A minimal Uptane Secondary image running aktualizr-secondary" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | |||
8 | # Remove default aktualizr primary, and the provisioning configuration (which | ||
9 | # RDEPENDS on aktualizr) | ||
10 | IMAGE_INSTALL_remove = " \ | ||
11 | aktualizr \ | ||
12 | aktualizr-auto-prov \ | ||
13 | aktualizr-ca-implicit-prov \ | ||
14 | aktualizr-hsm-prov \ | ||
15 | aktualizr-implicit-prov \ | ||
16 | " | ||
17 | |||
18 | IMAGE_INSTALL_append = " aktualizr-secondary " \ No newline at end of file | ||