summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-19 13:22:47 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-20 12:44:41 +0200
commit04401e0945bcd339cc340a78608dcf95a16f860d (patch)
tree71a972dbfac9941d15da44e02649234169c40d66
parentdf183762f7f4009488f899ce57c4aafabf5bb1f1 (diff)
downloadmeta-el-networking-04401e0945bcd339cc340a78608dcf95a16f860d.tar.gz
Add images for the networking profile
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--images/enea-image-networking-sdk.bb11
-rw-r--r--images/enea-image-networking.bb6
2 files changed, 17 insertions, 0 deletions
diff --git a/images/enea-image-networking-sdk.bb b/images/enea-image-networking-sdk.bb
new file mode 100644
index 0000000..0642405
--- /dev/null
+++ b/images/enea-image-networking-sdk.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Full featured image for the Networking profile"
2
3require images/enea-image-common.inc
4require images/enea-image-extra.inc
5
6IMAGE_INSTALL += " \
7 packagegroup-enea-networking \
8 "
9
10IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
11IMAGE_OVERHEAD_FACTOR = "1.5"
diff --git a/images/enea-image-networking.bb b/images/enea-image-networking.bb
new file mode 100644
index 0000000..74a3a93
--- /dev/null
+++ b/images/enea-image-networking.bb
@@ -0,0 +1,6 @@
1DESCRIPTION = "Base image for the Networking profile"
2
3require images/enea-image-common.inc
4
5IMAGE_ROOTFS_EXTRA_SPACE = "131072"
6IMAGE_OVERHEAD_FACTOR = "2"