From ee233e708a0b5308a4a3468a60d03358a9281e7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Fri, 26 Jun 2020 21:36:24 +0200 Subject: [PATCH] Add distro-build-manifest per image instead of packagegroup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Adding distro-build-manifest in the packagegroup-agl-core-boot does trigger rebuilds of the packagegroup if the manifest changes. Avoid this by adding the manifest directly in the images only (e.g. agl-demo-platform). This prevents multiple tasks from being triggered and saves time. Also this recipe is *not* reproducible by design (timestamps, layer hashes). Bug-AGL: SPEC-3456 Signed-off-by: Jan-Simon Möller Change-Id: I6845772da1b4ae88506270e6105182f73e00feb2 --- recipes-platform/images/agl-demo-platform.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 6c4346b70..5d7b9e4ea 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -11,5 +11,6 @@ IMAGE_FEATURES_append = " agl-test-wgt" # add packages for demo platform (include demo apps) here IMAGE_INSTALL_append = " \ packagegroup-agl-demo-platform \ + distro-build-manifest \ " -- 2.16.6