summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-core
AgeCommit message (Expand)AuthorFilesLines
2016-11-28packagegroup-ivi-common-core-multimedia: add pulseaudio bluetooth modulesStephane Desneux1-0/+8
2016-10-05packagegroup: agl-audio-plugin ported to pulseaudio-8.0Yannick Gicquel1-3/+1
2016-09-01Changes for building with YP 2.1.1 'krogoth'Jan-Simon Möller1-1/+3
2016-07-20Add PulseAudio server and systemd serviceManuel Bachmann1-0/+2
2016-07-15Add agl-audio-plugin (PulseAudio Routing plugin)Manuel Bachmann1-0/+1
2015-11-04Added AMB (automotive-message-broker) to meta-ivi-common layerNedeljko Miljevic1-0/+1
2015-10-23Add procps package for JTA.Kengo Ibe1-0/+1
2015-10-02Provide Wayland-IVI-Extension 1.5.0Manuel Bachmann1-0/+1
2015-10-02Reworking packagegroups of AGL DistributionTadao Tanikawa11-32/+32
2015-09-02Add a minimal set of packages for GStreamer1.0Tadao Tanikawa1-0/+3
2015-08-19Add new Yocto layer for common packages to IVI systemsTadao Tanikawa10-0/+159
mber.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 middleware for AGL Qt5 based cluster profile"
DESCRIPTION = "The set of packages required for AGL Qt5 based Cluster Distribution"
LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-profile-cluster-qt5 \
    profile-cluster-qt5 \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-agl-image-boot \
    packagegroup-agl-core-security \
    packagegroup-agl-graphical-weston \
    packagegroup-agl-appfw-native-qt5 \
"

RDEPENDS_profile-cluster-qt5 = "${PN}"