aboutsummaryrefslogtreecommitdiffstats
path: root/xdg-launcher
diff options
context:
space:
mode:
Diffstat (limited to 'xdg-launcher')
-rw-r--r--xdg-launcher/package/hvac/runxdg.toml2
-rw-r--r--xdg-launcher/package/navi/runxdg.toml21
-rw-r--r--xdg-launcher/package/runxdg/runxdg.toml2
-rw-r--r--xdg-launcher/src/runxdg.cpp2
4 files changed, 14 insertions, 13 deletions
diff --git a/xdg-launcher/package/hvac/runxdg.toml b/xdg-launcher/package/hvac/runxdg.toml
index 4c0cf7a..04b501e 100644
--- a/xdg-launcher/package/hvac/runxdg.toml
+++ b/xdg-launcher/package/hvac/runxdg.toml
@@ -18,5 +18,5 @@ path = "/usr/bin/weston-simple-egl"
# "--no-sandbox",
# '--window-size="1080,1488"',
# "--ozone-platform=wayland",
-# "<URL>",
+# "<URL>"
# ]
diff --git a/xdg-launcher/package/navi/runxdg.toml b/xdg-launcher/package/navi/runxdg.toml
index 79c550a..ce7948d 100644
--- a/xdg-launcher/package/navi/runxdg.toml
+++ b/xdg-launcher/package/navi/runxdg.toml
@@ -3,19 +3,20 @@
# e.g. name = "WebBrowser"
name = "Navigation"
-# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus),
-# "AFM_WEBSOCKET"(afm via websockt)
+# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt)
method = "POSIX"
# path: path to the executable
-# e.g. path = "/usr/bin/chromium"
+# e.g.
+# path = "/usr/bin/chromium"
path = "/usr/bin/weston-simple-egl"
# params: arguments of the excecutable
-# e.g. params = [
-# ["--mus", ""],
-# ["--no-sandbox", ""],
-# ["--window-size", '"1080,1488"'],
-# ["--ozone-platform", "wayland" ],
-# ["<URL>", "" ]
-# ]
+# e.g.
+# params = [
+# "--mus",
+# "--no-sandbox",
+# '--window-size="1080,1488"',
+# "--ozone-platform=wayland",
+# "<URL>"
+# ]
diff --git a/xdg-launcher/package/runxdg/runxdg.toml b/xdg-launcher/package/runxdg/runxdg.toml
index 2ad4fee..fa1e3b3 100644
--- a/xdg-launcher/package/runxdg/runxdg.toml
+++ b/xdg-launcher/package/runxdg/runxdg.toml
@@ -18,5 +18,5 @@ path = "/usr/bin/weston-simple-egl"
# "--no-sandbox",
# '--window-size="1080,1488"',
# "--ozone-platform=wayland",
-# "<URL>",
+# "<URL>"
# ]
diff --git a/xdg-launcher/src/runxdg.cpp b/xdg-launcher/src/runxdg.cpp
index 1480d72..c65f499 100644
--- a/xdg-launcher/src/runxdg.cpp
+++ b/xdg-launcher/src/runxdg.cpp
@@ -456,7 +456,7 @@ void RunXDG::setup_surface (int id)
json_object_new_string(m_name.c_str()));
json_object_object_add(obj, m_wm->kKeyIviId,
json_object_new_string(sid.c_str()));
- AGL_DEBUG("reqestSurfaceXDG(%s,%s)", m_name.c_str(), sid.c_str());
+ AGL_DEBUG("requestSurfaceXDG(%s,%s)", m_name.c_str(), sid.c_str());
m_wm->requestSurfaceXDG(obj);
if (m_pending_create) {
color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-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 */ }
SUMMARY = "The software for DEMO platform of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL Demo Platform"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-demo-platform \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-agl-image-ivi \
    "

RDEPENDS_${PN} += "\
    packagegroup-agl-profile-graphical-qt5 \
    packagegroup-agl-demo \
    "

MOST_DRIVERS = " \
    most \
    "
MOST_DRIVERS_append_m3ulcb = " sllin"

# HVAC dependencies depend on drivers above
MOST_HVAC = " "
MOST_HVAC_append = " \
    ${MOST_DRIVERS} \
    unicens-config \
    agl-service-unicens \
    "

# @Chris: This needs to be checked!
MOST_HVAC_dra7xx-evm = ""
MOST_HVAC_dragonboard-410c = ""

AGL_APPS = " \
    dashboard \
    hvac \
    mediaplayer \
    virtual/navigation \
    phone \
    poiapp \
    radio \
    settings \
    ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'taskmanager' , '', d)} \
    high-level-viwi-service \
    agl-service-signal-composer \
    low-can-demo \
    virtual/mixer \
    "

AGL_APIS = " \
    libnaviapi-agl \
    "

QTAGLEXTRAS = "${@bb.utils.contains("DISTRO_FEATURES", "agl-hmi-framework", " qtaglextras", "",d)}"

# Cluster demo support.
# ATM mapviewer is required for navigation map viewing when doing cluster
# demos with the older navigation application.
MAPVIEWER = "${@bb.utils.contains("PREFERRED_PROVIDER_virtual/navigation", "navigation", "mapviewer", "",d)}"
CLUSTER_SUPPORT = "${@bb.utils.contains("DISTRO_FEATURES", "agl-cluster-demo-support", "${MAPVIEWER} cluster-demo-network-config", "",d)}"

# Preload poi API key for demo if requested, and potentially maps for older
# navigation application if it is configured.
DEMO_MAPS_LOCALE ?= "uk"
DEMO_PRELOAD_MAPS = "${@bb.utils.contains("PREFERRED_PROVIDER_virtual/navigation", "navigation", " navigation-maps-${DEMO_MAPS_LOCALE}", "",d)}"
DEMO_PRELOAD = "${@bb.utils.contains("DISTRO_FEATURES", "agl-demo-preload", " ${DEMO_PRELOAD_MAPS} poiapp-api-key", "",d)}"

# Hook for demo platform configuration
# ATM, only used to disable btwilink module on M3ULCB + Kingfisher by default,
# setting DEMO_ENABLE_BTWILINK to "true" in local.conf / site.conf re-enables.
DEMO_ENABLE_BTWILINK ?= ""
DEMO_PLATFORM_CONF = ""
DEMO_PLATFORM_CONF_append_m3ulcb = "${@bb.utils.contains("DEMO_ENABLE_BTWILINK", "true", "", " btwilink-disable-conf", d)}"

RDEPENDS_${PN}_append = " \
    qtquickcontrols2-agl \
    qtquickcontrols2-agl-style \
    linux-firmware-ralink \
    ${MOST_HVAC} \
    ${AGL_APPS} \
    ${AGL_APIS} \
    ${QTAGLEXTRAS} \
    ${CLUSTER_SUPPORT} \
    ${DEMO_PRELOAD} \
    ${DEMO_PLATFORM_CONF} \
    "