blob: 2d65cced17752cbd8ba923f0283d01351c4fb359 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require agl-ivi-demo-qt.bb
SUMMARY = "Cross SDK of AGL IVI demo"
DESCRIPTION = "SDK image for full AGL Distribution for IVI profile. \
It includes the full toolchain, plus development headers and libraries \
for everything in the demo platform to form a standalone cross SDK."
inherit agl-crosssdk
require agl-ivi-crosssdk.inc
inherit populate_sdk_qt6
# Add qtwaylandscanner to the SDK
TOOLCHAIN_HOST_TASK += "nativesdk-qtwayland-tools"
|