diff options
Diffstat (limited to 'recipes-platform/images')
-rw-r--r-- | recipes-platform/images/agl-demo-platform-crosssdk.bb | 12 | ||||
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 24 |
2 files changed, 36 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb new file mode 100644 index 000000000..e6225be0d --- /dev/null +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -0,0 +1,12 @@ +SUMMARY = "Cross SDK of Full AGL Distribution for IVI profile" + +DESCRIPTION = "SDK image for full AGL Distribution for IVI profile. \ +It includes the full meta-toolchain, plus developement headers and libraries \ +to form a standalone cross SDK." + +require agl-demo-platform.bb + +IMAGE_FEATURES_append = "dev-pkgs" +IMAGE_INSTALL_append = "kernel-dev" + +inherit populate_sdk populate_sdk_qt5 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 \ + " + |