diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-26 21:36:24 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-26 21:36:24 +0200 |
commit | ee233e708a0b5308a4a3468a60d03358a9281e7a (patch) | |
tree | 791839127c7fd7dcf225a2f75b53b687874fc473 /recipes-platform/images/agl-demo-platform.bb | |
parent | bb45227c715b43baebf3a6137d7ec5f18341b0f5 (diff) |
Add distro-build-manifest per image instead of packagegroupjellyfish_9.99.1jellyfish/9.99.19.99.1
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
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ " |