blob: 316350f575f9428f41ab8c79479be078a9c5dc9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "AGL Instrument Cluster Core Packages"
DESCRIPTION = "This pacage group including AGL Instrument Cluster function core packages such as \
common library,framework."
HOMEPAGE = "https://confluence.automotivelinux.org/display/IC"
LICENSE = "Apache-2.0"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-ic-core \
"
RDEPENDS:${PN} += "\
libclusteripc \
libclusterapi \
"
|