summaryrefslogtreecommitdiffstats
path: root/templates/machine/m3ulcb
AgeCommit message (Expand)AuthorFilesLines
2020-07-10[RCAR] Add/update description for Renesas machineRonan Le Martret1-3/+5
2020-07-07Refactor the m3ulcb machine templatesJan-Simon Moeller3-5/+1
2020-07-07Use upstream meta-renesas from github and update meta-rcar-gen3-adas integrationJan-Simon Moeller1-1/+1
2020-06-24Revert "Fix m3ulcb/m3ulcb-nogfx h3ulcb/h3ulcb-nogfx builds"Ronan Le Martret2-5/+2
2020-06-01Fix m3ulcb/m3ulcb-nogfx buildsScott Murray2-2/+5
2019-07-24add markdown documentation for all machines and featuresStéphane Desneux1-0/+9
2019-06-10Changes to support the repo clone reworkJan-Simon Möller1-1/+1
2018-06-28[GEN3 KF] Configure GPS deviceRonan Le Martret1-0/+3
2018-03-20Add kingficher supportRonan Le Martret1-0/+1
2017-03-19[rcar-gen3] Update h3 m3 to renesas rcar gen3 BSP v2.16.0 (branch:morty)Ronan Le Martret1-1/+1
2017-01-26Move feature code into the meta recipesRonan1-47/+2
2017-01-13prevent used of mesa-gl and bad use of mesaRonan1-2/+2
2016-11-23meta-rcar-gen3: autoload mmp modulesYannick Gicquel1-0/+2
2016-11-21meta-rcar-gen3: add template with hw accelerationYannick Gicquel3-0/+59
ghlight .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 application framework of AGL IVI profile"
DESCRIPTION = "A set of packages belong to AGL application framework"

LICENSE = "MIT"

inherit packagegroup

PACKAGES = "\
    packagegroup-agl-appfw-qt5 \
    "

ALLOW_EMPTY_${PN} = "1"

RDEPENDS_${PN} += "\
    packagegroup-agl-appfw-native \
"