blob: 74b0060262bdecf40219ed67bf27ee96ad433379 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require agl-ivi-image.bb
SUMMARY = "Cross SDK of minimal AGL Distribution for IVI profile"
DESCRIPTION = "SDK image for minimal AGL Distribution for IVI profile. \
It includes the full toolchain, plus development headers and libraries \
to form a standalone cross SDK."
inherit agl-crosssdk
require agl-ivi-crosssdk.inc
|