summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/CES2016-demo
AgeCommit message (Collapse)AuthorFilesLines
2016-11-24fix recipes git source urlRonan1-1/+1
* url https://git.automotivelinux.org is not available, use https://gerrit.automotivelinux.org instead. BB-must-fix Change-Id: I24b92a0eab2f64c001e1e7919c37f8226e6d7de6 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-10-29Change /opt/AGL to /usr/AGL for ostree integrationJan-Simon Möller1-3/+3
Ostree (sota) does not preserve /opt , so move /opt/AGL to /usr/AGL for inclusion in the ota. Fixes: SPEC-304 Change-Id: I1efcc9c0c2142e9b97f9dbd6b5972493ead8bebc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-15Fix issues of dependencies and QA of ALS/CES2016 demoTadao Tanikawa1-1/+3
This patch fixes these issues: - The packages qtmultimedia-qmlplugins, qtquickcontrols-qmlplugins and qtsvg-plugins are missing For RDEPENDS_${PN}, PN="ALS2016-demo" and PN="CES2016-demo" not work PN="als2016-demo" and PN="als2016-demo" work Probably root cause would be in elsewhere... - Many QA warning while copying ALS/CES2016 demo files Change-Id: I010f01f65769dd243a6ef77b0626e9c27a505119 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
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 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>