Prepare master for new framework integration
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-graphical-html5.bb
1 SUMMARY = "An image containing all packages required to run web applications"
2
3 require recipes-platform/images/agl-image-minimal.inc
4
5 IMAGE_FEATURES += "splash"
6
7 IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ssh-server-dropbear' , '', d)}"
8
9 inherit features_check
10
11 REQUIRED_DISTRO_FEATURES = "wayland"
12
13
14 LICENSE = "MIT"
15
16 IMAGE_INSTALL:append = "\
17     packagegroup-agl-profile-graphical-html5 \
18     "
19