summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-21recipes-demo-hmi: navigation: update SRCREVRaquel Medina1-2/+1
2019-05-20Remove legacy 'p' prefix in gerrit urlJan-Simon Möller3-3/+3
2019-05-07homescreen: Replace "gitsm" by "git" in SRC_URIJosé Bollo1-1/+1
2019-05-07meta-agl-demo: Fixed broken link to "AGL Features" section.Scott Rifenbark1-1/+1
2019-05-07Add recipe for apps/settings-log-utilswanglu1-0/+24
2019-04-26agl-demo-platform-crosssdk: Add mosquitto-dev @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 */ .highlight .cp { color: #75715e } /* Comment.Preproc */ .highlight .cpf { color: #75715e } /* Comment.PreprocFile */ .highlight .c1 { color: #75715e } /* Comment.Single */ .highlight .cs { color: #75715e } /* Comment.Special */ .highlight .gd { color: #f92672 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gi { color: #a6e22e } /* Generic.Inserted */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #75715e } /* Generic.Subheading */ .highlight .kc { color: #66d9ef } /* Keyword.Constant */ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */ .highlight .kn { color: #f92672 } /* Keyword.Namespace */ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */ .highlight .kt { color: #66d9ef } /* Keyword.Type */ .highlight .ld { color: #e6db74 } /* Literal.Date */ .highlight .m { color: #ae81ff } /* Literal.Number */ .highlight .s { color: #e6db74 } /* Literal.String */ .highlight .na { color: #a6e22e } /* Name.Attribute */ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */ .highlight .nc { color: #a6e22e } /* Name.Class */ .highlight .no { color: #66d9ef } /* Name.Constant */ .highlight .nd { color: #a6e22e } /* Name.Decorator */ .highlight .ni { color: #f8f8f2 } /* Name.Entity */ .highlight .ne { color: #a6e22e } /* Name.Exception */ .highlight .nf { color: #a6e22e } /* Name.Function */ .highlight .nl { color: #f8f8f2 } /* Name.Label */ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */ .highlight .nx { color: #a6e22e } /* Name.Other */ .highlight .py { color: #f8f8f2 } /* Name.Property */ .highlight .nt { color: #f92672 } /* Name.Tag */ .highlight .nv { color: #f8f8f2 } /* Name.Variable */ .highlight .ow { color: #f92672 } /* Operator.Word */ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */ .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */ .highlight .sa { color: #e6db74 } /* Literal.String.Affix */ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */ .highlight .sc { color: #e6db74 } /* Literal.String.Char */ .highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */ .highlight .se { color: #ae81ff } /* Literal.String.Escape */ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */ .highlight .sx { color: #e6db74 } /* Literal.String.Other */ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #a6e22e } /* Name.Function.Magic */ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ } @media (prefers-color-scheme: light) { .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 1-1/+1
2019-03-15recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
2019-03-15Add onscreenapp recipewang_zhiqiang1-0/+18
2019-03-15recipes-demo-hmi: homescreen: add new dependency on afb-helpers-qtraquel medina1-0/+1
2019-03-14recipes-demo-hmi: low-can-demo: bump SRCREVraquel medina1-1/+1
2019-03-07Remove unused iotivity featureJan-Simon Möller2-3/+0
2019-02-21Add dependency to ondemandnaviNaoto Yamaguchi1-0/+1
2019-02-21Add AGL world wide navigation app config recipeNaoto Yamaguchi2-0/+33
2019-02-19recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
2019-02-18Add libavirt to the SDKMark Farrugia1-0/+1
2019-02-13Initial Commit : AGL world wide navigation appNaoto Yamaguchi2-0/+51
2019-02-11phone: Replace QtMultimedia usage with 4A + gstreamerScott Murray1-2/+2
2019-02-05libhomescreen: bump revisionhalibut_7.90.0halibut/7.90.07.90.0Stephane Desneux1-1/+1
2019-01-15recipes-demo-hmi: libqtappfw: update SRCREVguppy_6.99.4guppy/6.99.46.99.4Matt Ranostay1-1/+1
2019-01-15Bump the revision of navigation and poiKazumasa Mitsunari2-2/+2
2019-01-06radio: Add libqtappfw to DEPENDSScott Murray1-1/+1
2019-01-05homescreen: quiet debug messages in non-develScott Murray1-0/+2
2019-01-02Add the libafb-helpers and libappcontroller to SDKRomain Forlot1-0/+3
2019-01-02navigation: Add 4A supportScott Murray2-1/+363
2018-12-28recipe-connectivity: libvcard: update SRCREVMatt Ranostay1-1/+1
2018-12-28recipes-demo-hmi: libqtappfw: update SRCREVMatt Ranostay1-1/+1
2018-12-27Revert "Add the libafb-helpers and libappcontroller to SDK"guppy_6.99.3guppy/6.99.36.99.3Stephane Desneux1-2/+0
2018-12-20Add the libafb-helpers and libappcontroller to SDKRomain Forlot1-0/+2
2018-12-20Disable btwilink by default on m3ulcbScott Murray3-2/+23
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 Murray6-0/+65
2018-12-20Remove weston-ivi-extensionScott Murray5-690/+0
2018-12-20docs: add yaml bookFrederic Marec1-0/+13
2018-12-20Add Task Manager front-endVitaly Wool1-0/+25
2018-12-20homescreen: fix missing submodules in SRC_URIStephane Desneux1-1/+1
2018-12-12update to lastest versionwang_zhiqiang1-1/+1
2018-12-10Bump revision of qtaglextrasKazumasa Mitsunari1-1/+1
2018-12-10Add agl-cluster-demo-support featureScott Murray3-5/+7
2018-12-04update libhomescreen and agl-service-homescreenwang_zhiqiang2-2/+2
2018-11-30Disable sllin driver(using HVAC apps) debug logguppy_6.99.2guppy/6.99.26.99.2Yuichi Kusakabe2-0/+28
2018-11-29We need to use multi-user.targetJan-Simon Möller1-1/+1