Add distro-build-manifest per image instead of packagegroup 91/24891/1 9.99.1 jellyfish/9.99.1 jellyfish_9.99.1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Jun 2020 19:36:24 +0000 (21:36 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 26 Jun 2020 19:36:24 +0000 (21:36 +0200)
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 <jsmoeller@linuxfoundation.org>
Change-Id: I6845772da1b4ae88506270e6105182f73e00feb2

recipes-platform/images/agl-demo-platform.bb

index 6c4346b..5d7b9e4 100644 (file)
@@ -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 \
     "