From 99cbb535d9391ce96a5d8285ba1ec2475f0147b8 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Wed, 31 Oct 2018 12:29:26 +0100 Subject: Update packages removed for secondary-image. --- recipes-test/images/secondary-image.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index 9adbdc5..e524386 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb @@ -10,9 +10,10 @@ LICENSE = "MIT" IMAGE_INSTALL_remove = " \ aktualizr \ aktualizr-auto-prov \ + aktualizr-auto-prov-creds \ aktualizr-ca-implicit-prov \ + aktualizr-ca-implicit-prov-creds \ aktualizr-hsm-prov \ - aktualizr-implicit-prov \ connman \ connman-client \ " -- cgit v1.2.3-54-g00ecf From a5bc44f95bc84b21da5684e4fcbcb4480e4bed1e Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 1 Nov 2018 12:10:07 +0100 Subject: secondary_image: also remove aktualizr-uboot-env-rollback. --- recipes-test/images/secondary-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index e524386..1a41169 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb @@ -14,6 +14,7 @@ IMAGE_INSTALL_remove = " \ aktualizr-ca-implicit-prov \ aktualizr-ca-implicit-prov-creds \ aktualizr-hsm-prov \ + aktualizr-uboot-env-rollback \ connman \ connman-client \ " -- cgit v1.2.3-54-g00ecf