summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-sato/images
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-sato/images')
-rw-r--r--external/poky/meta/recipes-sato/images/core-image-sato-dev.bb7
-rw-r--r--external/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb15
-rw-r--r--external/poky/meta/recipes-sato/images/core-image-sato-sdk.bb11
-rw-r--r--external/poky/meta/recipes-sato/images/core-image-sato.bb12
4 files changed, 45 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-sato/images/core-image-sato-dev.bb b/external/poky/meta/recipes-sato/images/core-image-sato-dev.bb
new file mode 100644
index 00000000..7fa69d09
--- /dev/null
+++ b/external/poky/meta/recipes-sato/images/core-image-sato-dev.bb
@@ -0,0 +1,7 @@
+require core-image-sato.bb
+
+DESCRIPTION = "Image with Sato for development work. It includes everything \
+within core-image-sato plus a native toolchain, application development and \
+testing libraries, profiling and debug symbols."
+
+IMAGE_FEATURES += "dev-pkgs"
diff --git a/external/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/external/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
new file mode 100644
index 00000000..22df0579
--- /dev/null
+++ b/external/poky/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -0,0 +1,15 @@
+require core-image-sato-sdk.bb
+
+DESCRIPTION += "Also includes ptest packages."
+
+IMAGE_FEATURES += "ptest-pkgs"
+
+# This image is sufficiently large (~1.8GB) that we need to be careful that it fits in a live
+# image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the
+# box) and explicitly add just 1200MB.
+# strace-ptest in particular needs more than 500MB
+IMAGE_OVERHEAD_FACTOR = "1.0"
+IMAGE_ROOTFS_EXTRA_SPACE = "1224288"
+
+# ptests need more memory than standard to avoid the OOM killer
+QB_MEM = "-m 1024"
diff --git a/external/poky/meta/recipes-sato/images/core-image-sato-sdk.bb b/external/poky/meta/recipes-sato/images/core-image-sato-sdk.bb
new file mode 100644
index 00000000..d7cc52b5
--- /dev/null
+++ b/external/poky/meta/recipes-sato/images/core-image-sato-sdk.bb
@@ -0,0 +1,11 @@
+require core-image-sato.bb
+
+DESCRIPTION = "Image with Sato support that includes everything within \
+core-image-sato plus meta-toolchain, development headers and libraries to \
+form a standalone SDK."
+
+IMAGE_FEATURES += "dev-pkgs tools-sdk \
+ tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
+
+IMAGE_INSTALL += "kernel-devsrc"
+
diff --git a/external/poky/meta/recipes-sato/images/core-image-sato.bb b/external/poky/meta/recipes-sato/images/core-image-sato.bb
new file mode 100644
index 00000000..b8979502
--- /dev/null
+++ b/external/poky/meta/recipes-sato/images/core-image-sato.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Image with Sato, a mobile environment and visual style for \
+mobile devices. The image supports X11 with a Sato theme, Pimlico \
+applications, and contains terminal, editor, and file manager."
+
+IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-dropbear hwcodecs"
+
+LICENSE = "MIT"
+
+inherit core-image
+
+TOOLCHAIN_HOST_TASK_append = " nativesdk-intltool nativesdk-glib-2.0"
+TOOLCHAIN_HOST_TASK_remove_task-populate-sdk-ext = " nativesdk-intltool nativesdk-glib-2.0"