blob: dd4f89b15fe33a828ccaf6e2852a3ede143a77d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUMMARY = "A basic system of AGL distribution of IVI profile"
DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile."
require agl-image-ivi.inc
LICENSE = "MIT"
IMAGE_INSTALL_append = "\
packagegroup-agl-image-ivi \
"
DISTRO_FEATURES_append = " agl-core-image-profile"
IMAGE_INSTALL += "\
agl-desktop-config \
"
|