summaryrefslogtreecommitdiffstats
path: root/meta-security/conf
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-04-02 22:28:05 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-04-02 22:28:05 +0000
commitea00cb6f79616987d7e3c7e83a6ee01cb73eb170 (patch)
treeb8c022dfa385c089698238ddfa39715541fc8e44 /meta-security/conf
parent5a81ed69442268620b31fa8fe7f687c45c811e60 (diff)
parent36a9734e1914e08351d5150cb3fbfe0d51553dad (diff)
Merge "weston-init: Ensure setting of the user"
Diffstat (limited to 'meta-security/conf')
0 files changed, 0 insertions, 0 deletions
weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
require agl-kvm-demo-flutter-preconfigured.bb

SUMMARY = "AGL KVM + gateway preconfigured Flutter demo image"

# We only want KUKSA.val client support, not the databroker (since
# that will be running on the gateway)
IMAGE_FEATURES:remove = "kuksa-val-databroker"

# Not needed if we're not running the databroker
IMAGE_INSTALL:remove = "kuksa-databroker-agl-demo-cluster"

IMAGE_INSTALL += "\
    agl-service-hvac-conf-gateway-demo \
    agl-service-audiomixer-conf-gateway-demo \
"

GUEST_VM1_IMAGE = "agl-ivi-demo-flutter-guest-preconfigured-gateway"
GUEST_VM2_IMAGE = "agl-cluster-demo-flutter-guest-preconfigured-gateway"