summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-09RDEPEND libgbm-dev in the gles-user-moduleJan-Simon Möller1-1/+1
To keep core-image-minimal clean of the 3rdparty components, we need to add the requirements where they are needed and not globally in the local.conf.sample - fix this. Change-Id: I6a5b8450a287de59c342318150a81c0dae9308fd Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-09Fix recipe to pull latest revision of CES2016-demo whenever updated.Tadao Tanikawa1-1/+3
Fix SRCREV and add PV in CES2016-demo.bb to pull latest revision from repository whenever it is updated. Change-Id: Ib0c79d9c4f90dd81c59529d645869cec1e2a23ff Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-05Fix Qt dependency of the CES demo.Tadao Tanikawa1-1/+5
Fix package names of QtMultimedia and QtQuickControls in RDEPENDS. Package names of 'qtmultimedia' and 'qtquickcontrols' with meta-qt5/master work fine, but it caused build and runtime errors with meta-qt5/dizzy. Correct package names are 'qtmultimedia-qmlplugins' and 'qtquickcontrols-qmlplugins'. And 'qtsvg-plugins' was also missing. Change-Id: I43829b144dd7b51ab97a453ffebaf09f2fd859c0 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-04Add dummy recipes for UI components.Jan-Simon Möller4-0/+124
Change-Id: I221367d457685f026c3fee84594a2b25b08ef6e9 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-04Add bitbake recipe for the CES demo.Jan-Simon Möller1-0/+30
v2:(Tadao Tanikawa) -add RDEPENDS because CES demo apps depends on qtquickcontrols and qtmultimedia v1:(Jan-Simon Möller) Change-Id: I0aed622d5e9c72695a728398a6e457c261804621 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-08-22The starting point of layers for AGL Demo PlatformTadao Tanikawa1-0/+0
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>