Merge "Add bitbake's target for cross SDK"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 8 Oct 2015 08:04:37 +0000 (08:04 +0000)
committerGerrit Code Review <gerrit@172.30.200.200>
Thu, 8 Oct 2015 08:04:37 +0000 (08:04 +0000)
meta-agl/conf/conf-notes.txt
meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb [new file with mode: 0644]

index b4f71a1..f91379f 100644 (file)
@@ -1,5 +1,6 @@
 Common targets are:
     agl-image-ivi
+    agl-image-ivi-crosssdk
 
     agl-image-minimal
     agl-image-weston
diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb b/meta-agl/recipes-ivi/images/agl-image-ivi-crosssdk.bb
new file mode 100644 (file)
index 0000000..1044620
--- /dev/null
@@ -0,0 +1,12 @@
+SUMMARY = "Cross SDK of AGL Distribution for IVI profile"
+
+DESCRIPTION = "Basic image for baseline of AGL Distribution for IVI profile. \
+It includes the full meta-toolchain, plus developement headers and libraries \
+to form a standalone cross SDK."
+
+require agl-image-ivi.bb
+
+IMAGE_FEATURES += "dev-pkgs"
+IMAGE_INSTALL += "kernel-dev"
+
+inherit populate_sdk