diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-09 08:20:39 +0100 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-09 18:24:29 +0100 |
commit | dc1c4de68329c01e787cb5a0547d28416ded2cbf (patch) | |
tree | 8a12462ce93a9d13910e4371bbc38448d4a19648 /templates/feature/agl-profile-graphical-html5/50_local.conf.inc | |
parent | 639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 (diff) |
agl-profile-graphical-html5: Add packagegroup to IMAGE_INSTALL
Whenever the feature is enabled, it can be expected that the packages
related to the HTML5 framework would be added to any image built, e.g.
the agl-demo-platform.
Bug-AGL: SPEC-2322
Change-Id: I0e6174fe52c9f9dbb87105d0bbd96d93554ed67b
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Diffstat (limited to 'templates/feature/agl-profile-graphical-html5/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-profile-graphical-html5/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-profile-graphical-html5/50_local.conf.inc b/templates/feature/agl-profile-graphical-html5/50_local.conf.inc new file mode 100644 index 00000000..0b2d7002 --- /dev/null +++ b/templates/feature/agl-profile-graphical-html5/50_local.conf.inc @@ -0,0 +1,3 @@ + +IMAGE_INSTALL_append = " packagegroup-agl-profile-graphical-html5" + |