diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-07-22 10:52:27 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-07-22 10:52:27 +0900 |
commit | 72201670bd566441ffc0a15270ce2290438632b9 (patch) | |
tree | 713a1cd817a54efbddc7d98ac41ccf6135c10c42 /meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb | |
parent | 00aff4b237bc92df660f8ed30bd5e6d5d73ea097 (diff) |
The starting point of layers for AGL Distribution v1.0
The `meta-agl` is the Yocto layer for Automotive Grade Linux Distribution.
There are some recipes which define bitbake's targets and packagegroups
of this distribution.
This is starting point, so some recipes are from meta-ivi or poky/oe-core
and others are framework or empty.
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb')
-rw-r--r-- | meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb b/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb new file mode 100644 index 000000000..bafb8e024 --- /dev/null +++ b/meta-agl/recipes-ivi/packagegroups/packagegroup-agl-ivi.bb @@ -0,0 +1,23 @@ +SUMMARY = "The middlewares for AGL IVI profile" +DESCRIPTION = "The set of packages required for AGL Distribution" +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-ivi \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + packagegroup-agl-ivi-automotive \ + packagegroup-agl-ivi-connectivity \ + packagegroup-agl-ivi-graphics \ + packagegroup-agl-ivi-multimedia \ + packagegroup-agl-ivi-navi-lbs \ + packagegroup-agl-ivi-os-commonlibs \ + packagegroup-agl-ivi-speech-services \ + packagegroup-agl-ivi-security \ + packagegroup-agl-ivi-kernel \ + " |