summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-graphics
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Weston crushed by ivi-input-controllerTadao Tanikawa2-0/+32
2017-12-10ivi-controller: add resize setting suit to surface sizeWataru Mizuno2-0/+63
2017-11-27Added XDG compatibility to ivi-shellRomain Forlot6-7/+387
2017-09-08Upgrade to pyroChanghyeok Bae3-40/+4
2017-03-30Generate weston.ini dynamicallyRonan Le Martret2-113/+0
2017-03-30Fix parallel build issue in wayland-ivi-extensionJan-Simon Möller1-0/+4
2017-03-19Removed old fix for weston-ivi-shellRonan Le Martret3-57/+1
2017-03-19update wayland-ivi-extension to 1.11.0Ronan Le Martret8-283/+48
2016-12-15Add patch : ivi input support touch and pointer on subsurfaceNaoto Yamaguchi2-0/+198
2016-09-01Changes for building with YP 2.1.1 'krogoth'Jan-Simon Möller1-1/+2
2016-07-19Change SRC_URI of wayland-ivi-extension to githubJan-Simon Möller1-1/+1
2016-07-08Enable ivi-input-controller.so in meta-aglTadao Tanikawa1-1/+2
2016-05-06Provide updated Wayland-IVI-Extension.Andre Moreira Magalhaes (andrunko)1-0/+24
2016-04-20Send process ID that created surface to client.Wataru Natsume2-0/+50
2016-03-14Upgrade to Wayland/Weston 1.9.0Manuel Bachmann5-2597/+1
2016-03-14Temporary build fix for the wandboardJan-Simon Möller2-0/+15
2016-01-18Migrate IVI-Shell backport to Weston 1.8.0 (Yocto 2.0)Manuel Bachmann16-10502/+2401
2015-11-06Fix Weston IVI-Shell layout on Renesas R-Car E2 SilkManuel Bachmann3-1/+51
2015-10-02Provide Wayland-IVI-Extension 1.5.0Manuel Bachmann3-0/+223
2015-09-30Provide Weston IVI-Shell, run it on demandManuel Bachmann16-0/+10613
2015-08-19Add new Yocto layer for common packages to IVI systemsTadao Tanikawa1-0/+0
| | | | Snapdragon | dragonboard-410c | arm64 | | | dragonboard-820c | arm64 | | | | | | ARC HS | hsdk | ARC | | | | | | virtio | virtio-aarch64 | arm64 | ### Supported Images AGL supports a variety of interfaces, each requiring unique setup configuration. #### 1. In-Vehicle Infotainment (IVI) **Supported boards** : AGL Reference Boards (QEMU, RCar Gen 3, agl-refhw & Raspberry Pi 4) Community supported Machines (i. MX 6, i. MX 8, Snapdragon & ARC HS) * Qt Based : * Setting up flags at `aglsetup` script : ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo #To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : ```sh $ time bitbake agl-demo-platform ``` * HTML5 Based : * Setting up flags at `aglsetup` script : ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : ```sh $ time bitbake agl-demo-platform-html5 ``` #### 2. Instrument Cluster **Supported boards** : AGL Reference Boards (QEMU, RCar Gen 3 & Raspberry Pi 4) * Setting up flags at `aglsetup` script : ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : ```sh $ time bitbake agl-cluster-demo ``` #### 3. Telematics Headless demo platform for low-spec boards. **Supported boards** : Community supported Machines (BeagleBone) * Setting up flags at `aglsetup` script : ```sh $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo # To enable Developer Options $ source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b build-$MACHINE agl-demo agl-devel ``` * Building target image : ```sh $ time bitbake agl-telematics-demo ```