Skip to content
Snippets Groups Projects
Commit 8f4d303b authored by Naoto Yamaguchi's avatar Naoto Yamaguchi Committed by Jan-Simon Moeller
Browse files

Create AGL Instrument Cluster core package group


AGL Instrument Cluster has common api library and framework.
This patch create package group for instrument cluster core packages.

Bug-AGL: SPEC-4092

Signed-off-by: default avatarNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Id9ec55dfc22cc7135f0973ef8a3421f8a614383d
parent 7b6f9ba0
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,7 @@ require recipes-platform/images/agl-image-boot.inc
IMAGE_LINGUAS = " "
IMAGE_ROOTFS_EXTRA_SPACE:append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"
IMAGE_INSTALL:append = " \
packagegroup-agl-ic-core \
"
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 \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment