summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02Pin recipes for blowfish 2.0.4blowfish_2.0.5blowfish_2.0.42.0.52.0.4blowfishJan-Simon Möller2-3/+2
Change-Id: Iff4fc0f0ed7cf5eaec2b243334f7cb9288d363db Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-01Fix CES2016 url in blowfishJan-Simon Möller1-1/+1
After the migration of git.automotivelinux.org to the shared cgit instance, we need to rewrite this SRC_URI appropriately. Change-Id: I1c750d9aac2d0479eaaa0101b07c8ab303fe1c4a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-04Pin recipes for blowfish 2.0.3blowfish_2.0.32.0.3Jan-Simon Möller2-3/+3
Change-Id: I805d19a2e24188625d2e63c783d48660f04aee6f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-08-04recipes-demo-hmi: fix file permissionsChristian Gromm2-4/+4
This patch makes the pre-compiled demo applications executable by assiging the suitable permissions when installing them on the rootfs. Change-Id: I0145d1e983d60e6312c40cc0d3e2c4aa3257b44e Signed-off-by: Christian Gromm <christian.gromm@microchip.com> (cherry picked from commit fac2d5b645decc05356eede37b04e513a9961569)
2016-08-03Pin recipes for blowfish releaseJan-Simon Möller5-97/+9
- The ALS/CES2016 demo recipes used ${AUTOREV}. Pin it. - HVAC, MediaPlayer, Settings are unused (no git repo exists) - remove Bug-AGL: SPEC-202 Change-Id: I440cffe0ac6b41db8fbeb851cb9bebeffa6a344d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-14Adjust dependencies for Navigation demo appblowfish_2.0.02.0.0Tomoki Sekiyama1-2/+2
This fixes the configuration failure due to package dependencies to wayland-egl. Bug-AGL: SPEC-214 Change-Id: Ib7760a8c5860de89a19caec70a8733fd15e7f3af Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
2016-07-10[homescreen] Add support for color schemes.Bocklage, Jens1-0/+34
Three demo color schemes are included to demonstrate the feature. Also cleaned up the generation of D-Bus interface classes. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-07-08meta-agl-demo: recipes-most: add recipe to install most-driverChristian Gromm1-0/+32
This patch adds the recipe to install the MOST Linux Driver from the staging area most-can-demo-bin to /lib/modules/3.10.31-ltsi/kernel/drivers/. v3: Add COMPATIBLE_MACHINE = 'porter' instead of changeset 5995 (jsmoeller) v2: Adapt folders as per discussion in gerrit (jsmoeller) Change-Id: If9861ae37669f10f78c7276d3807c7d7a92b78af Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-06meta-agl-demo: add recipes-mostChristian Gromm2-0/+53
This patch adds the recipes needed to copy the applicatons from the most-can-demo-bin folder of the staging area to and the /home/root directory. It is needed to run the MOST video demo and the CAN application on the agl-demo-platform. v2: Changed folder recipes-demo-hmi as per discussion in gerrit (jsmoeller) Change-Id: I5de98416a4d32b794552a2e42d4e95129704db47 Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-05Add AGL Demo Suide for ALS 2016Tadao Tnikawa1-0/+36
Add AGL Demo Apps for ALS 2016 to be integrated into agl-demo-platform. Change-Id: Iec3706c889c47de40fdee6944bee45d2ce3ebf09 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-07-05Add navigation demo appTomoki Sekiyama1-0/+16
Add the recipe for navigation demo app to recipes-demo-hmi. Change-Id: Ia8df6a2e36d24b27e91d5239c888a05dbe990805 Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
2016-06-30[homescreen] Add bitbake recipe for Home Screen appBocklage, Jens2-31/+31
This bitbake recipe builds the Home Screen application. In addition a sample application that shows the functionality of the status bar. The sample application SampleAppTimeDate shows the current time in the Home Screen status bar. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.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 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>