From: Jan-Simon Möller Date: Fri, 26 Jun 2020 19:36:24 +0000 (+0200) Subject: Add distro-build-manifest per image instead of packagegroup X-Git-Tag: 9.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=ee233e708a0b5308a4a3468a60d03358a9281e7a Add distro-build-manifest per image instead of packagegroup 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 --- 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 \ "