Skip to content

Fork of meta-ivi9, using weston/wayland/extension from ivi10.0_w19

License

Notifications You must be signed in to change notification settings

tom--pollard/metaivi9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-ivi, the Yocto layer for In-Vehicle Infotainment

This layer's purpose is to add In-Vehicle Infotainment (IVI) support when used with Poky. The goal is to make the Yocto Project reference system Poky GENIVI compliant.

Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches.

The meta-ivi project welcomes contributions. You can contribute code, submit patches, report bugs, answer questions on our mailing lists and review and edit our documentation and much more.

Subscribe to the mailing list here.
View or Report bugs here.
Read or Edit the wiki here.
Vote or Comment on our plan here.
For information about the Yocto Project, see the Yocto Project website.
For information about the Yocto GENIVI Baseline, see the Yocto GENIVI Baseline website.

Layer Dependencies

URI: git://git.yoctoproject.org/poky

branch: fido revision: eb4a134a60e3ac26a48379675ad6346a44010339

URI: git://git.openembedded.org/meta-openembedded

layer: meta-oe branch: fido revision: 5b0305d9efa4b5692cd942586fb7aa92dba42d59

Using the above git sha's and the master meta-ivi branch, bitbaking kronos-image is known to work (the kronos-image build should be aligned with GENIVI 9.0).

For creating a specific GENIVI compliant image version, please make sure you git checkout the related meta-ivi branch and follow the build instructions located in the README.md file of that branch. So for example, to build an image that should be GENIVI 6.0 compliant, checkout the meta-ivi 6.0 branch, and follow the README.md part of that branch. As does the GENIVI Alliance we only support the current and the previous version. Any version older than that is not supported any more, and therefore may not build or run.

Supported Machines

We do smoke test the builds of the three machines that we currently support:

  • QEMU (ARMv7) - emulated machine: vexpressa9
  • QEMU (IA-32) - emulated machine: qemux86
  • QEMU (x86-64) - emulated machine: qemux86-64

Please check on our wiki regarding any community supported machines. For example there Renesas provides a public Board Support Package (BSP) available for use with meta-ivi.

Build a QEMU image that contains GENIVI components

You can build a QEMU image that should be GENIVI compliant using the following steps:

  1. Export TEMPLATECONF to pick up correct configuration for the build export TEMPLATECONF=/full/path/to/meta-ivi/meta-ivi/conf

  2. Run the following command:

    $ source poky/oe-init-build-env

  3. Build kronos-image including GENIVI 9.0 (Kronos) components

    $ bitbake kronos-image

  4. Run the emulator:

    for qemu vexpressa9:
    $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image vexpressa9

    for qemu x86:
    $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image qemux86

    for qemu x86-64:
    $ PATH_TO_META_IVI/meta-ivi/scripts/runqemu kronos-image qemux86-64

  5. To login use these credentials:

    User - root Password - root

  6. To use wayland-ivi-extension 1.5.0, put below line to conf/local.conf at your build directory

    PREFERRED_VERSION_wayland-ivi-extension = "1.5.0"

About

Fork of meta-ivi9, using weston/wayland/extension from ivi10.0_w19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages