summaryrefslogtreecommitdiffstats
path: root/recipes-platform/images/agl-cluster-demo-qtcompositor.bb
blob: a9da976395352eef332fb027536a1ebe53662eb6 (plain)
1
2
3
4
5

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highli
DESCRIPTION = "AGL Cluster Demo Qtwayland Compositor image currently contains a \
simple cluster interface and some AGL service."

LICENSE = "MIT"

require recipes-platform/images/agl-image-boot.inc

IMAGE_FEATURES += "splash package-management ssh-server-dropbear"

inherit features_check

REQUIRED_DISTRO_FEATURES = "wayland"

# add packages for cluster demo qtcompositor
IMAGE_INSTALL:append = " \
    packagegroup-agl-cluster-demo-qtcompositor \
"

# NOTE: This should be revisited after upgrading to hardknott or later,
#       as it may no longer be required.  However, since Wayland is not
#       being used, the new "weston" image feature may not be a viable
#       option.
SYSTEMD_DEFAULT_TARGET = "graphical.target"