From cd9d5aee1e0a13601e620492bfaa5065f0cdadfc Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Fri, 2 Oct 2015 14:21:11 +0900 Subject: 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 --- recipes-platform/images/agl-demo-platform.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes-platform/images/agl-demo-platform.bb (limited to 'recipes-platform/images/agl-demo-platform.bb') diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb new file mode 100644 index 00000000..79c5e25a --- /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 \ + " + -- cgit 1.2.3-korg