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