summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-image-standard-sdk.bb7
-rw-r--r--images/enea-image-standard.bb6
2 files changed, 13 insertions, 0 deletions
diff --git a/images/enea-image-standard-sdk.bb b/images/enea-image-standard-sdk.bb
new file mode 100644
index 0000000..efc416e
--- /dev/null
+++ b/images/enea-image-standard-sdk.bb
@@ -0,0 +1,7 @@
1DESCRIPTION = "Full featured image for the Standard profile"
2
3require images/enea-image-common.inc
4require images/enea-image-extra.inc
5
6IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
7IMAGE_OVERHEAD_FACTOR = "1.5"
diff --git a/images/enea-image-standard.bb b/images/enea-image-standard.bb
new file mode 100644
index 0000000..a0aabbd
--- /dev/null
+++ b/images/enea-image-standard.bb
@@ -0,0 +1,6 @@
1DESCRIPTION = "Base image for the Standard profile"
2
3require images/enea-image-common.inc
4
5IMAGE_ROOTFS_EXTRA_SPACE = "131072"
6IMAGE_OVERHEAD_FACTOR = "2"