summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-19 13:28:48 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-20 10:56:18 +0200
commit672285f19573ce0caa02a2953c871c04d53542fd (patch)
tree52747e17ffa7bdbf580d58d57c58025c60051ff5
parent2cacd7619b149ce752a0633471d320e23130861d (diff)
downloadmeta-el-common-672285f19573ce0caa02a2953c871c04d53542fd.tar.gz
Remove images recipes
Images are now defined in the profile release layers (meta-el-standard, meta-el-networking). We are only keeping some common .inc files for the minimal and extended images to be used in either release layers. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--images/enea-image-base.bb5
-rw-r--r--images/enea-image-extra.inc (renamed from images/enea-image-featured.bb)6
2 files changed, 0 insertions, 11 deletions
diff --git a/images/enea-image-base.bb b/images/enea-image-base.bb
deleted file mode 100644
index 41eba70..0000000
--- a/images/enea-image-base.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1DESCRIPTION = "console only image that fully suport target HW"
2require enea-image-common.inc
3
4IMAGE_ROOTFS_EXTRA_SPACE = "131072"
5IMAGE_OVERHEAD_FACTOR = "2"
diff --git a/images/enea-image-featured.bb b/images/enea-image-extra.inc
index deeac76..d22a96e 100644
--- a/images/enea-image-featured.bb
+++ b/images/enea-image-extra.inc
@@ -1,6 +1,3 @@
1DESCRIPTION = "Full featured image with full target support"
2require enea-image-common.inc
3
4IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging " 1IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging "
5 2
6IMAGE_FEATURES += " \ 3IMAGE_FEATURES += " \
@@ -63,6 +60,3 @@ IMAGE_INSTALL += " \
63 udev-extraconf \ 60 udev-extraconf \
64 zip \ 61 zip \
65 " 62 "
66
67IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
68IMAGE_OVERHEAD_FACTOR = "1.5"