summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-image-graphical-html5.bb
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 \
    "
{%- set kernel_type = "uimage" %} {%- endif %} {# Image names definitions #} {%- if rootfs_type == 'nbd' %} {%- set initrd = initrd|default("initramfs-netboot-image-" + yocto_machine +".ext4.gz") %} {%- set boot_commands = "nbd" %} {%- set deploy_to = "nbd" %} {%- set rootfs = rfs_image|default("core-image-minimal-" + yocto_machine + ".ext4.xz") %} {%- set rootfs_compression = (rootfs|get_extension) %} {%- set rootfs_url = rootfs_url|default(baseurl(rootfs)) %} {%- elif rootfs_type == 'ramdisk' %} {%- set initrd = rfs_image|default("initramfs-boot-image-" + yocto_machine + ".gz") %} {%- endif %} {%- set initrd_compression = (initrd|get_extension) %} {%- set initrd_url = initrd_url|default(baseurl(initrd)) %} {%- if modules %} {%- set modules_compression = (modules|get_extension) %} {%- set modules_url = modules_url|default(baseurl(modules)) %} {%- endif %} {%- if dtb %} {%- set dtb_url = dtb_url|default(baseurl(dtb)) %} {%- endif %} {%- block job %} {%- endblock %}