diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-10-02 14:21:11 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-10-02 14:23:13 +0900 |
commit | cd9d5aee1e0a13601e620492bfaa5065f0cdadfc (patch) | |
tree | d9ad6a55e8af4b1bd5dd52533bdfdb728823cac3 /recipes-platform | |
parent | d29502281765bcf73a6d422e67587a8d3ee0b2dd (diff) |
Reworking packagegroups of AGL Distribution
The recipe files and thier names are reworked by design of AGL
packagegroup.
For more details, see 'Packagegroups'section in README.md.
Change-Id: Ib7fc66ec5f785b974719e85887715cc76f610ab4
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 24 | ||||
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb | 16 |
2 files changed, 40 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb new file mode 100644 index 000000000..79c5e25a5 --- /dev/null +++ b/recipes-platform/images/agl-demo-platform.bb @@ -0,0 +1,24 @@ +# Base image +require recipes-ivi/images/agl-image-ivi.inc + +DESCRIPTION = "AGL Demo Platform image currently contains a simple HMI and \ +demos." + +IMAGE_FEATURES_append = " \ + " + +# add packages for demo platform (include demo apps) here +IMAGE_INSTALL_append = " \ + packagegroup-agl-core \ + packagegroup-agl-ivi \ + packagegroup-ivi-common-core \ + packagegroup-agl-demo-platform \ + " + +# for Renesas R-Car2 M2 Porter +IMAGE_INSTALL_append_porter = " \ + gles-kernel-module \ + libegl \ + libgbm-dev \ + " + diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb new file mode 100644 index 000000000..a492a2e31 --- /dev/null +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform.bb @@ -0,0 +1,16 @@ +SUMMARY = "The software for DEMO platform of AGL IVI profile" +DESCRIPTION = "A set of packages belong to AGL Demo Platform" + +LICENSE = "MIT" + +inherit packagegroup + +PACKAGES = "\ + packagegroup-agl-demo-platform \ + " + +ALLOW_EMPTY_${PN} = "1" + +RDEPENDS_${PN} += "\ + packagegroup-agl-appfw \ + " |