summaryrefslogtreecommitdiffstats
path: root/recipes-demo-platform/images/agl-demo-platform.bb
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:21:11 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-10-02 14:23:13 +0900
commitcd9d5aee1e0a13601e620492bfaa5065f0cdadfc (patch)
treed9ad6a55e8af4b1bd5dd52533bdfdb728823cac3 /recipes-demo-platform/images/agl-demo-platform.bb
parentd29502281765bcf73a6d422e67587a8d3ee0b2dd (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-demo-platform/images/agl-demo-platform.bb')
-rw-r--r--recipes-demo-platform/images/agl-demo-platform.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-demo-platform/images/agl-demo-platform.bb b/recipes-demo-platform/images/agl-demo-platform.bb
deleted file mode 100644
index 4ca061d0..00000000
--- a/recipes-demo-platform/images/agl-demo-platform.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-agl-appfw \
- packagegroup-ivi-common \
- "
-
-# for Renesas R-Car2 M2 Porter
-IMAGE_INSTALL_append_porter = " \
- gles-kernel-module \
- libegl \
- libgbm-dev \
- "
-