blob: 4ca061d088c0667c2452bca044c81af4ce3d52cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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-agl-appfw \
packagegroup-ivi-common \
"
# for Renesas R-Car2 M2 Porter
IMAGE_INSTALL_append_porter = " \
gles-kernel-module \
libegl \
libgbm-dev \
"
|