summaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2016-07-05remove configuration templatesStephane Desneux1-28/+0
Change-Id: If8e0e0df65da65392b5e805fd49bb5d34301dd2f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-05-06bblayers.conf.sample: Add meta-rustLeon Anavi1-0/+1
Add meta-rust to bblayers.conf because the layer is required for building RVI SOTA Client. Bug-AGL: SPEC-176 Change-Id: I577ea56ca043f541c8cad5e5e03c9182e03946e9 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-02-03bblayers.conf: add meta-efl for lightmediascanner recipeManuel Bachmann1-0/+1
As we are now based upon Yocto 2.0, we can directly build the upstream lightmediascanner recipe; but it happens to live inside "meta-openembedded/meta-efl". Change-Id: I43b5a97c1beaa94ae34b87bf733e5ec8e403bbe4 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2016-01-20Provide template configuration for each machine or boardTadao Tanikawa1-1/+1
In previous patch, meta-intel layer is added to BBLAYERS for both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64) although QEMU target doesn't need it. It is preffered to prepare a template configuration for each machine or board. Change-Id: Ic88131eb6413b29757916cc5166b8d950d0096fc Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-01-18Support MinnowBoard MAXTadao Tanikawa1-0/+1
Update template configuration of layers (bblayer.comf). Change-Id: I6e30249d3d1184453aabcea158c67783e726f651 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-21Update BBLAYERS with regards to the Rygel updateManuel Bachmann1-0/+1
Since we now build Rygel, we need recipes from "meta-openembedded/meta-multimedia" ("gupnp" e.g.) This commit makes sure that building "agl-demo-platform" still works with QEMU as a target. Change-Id: I8049c8094ccd91cc71e01d89e544bfc44639014a Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-09-24Qt5 now avairable in agl-demo-platfrom.Jan-Simon Möller1-0/+2
v3: (Jan-Simon Möller) - Added meta-ruby to bblayers template file v2: (Jan-Simon Möller) - Added meta-qt5 to bblayers template file - Removed unused patches (rpm specfile) v1: Support Qt5 for AGL Demo applications as UI Framework Qt5 now avairable in agl-demo-platfrom. This is a initial commit to support Qt5 for GUI Framework of AGL Distro. For now, these components are included into agl-demo-platform as default, Additional meta data for Qt5 (recipes-qt/qt5/*) is from: URL: git://git.projects.genivi.org/meta-genivi-demo commit: dc64c97667bac6046c878c689af579089f30641e To build and install Qt5 examples, need to setup local.conf properly, see README.md for more detail. Change-Id: I6c298d4f650a5ac8ee8f12acd1ee28df15e7dfad Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+22
The `meta-agl-demo` is the Yocto layer for AGL Demo Platform of Automotive Grade Linux. This is starting point. Almost all packagegroups which should be defined in this layer are still empty (placeholder), so that curretly bitbake target `agl-demo-platform` is completely equal to `agl-image-ivi` in `meta-agl`. Change-Id: I6ce2c046cc8ce2dc5af2a8afe66e1f577dd884eb Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>