5147ea44a00fb2d04fc3b077460b6a8650a614fc
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-image-graphical-qt5-crosssdk.bb
1 SUMMARY = "Cross SDK of Full AGL Distribution for IVI profile"
2
3 DESCRIPTION = "SDK image for full AGL Distribution for IVI profile. \
4 It includes the full meta-toolchain, plus developement headers and libraries \
5 to form a standalone cross SDK."
6
7 require agl-image-graphical-qt5.bb
8
9 LICENSE = "MIT"
10
11 require agl-image-graphical-qt5-crosssdk.inc
12
13 inherit populate_sdk populate_sdk_qt5
14
15 # Task do_populate_sdk and do_rootfs can't be exec simultaneously.
16 # Both exec "createrepo" on the same directory, and so one of them
17 # can failed (randomly).
18 addtask do_populate_sdk after do_rootfs