summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-21 11:32:35 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-21 11:38:10 +0200
commitddb6fb320d4f940f943db56ed70fb75467023005 (patch)
tree00f7c51ed89da2e04cf8bfbcff5cce2bf97d182e
parent5e208c86aa70a6de8549c5bf24c0dee905ebb0e6 (diff)
downloadmeta-el-standard-ddb6fb320d4f940f943db56ed70fb75467023005.tar.gz
Add Standard profile images
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-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"