summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation
AgeCommit message (Expand)AuthorFilesLines
2020-03-12ondemandnavi-config: update config for new MapBox APIMatt Ranostay1-1/+1
2019-11-19.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { 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 */
Virtualization support (meta-egvirt)
======================================================

meta-egvirt is the AGL Virtualization Expert Group (EG-VIRT) layer. It aims to
design, test, implement and assess virtualization technologies (containers,
hypervisors, system partitioners and other solutions) for AGL ARMv8 and Intel
platforms.

From the software side, VirtIO standards are considered as a common framework to
provide virtualized devices. Developing standardized solutions reduces community
fragmentation and increases freedom to choose hypervisor and SoC.

From the hardware side, the primary target of such work is for the time being
the Reference Hardware development platform which uses the Renesas R-Car H3 SoC
(ARMv8). Other solutions will be added in future, depending on their
availability and on the community interest.

Maintainers:
	Mikhail Golubev <mikhail.golubev@opensynergy.com>

References
------------------------------------------------------
EG-VIRT wikipage:
	https://wiki.automotivelinux.org/eg-virt
EG-VIRT meetings:
	https://wiki.automotivelinux.org/eg-virt-meetings
EG-RHSA wikipage:
	https://wiki.automotivelinux.org/eg-rhsa
r'>Scott Murray1-1/+1 2019-10-21Add tbtnavi cluster navigation applicationScott Murray1-0/+33 2019-10-17navigation: remove execute bits in repoMatt Ranostay7-0/+0 2019-09-23Revert "ondemandnavi: use OSM tiles by default"Matt Ranostay1-4/+0 2019-09-23ondemandnavi-config: use OSM tiles by defaultMatt Ranostay1-1/+2 2019-09-20ondemandnavi: use OSM tiles by defaultJan-Simon Möller1-0/+4 2019-09-09Migrate poiapp and libnaviapi-agl to AGL GerritScott Murray2-12/+25 2019-09-02Update demo features for switch to ondemandnaviScott Murray3-54/+0 2019-07-30ondemandnavi: Remove now unused patchesScott Murray2-56/+0 2019-07-25navigation: Switch to pipewire outputScott Murray2-10/+9 2019-07-25ondemandnavi: Update recipe SRC_URI and HOMEPAGEScott Murray1-25/+24 2019-06-26ondemandnavi: add patches for pipewire and running as non-roothalibut_7.99.2halibut/7.99.27.99.2Scott Murray3-1/+61 2019-06-26ondemandnavi-config: switch to allarch classScott Murray1-8/+4 2019-06-26navigation: Update patches for pipewire and running as non-rootScott Murray4-363/+60 2019-06-26poiapp: Add patch to add display permissionScott Murray2-0/+22 2019-06-25poiapp-api-key: switch to allarch classScott Murray1-2/+2 2019-06-12mapviewer-demo: Delete unnecessary configuration from gst-recoder.Harunobu Kurokawa3-52/+2 2019-06-10mapviewer: Upgrade to thudHarunobu Kurokawa2-1/+34 2019-05-21recipes-demo-hmi: navigation: update SRCREVRaquel Medina1-2/+1 2019-04-09Upgrade to thudScott Murray2-0/+32 2019-02-21Add dependency to ondemandnaviNaoto Yamaguchi1-0/+1 2019-02-21Add AGL world wide navigation app config recipeNaoto Yamaguchi2-0/+33 2019-02-13Initial Commit : AGL world wide navigation appNaoto Yamaguchi2-0/+51 2019-01-15Bump the revision of navigation and poiKazumasa Mitsunari2-2/+2 2019-01-02navigation: Add 4A supportScott Murray2-1/+363 2018-12-20poiapp-api-key: Add client IDScott Murray1-1/+5 2018-12-20Rework mapviewer and mapviewer-demoScott Murray9-73/+70 2018-12-20Add agl-demo-preload featureScott Murray4-0/+59 2018-12-12update to lastest versionwang_zhiqiang1-1/+1 2018-09-07Change libhomescreen-2017 to libhomescreenflounder_5.99.6flounder/5.99.65.99.6zheng_wenlong3-3/+3 2018-09-01Delete unnecessary environment variable of mapviewerNaoto Yamaguchi1-1/+0 2018-08-29Change POI application window sizeflounder_5.99.5flounder/5.99.55.99.5Naoto Yamaguchi1-1/+1 2018-08-29Fix : guidance voice was not outputNaoto Yamaguchi1-1/+1 2018-08-24Revert "Update navigation and poiapp"Tadao Tanikawa2-2/+2 2018-08-17Update navigation and poiappzheng_wenlong2-2/+2 2018-08-03Add missing dependency of qtlocation to navigation-demoJan-Simon Möller1-0/+2 2018-05-26Bug Fix: POI app is not workingNaoto Yamaguchi1-1/+1 2018-03-07mapview-demo: Switch LIC_FILES_CHKSUM syntaxTom Rini1-2/+1 2017-12-31POI App does not visible after startupNaoto Yamaguchi1-1/+1