diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2015-10-08 08:04:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2015-10-08 08:04:30 +0000 |
commit | 145b3e901938740d2aa73a0533a2ac5d823f221b (patch) | |
tree | cb3daa1d2049f389c2de2da7df9d3ae26e291873 /recipes-platform/images | |
parent | 870c2aec0b81651f331025058ee03023db265a46 (diff) | |
parent | 736027f43ae977963ff0114f2e6ca5545ef54743 (diff) |
Merge "Add bitbake's target for cross SDK (full version)"
Diffstat (limited to 'recipes-platform/images')
-rw-r--r-- | recipes-platform/images/agl-demo-platform-crosssdk.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform-crosssdk.bb b/recipes-platform/images/agl-demo-platform-crosssdk.bb new file mode 100644 index 000000000..e6225be0d --- /dev/null +++ b/recipes-platform/images/agl-demo-platform-crosssdk.bb @@ -0,0 +1,12 @@ +SUMMARY = "Cross SDK of Full AGL Distribution for IVI profile" + +DESCRIPTION = "SDK image for full AGL Distribution for IVI profile. \ +It includes the full meta-toolchain, plus developement headers and libraries \ +to form a standalone cross SDK." + +require agl-demo-platform.bb + +IMAGE_FEATURES_append = "dev-pkgs" +IMAGE_INSTALL_append = "kernel-dev" + +inherit populate_sdk populate_sdk_qt5 |