summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3-adas
AgeCommit message (Expand)AuthorFilesLines
2019-06-27[RCAR] Remove unnecessary device tree fileHarunobu Kurokawa1-0/+20
2019-01-15meta-agl-bsp: gen3: recipes-navigation: fix typo of gpsd-defaultsMatt Ranostay1-4/+4
2018-11-15[RCAR][upstream] remove dts patch for SDIO frequencyHarunobu Kurokawa1-0/+4
2018-10-31gpsd-kingfisher-conf: fix PREFERRED_RPROVIDER issueStephane Desneux1-1/+1
2018-10-19rcar: gstreamer: Update vspfilter device files when using IMR devicesDamian Hobson-Garcia3-0/+7
2018-10-05[RCAR] Fix ti-bt package name and revisionRonan Le Martret1-0/+3
2018-06-28[GEN3 KF] Configure GPS deviceRonan Le Martret3-0/+36
2018-04-24[RCARGEN3] Remove bluez PACKAGECONFIG featureRonan Le Martret1-0/+1
2018-04-10[Rcar] Remove valgrind recipes from meta-rcarRonan Le Martret1-0/+1
2018-03-20remove unused opencv folderHarunobu Kurokawa1-0/+1
2018-03-20si-tools: FM configuration improvementsHarunobu Kurokawa2-0/+192
2018-03-20[AGL] ulcb: Disable build-in most driverHarunobu Kurokawa2-1/+11
2018-03-20ti-bt: add a systemd unit and enableMatt Porter2-0/+25
2018-03-20Preserve HDMI naming for kingficher boardRonan Le Martret3-0/+91
2018-03-20Add kingficher supportRonan Le Martret1-0/+67
set of packages required for AGL Cluster Distribution. Profiles include support for Wayland images. * `meta-agl-profile-cluster-qt5`: The middleware for the AGL Qt5-based cluster profile. The set of packages required for AGL Qt5-based Cluster Distribution. Profiles include support for Wayland images with Qt5. * `meta-agl-profile-core`: Configuration and recipes for the AGL core profiles. * `meta-agl-profile-graphical`: Configuration and recipes supporting graphical user interfaces. * `meta-agl-profile-graphical-html5`: Configuration and recipes supporting profiles with HTML user interface support. * `meta-agl-profile-graphical-qt5`: Configuration and recipes supporting profiles with Qt5-based user interface support. * `meta-agl-profile-hud`: Configuration and recipes supporting profiles with Head-Up-Display (HUD) support. * `meta-agl-profile-telematics`: Configuration and recipes supporting profiles with telematics support. * `meta-app-framework`: Configuration and recipes supporting the AGL Application Framework. * `meta-netboot`: Contains recipes and configuration adjustments to allow network boot through network block device (NBD) since network file system (NFS) does not support security labels. * `meta-security`: Configuration and recipes supporting security applications. * `scripts`: AGL development setup and support scripts. * `templates`: Base, feature, and machine templates used in the AGL development environment. ## Packagegroups This section describes the AGL [packagegroup](https://yoctoproject.org/docs/2.4.4/dev-manual/dev-manual.html#usingpoky-extend-customimage-customtasks) design: * packagegroup-agl-image-minimal packagegroup-agl-core-automotive.bb packagegroup-agl-core-connectivity.bb packagegroup-agl-core-graphics.bb packagegroup-agl-core-kernel.bb packagegroup-agl-core-multimedia.bb packagegroup-agl-core-navi-lbs.bb packagegroup-agl-core-os-commonlibs.bb packagegroup-agl-core-security.bb packagegroup-agl-core-speech-services.bb The previous list of Packagegroups are used to create the `agl-image-minimal` image, which is a small image just capable of allowing a device to boot. Subsystem should maintain packagegroup-agl-core-[subsystem].bb which should hold sufficient packages to build `agl-image-minimal`. * packagegroup-agl-image-ivi packagegroup-agl-ivi-automotive.bb packagegroup-agl-ivi-connectivity.bb packagegroup-agl-ivi-graphics.bb packagegroup-agl-ivi-kernel.bb packagegroup-agl-ivi-multimedia.bb packagegroup-agl-ivi-navi-lbs.bb packagegroup-agl-ivi-os-commonlibs.bb packagegroup-agl-ivi-security.bb packagegroup-agl-ivi-speech-services.bb The previous list of Packagegroups are used to create the `agl-image-ivi` image, which is a baseline image (i.e. Service Layer and Operating System Layer defined in AGL Spec v1.0) for the AGL profiles. * packagegroup-agl-test.bb Additional tools used in QA tests (for agl-image*-qa).